Using PachN's suggestion but trying to conver to a number I tried:
goto_bar & 'deck 2 get_beat_num' & param_cast "integer"
But still not working
goto_bar & 'deck 2 get_beat_num' & param_cast "integer"
But still not working
发表时间 Tue 10 Jan 17 @ 6:42 pm
anyone?
thanks
thanks
发表时间 Wed 11 Jan 17 @ 12:03 pm
Serine, did you say you managed to get it working?
set "activeBpm" 3 & param_cast integer & deck 2 goto_bar "activeBpm"
set "activeBpm" 3 & param_cast integer & deck 2 goto_bar "activeBpm"
发表时间 Wed 11 Jan 17 @ 3:23 pm
Nope, I can't figure out how to get
goto_barto accept a variable as an input. Hopefully someone will let us know and we'll be able to continue hacking at this :)
发表时间 Wed 11 Jan 17 @ 6:57 pm
Ive given up. Seems its not possible or no one knows how to.
发表时间 Fri 13 Jan 17 @ 2:43 pm
Hi Jason,
I’m still at the same issue and started a topic last week. (nearly the same because I’m a little more cheeky to want to beatmatch the beat out of the 16 beat beatgrid :-)). It is named: „Synchronize downbeat and play sync by a custom button“
As I was searching for new ideas I found your topic and in fact, it is at the same points I’m struggling with.
My great hope is locodog, who is having a look at my topic.
Another Approach:
If the goto_bar doesn’t work with variables, is it possible to write a program loop which practices ‚goto +1‘ as long as the beat is on the right position?
I’m still at the same issue and started a topic last week. (nearly the same because I’m a little more cheeky to want to beatmatch the beat out of the 16 beat beatgrid :-)). It is named: „Synchronize downbeat and play sync by a custom button“
As I was searching for new ideas I found your topic and in fact, it is at the same points I’m struggling with.
My great hope is locodog, who is having a look at my topic.
Another Approach:
If the goto_bar doesn’t work with variables, is it possible to write a program loop which practices ‚goto +1‘ as long as the beat is on the right position?
发表时间 Tue 21 Feb 17 @ 9:03 am
I've a plugin that can do this and much more (parses any get script to a real number and performs the script)
but there's a small (a couple of pints) donation required for the plugin and my support
Once you understand how the plugin works taking any value and passing it to any other action that accepts a value is really easy.
Allows vdj to do the maths to work out ms per beat,
Sending a var to the time value of a rsi script,
sending a var to a specific fx slot slider,
All sorts of stuff..
PM me if you are interested.
but there's a small (a couple of pints) donation required for the plugin and my support
Once you understand how the plugin works taking any value and passing it to any other action that accepts a value is really easy.
Allows vdj to do the maths to work out ms per beat,
Sending a var to the time value of a rsi script,
sending a var to a specific fx slot slider,
All sorts of stuff..
PM me if you are interested.
发表时间 Tue 21 Feb 17 @ 10:33 am