is it possible to sync a animation to the TM PRO Speed Knob?

treynterrio
Member Posts: 51 Newcomer
Hi there,
is it possible to sync this animation Code to the TM PRO (Sampler Mode) - Speed Knob?
on init declare ui_button $anim_on_off declare ui_label $animation(1,1) declare $frame set_control_par_str(get_ui_id($animation),$CONTROL_PAR_PICTURE,"animation") set_listener($NI_SIGNAL_TIMER_MS,40000) end on on listener if ($NI_SIGNAL_TYPE=$NI_SIGNAL_TIMER_MS) if ($anim_on_off=1) inc($frame) if ($frame=300) $frame := 0 end if set_control_par(get_ui_id($animation),$CONTROL_PAR_PICTURE_STATE,$frame) end if end if end on
Tagged:
0
Comments
-
All you can do is change the speed at which the listener callback is called. You could theoretically create a slider tht controls the speed parameter of TM Pro AND sets the listener speed accordingly. But this requires some math because the speed parameter is not linear.
0
Back To Top
Categories
- All Categories
- 21 Welcome
- 746 Hangout
- 73 NI News
- 353 Tech Talks
- 1.6K Native Access
- 7.2K Komplete
- 935 Komplete General
- 1.7K Komplete Kontrol
- 2.6K Kontakt
- 655 Reaktor
- 229 Battery 4
- 394 Guitar Rig & FX
- 263 Massive X & Synths
- 390 Other Software & Hardware
- 3.1K Maschine
- 24 Sampling Room
- 3.8K Traktor
- 3.5K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators