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

treynterrio
Member Posts: 64 Member
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
This discussion has been closed.
Back To Top
Categories
- All Categories
- 18 Welcome
- 1.6K Hangout
- 66 NI News
- 863 Tech Talks
- 4.4K Native Access
- 17.7K Komplete
- 2.1K Komplete General
- 4.6K Komplete Kontrol
- 6.1K Kontakt
- 1.6K Reaktor
- 398 Battery 4
- 894 Guitar Rig & FX
- 456 Massive X & Synths
- 1.4K Other Software & Hardware
- 6.2K Maschine
- 7.9K Traktor
- 7.9K 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