Lines Matching refs:result

301     bool result = optionParameter.GetValue( &value, VELOCITY_REGION_KEY );  in GetOriginalKey()  local
302 if ( result == false ) return DEFAULT_ORIGINAL_KEY; in GetOriginalKey()
309 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_VOLUME ); in GetVolume() local
310 if ( result == false ) return DEFAULT_VOLUME; in GetVolume()
317 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetPan() local
318 if ( result == false ) return DEFAULT_PAN; in GetPan()
326 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetSurroundPan() local
327 if ( result == false ) return DEFAULT_SURROUND_PAN; in GetSurroundPan()
335 bool result = optionParameter.GetValueF32( &value, VELOCITY_REGION_PITCH ); in GetPitch() local
336 if ( result == false ) return DEFAULT_PITCH; in GetPitch()
343 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in IsIgnoreNoteOff() local
344 if ( result == false ) return DEFAULT_IGNORE_NOTE_OFF; in IsIgnoreNoteOff()
351 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetKeyGroup() local
352 if ( result == false ) return DEFAULT_KEY_GROUP; in GetKeyGroup()
359 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetInterpolationType() local
360 if ( result == false ) return DEFAULT_INTERPOLATION_TYPE; in GetInterpolationType()
367 bool result = optionParameter.GetValue( &offsetToReference, VELOCITY_REGION_ENVELOPE ); in GetAdshrCurve() local
368 if ( result == false ) return DEFAULT_ADSHR_CURVE; in GetAdshrCurve()