The following properties are available:
$UI_WF_PROP_PLAY_CURSOR
$UI_WF_PROP_FLAGS
$UI_WF_PROP_TABLE_VAL
$UI_WF_PROP_TABLE_IDX_HIGHLIGHT
$UI_WF_PROP_MIDI_DRAG_START_NOTE
The index of the slice
Examples
on init
declare $play_pos
declare ui_waveform $Waveform(6,6)
attach_zone ($Waveform,find_zone ("Test"),0)
end on
on note
while ($NOTE_HELD = 1)
$play_pos := get_event_par($EVENT_ID,$EVENT_PAR_PLAY_POS)
set_ui_wf_property($Waveform,$UI_WF_PROP_PLAY_CURSOR,...
0,$play_pos)
message(get_ui_wf_property($Waveform,...
$UI_WF_PROP_PLAY_CURSOR,0))
wait (10000)
end while
end on
Displays the current play position value
See Also
set_ui_wf_property()
ui_waveform()
attach_zone()
find_zone()
Waveform Flag Constants
Waveform Property Constants
Do'stlaringiz bilan baham: