-1
Examples
on init
declare $a
declare ui_label $label (2,6)
set_text ($label,"Group Volume Settings:")
while ($a < $NUM_GROUPS)
add_text_line($label,group_name($a) & ": " & ...
get_engine_par_disp($ENGINE_PAR_VOLUME,$a,-1,-1) & " dB")
inc($a)
end while
end on
Query the group volume settings in an instrument
14.5. get_voice_limit()
get_voice_limit()
Returns the voice limit for the Time Machine Pro mode of the source
module
The voice type, can be one one of the following:
$NI_VL_TMPRO_STANDARD {Standard Mode}
$NI_VL_TMRPO_HQ {High Quality Mode}
Examples
on init
declare ui_label $label (3,2)
add_text_line($label,"Standard Voice Limit: " & ...
get_voice_limit($NI_VL_TMPRO_STANDARD))
Do'stlaringiz bilan baham: |