INFO : Rate/Tempo conversion
-
- Posts: 4
- Joined: 05 Jul 2015, 18:14
- 10
- Your Nord Gear #1: Nord Stage 2
INFO : Rate/Tempo conversion
Hi to all,
first of all sorry if this question has been raised tons of times and I do not have found it . . .
I have a tremolo effect on a patch that was set with a rate of 62 . Now I want to sync it using master tempo and master clock division.
Which master tempo / clock divisions combinations are suitable to achieve the same rate?
Thanks a million to whose have stepped by !
first of all sorry if this question has been raised tons of times and I do not have found it . . .
I have a tremolo effect on a patch that was set with a rate of 62 . Now I want to sync it using master tempo and master clock division.
Which master tempo / clock divisions combinations are suitable to achieve the same rate?
Thanks a million to whose have stepped by !
-
- Posts: 190
- Joined: 29 Apr 2012, 00:40
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 5 times
- Been thanked: 32 times
Re: INFO : Rate/Tempo conversion
I would think that 124 Bpm would be twice as fast... You could sync the master clock using the "tap tempo" function while the tremolo patch is playing and that would line them up. Then just see what the tempo on the master clock is after you tap it.
-
- Posts: 4
- Joined: 05 Jul 2015, 18:14
- 10
- Your Nord Gear #1: Nord Stage 2
Re: INFO : Rate/Tempo conversion
Hi KyleM,
Unfortunately it is not , as syncing it to a master of 124 and clock division of 2 is way faster, btw your hint is precious and for sure will let me find which tempo corresponds!!!
Really appreciate it!
Wish you a lovely day ahead.
Unfortunately it is not , as syncing it to a master of 124 and clock division of 2 is way faster, btw your hint is precious and for sure will let me find which tempo corresponds!!!
Really appreciate it!
Wish you a lovely day ahead.
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1273 times
Re: INFO : Rate/Tempo conversion
Let's see... I recorded a wav file at tremolo=62 and the max amount. I could count 26 channel bounces in 5 sec. So the frequency is 5.2Hz or 312 bpm (5.2*60). However the master clock does not go that high, so I think you need to put the clock to 104 and the div to 1/4T (which should be a multiplier by 3, hence 104*3=312) 

-
- Posts: 4
- Joined: 05 Jul 2015, 18:14
- 10
- Your Nord Gear #1: Nord Stage 2
Re: INFO : Rate/Tempo conversion
OMG , you rock guys!!
Mr_-G- , your count is correct! 104,1/4T does the trick.
Wondering if the rate manteins a fixed ratio with bpm so we can have a ratio conversion here.
Mr_-G- , your count is correct! 104,1/4T does the trick.
Wondering if the rate manteins a fixed ratio with bpm so we can have a ratio conversion here.
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1273 times
Re: INFO : Rate/Tempo conversion
Just checked the length of a tremolo cycle for a few values:
Note that these are determined by hand, so they are not very accurate.
If you plot those values in a scatter graph (remove the first two rows for the moment) the plot looks like a line in log-log space.
So I computed the regression line and that gives: time = 9.5456066251*rate^-0.9456066251. The fit is very good considering those are experimentally determined values (R-squared is 0.9993).
You could use that formula to compute the approximate cycle length for a given Rate value.
Once obtained the cycle time, converting to Hz is trivial: frequency = 1/time and to bpm is simple too: bpm = frequency * 60.
Just as an example, a rate value for 62 (what you asked originally) gives a bpm of 311.349 which is quite close to what I measured before also experimentally (312 bpm).
Remember I said to ignore the first two rows? The rate 0 is a special case because the computation involves log(0) and that generates an error; for rate=1 I noted the point falls somewhat outside the plot so the fitting is based on the rest of the points.
Unfortunately the discrepancy for very small Rate values seems to be a bit larger. Perhaps the instruments have a loop up table of values which have been quantised, rather than being computed as above.
Anyway, I hope this is useful.
Code: Select all
Rate Cycle time (s)
0 15.46
1 6.786
3 3.194
5 2.082
10 1.122
20 0.581
30 0.393
40 0.299
62 0.191
90 0.135
110 0.108
127 0.096
If you plot those values in a scatter graph (remove the first two rows for the moment) the plot looks like a line in log-log space.

So I computed the regression line and that gives: time = 9.5456066251*rate^-0.9456066251. The fit is very good considering those are experimentally determined values (R-squared is 0.9993).
You could use that formula to compute the approximate cycle length for a given Rate value.
Once obtained the cycle time, converting to Hz is trivial: frequency = 1/time and to bpm is simple too: bpm = frequency * 60.
Just as an example, a rate value for 62 (what you asked originally) gives a bpm of 311.349 which is quite close to what I measured before also experimentally (312 bpm).
Remember I said to ignore the first two rows? The rate 0 is a special case because the computation involves log(0) and that generates an error; for rate=1 I noted the point falls somewhat outside the plot so the fitting is based on the rest of the points.
Unfortunately the discrepancy for very small Rate values seems to be a bit larger. Perhaps the instruments have a loop up table of values which have been quantised, rather than being computed as above.
Anyway, I hope this is useful.
- These users thanked the author Mr_-G- for the post (total 3):
- neolithic, pablomastodon, Johannes
- pablomastodon
- Patch Creator
- Posts: 4390
- Joined: 30 Apr 2010, 20:45
- 15
- Your Nord Gear #1: Nord Stage 3
- Your Nord Gear #2: Nord Wave
- Has thanked: 1895 times
- Been thanked: 1969 times
Re: INFO : Rate/Tempo conversion
That's HARD CORE, Mr. G! Thanks for Herculean effort!
Pablo
Pablo
bun fyah weh fyah fi bun
- Johannes
- Administrator
- Posts: 2193
- Joined: 05 Mar 2009, 01:04
- 16
- Your Nord Gear #1: Nord Stage 2
- Your Nord Gear #2: Other Brand
- Location: Milano
- Has thanked: 741 times
- Been thanked: 844 times
- Contact:
Re: INFO : Rate/Tempo conversion
Comes to mind: I f**** love science
Great effort indeed!
PS: I'd kill for that kind of R2...
Great effort indeed!
PS: I'd kill for that kind of R2...
Contact: info@norduserforum.com
- Mr_-G-
- Former Team Member
- Posts: 4760
- Joined: 18 Aug 2012, 16:48
- 13
- Your Nord Gear #1: Nord Stage 2
- Has thanked: 1470 times
- Been thanked: 1273 times
Re: INFO : Rate/Tempo conversion
Thanks!
One more detail is needed here, although it was suggested earlier.
Since the values for Rate=48 and above produce tremolos quicker than 240bpm (the maximum Master Clock value), then one needs to set the Master clock to the formula result divided by 3 and the DIV value to 1/4T.
Enjoy!

Since the values for Rate=48 and above produce tremolos quicker than 240bpm (the maximum Master Clock value), then one needs to set the Master clock to the formula result divided by 3 and the DIV value to 1/4T.
Enjoy!