16 Oct
2007
16 Oct
'07
11:43 a.m.
Josh Lawrence wrote:
2) I need to be able to figure out how to handle time-based stuff using bpm. for example, if I have a song that is 80 bpm, how do I send quarter notes at that tempo? I've done some research on the 'net, and it seems that figuring this out is harder than I think it should be. considering I'm a math idiot, can someone give me some simple(r) way to do this?
I have an old metronome class here: http://developer.kde.org/~wheeler/files/Metro.ck Usage would be something like: Metro metro; metro.run(); while(true) { metro.pulse => now; // do something related to the beat } -Scott http://intranet.bln.native-instruments.de/forum_us/showthread.php?t=318