Page 1 of 1
Tap Tempo Module
Posted: 18 Nov 2012 00:16
by brianc
I've uploaded a simple module that allows tempos to be tapped. Hopefully it'll save someone some time/effort.
http://liine.net/en/community/user-library/view/322/
Full description included in the README() script.
Re: Tap Tempo Module
Posted: 18 Nov 2012 21:09
by wurlt01
Where is the monitor or what do I put to get tempo in a monitor.
Re: Tap Tempo Module
Posted: 18 Nov 2012 21:12
by brianc
I wanted to keep it barebones and skip the monitor. You can point a monitor at SLTapTempo.tempo.
Let me know how it works for you.
Re: Tap Tempo Module
Posted: 19 Nov 2012 05:46
by Macciza
Hi Brian
Thanks for the contribution . . .
Just thought I'd mention there is a TapTempo module also available at
http://liine.net/en/community/user-library/view/91/
Uses a similar algorithm but coded somewhat differently - interesting to compare the two approaches . . .
Cheers
MM
Re: Tap Tempo Module
Posted: 19 Nov 2012 19:32
by brianc
Yeah, I came across that one when I went to submit mine (and decided to submit mine as an alternative). The other one has some very elegant code! Taught me something new about button state, actually.
Re: Tap Tempo Module
Posted: 29 Nov 2017 03:52
by dMb
I like your module allot, looks much neater and actually is more accurate than the other module, it seemed to be out by 3%. To make the other one accurate i needed to modify the tempo expression from
"mean_delta?(60/mean_delta):tempo"
to
"mean_delta?(60/mean_delta*0.971):tempo"
I'm not sure if it's my device or if it's the module itself, but SLTapTmpo works perfectly
Thanks