Re: [chuck-users] how to use MIDI clock in ChucK

2019-07-02 Thread Mario Buoninfante
The only thing it's not clear to me is the your use case. The problem I've always found with ext clocks (HW especially but not only) is the accuracy. All the HW machines I've tested are inaccurate to a certain degree. But usually what you do as a user is to use the MIDI clock as a trigger for the

Re: [chuck-users] how to use MIDI clock in ChucK

2019-07-02 Thread Michael Heuer
The tempo in BPM is what drives the TimeSignature class in LicK , for example a 4/4 kick drum RolandTr808 rolandTr808; TimeSignature.common(120) @=> TimeSignature ts; ts.quarterProvider() @=> QuarterProvider q; spork ~