Lines Matching refs:GetDialogItemValue

137 	if( GetDialogItemValue(dialog, iReverb)==2 ){  in mac_AdjustDialog()
144 if( GetDialogItemValue(dialog, iReverb_setlevel) ) in mac_AdjustDialog()
153 if( GetDialogItemValue(dialog, iChorus)==2 ){ in mac_AdjustDialog()
157 }else if( GetDialogItemValue(dialog, iChorus)==3 ){ in mac_AdjustDialog()
166 if( GetDialogItemValue(dialog, iChorus_setlevel) ) in mac_AdjustDialog()
176 if( GetDialogItemValue(dialog, iModify_release) ) in mac_AdjustDialog()
346 if( GetDialogItemValue(dialog, iMono) ) in mac_SetPlayOption()
350 if( (value=GetDialogItemValue(dialog, iRate))==1 ) play_mode->rate=11025; in mac_SetPlayOption()
355 free_instruments_afterwards=GetDialogItemValue(dialog, iFreeInstr)? 1:0; in mac_SetPlayOption()
356 antialiasing_allowed= GetDialogItemValue(dialog, iAntiali)? 1:0; in mac_SetPlayOption()
357 fast_decay= GetDialogItemValue(dialog, iFastDecay)? 1:0; in mac_SetPlayOption()
358 adjust_panning_immediately= GetDialogItemValue(dialog, iAdjustPanning)? 1:0; in mac_SetPlayOption()
360 opt_modulation_wheel= GetDialogItemValue(dialog, iModulation_wheel)? 1:0; in mac_SetPlayOption()
361 opt_portamento= GetDialogItemValue(dialog, iPortamento)? 1:0; in mac_SetPlayOption()
362 opt_nrpn_vibrato= GetDialogItemValue(dialog, iNrpn_vibrato)? 1:0; in mac_SetPlayOption()
363 opt_channel_pressure= GetDialogItemValue(dialog, iChannel_pressure)? 1:0; in mac_SetPlayOption()
364 opt_trace_text_meta_event= GetDialogItemValue(dialog, iText_meta_event)? 1:0; in mac_SetPlayOption()
365 opt_overlap_voice_allow= GetDialogItemValue(dialog, iOverlap_voice)? 1:0; in mac_SetPlayOption()
368 switch(GetDialogItemValue(dialog, iReverb)) in mac_SetPlayOption()
374 if(GetDialogItemValue(dialog, iReverb_setlevel)) in mac_SetPlayOption()
390 switch(GetDialogItemValue(dialog, iChorus)) in mac_SetPlayOption()
397 if( GetDialogItemValue(dialog, iChorus_setlevel) ) in mac_SetPlayOption()
405 if( GetDialogItemValue(dialog, iChorus_setlevel) ) in mac_SetPlayOption()
418 if( GetDialogItemValue(dialog, iModify_release) ){ in mac_SetPlayOption()
422 effect_lr_mode= GetDialogItemValue(dialog, iPresence_balance)-2; in mac_SetPlayOption()
423 value=GetDialogItemValue(dialog, iManufacture); in mac_SetPlayOption()
426 evil_level= GetDialogItemValue(dialog, iEvil_level); in mac_SetPlayOption()
428 gShuffle= GetDialogItemValue(dialog, iShuffle)? 1:0; in mac_SetPlayOption()
493 if( GetDialogItemValue(dialog, iModify_release) ){ //newly checked on in mac_SetPlayOption()