Lines Matching refs:result

299     bool result = optionParameter.GetValue( &value, VELOCITY_REGION_KEY );  in GetOriginalKey()  local
300 if ( result == false ) return DEFAULT_ORIGINAL_KEY; in GetOriginalKey()
307 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_VOLUME ); in GetVolume() local
308 if ( result == false ) return DEFAULT_VOLUME; in GetVolume()
315 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetPan() local
316 if ( result == false ) return DEFAULT_PAN; in GetPan()
324 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetSurroundPan() local
325 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
333 bool result = optionParameter.GetValueF32( &value, VELOCITY_REGION_PITCH ); in GetPitch() local
334 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
341 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in IsIgnoreNoteOff() local
342 if ( result == false ) return DEFAULT_IGNORE_NOTE_OFF; in IsIgnoreNoteOff()
349 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetKeyGroup() local
350 if ( result == false ) return DEFAULT_KEY_GROUP; in GetKeyGroup()
357 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetInterpolationType() local
358 if ( result == false ) return DEFAULT_INTERPOLATION_TYPE; in GetInterpolationType()
365 bool result = optionParameter.GetValue( &offsetToReference, VELOCITY_REGION_ENVELOPE ); in GetAdshrCurve() local
366 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()