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
- 19 Welcome
- 1.5K Hangout
- 61 NI News
- 776 Tech Talks
- 4K Native Access
- 16.4K Komplete
- 2K Komplete General
- 4.3K Komplete Kontrol
- 5.7K Kontakt
- 1.6K Reaktor
- 376 Battery 4
- 835 Guitar Rig & FX
- 425 Massive X & Synths
- 1.3K Other Software & Hardware
- 5.7K Maschine
- 7.2K Traktor
- 7.2K 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