Bubobubobubobubo / sardine

Python's missing "algorave" module. Live code music with Python using MIDI, OSC and/or SuperCollider.
https://sardine.raphaelforment.fr
GNU General Public License v3.0
194 stars 31 forks source link

Fix MIDI note duration handling #232

Closed ssidorenko closed 1 year ago

ssidorenko commented 1 year ago

Although the docs state that the duration parameter is in beats, in practice it was in seconds. This commit adds a sleep_beats method to the FishBowl, which is called instead of sleep in the send_off method of MidiHandler.