Dave Ingram
Dave Ingram
Here's an effect I created, though I thought the code was too long to past into a comment: https://gist.github.com/dingram/a66ea6c1fc97acaa211409b7b27d0b02 The effect highlights keys in order, with configurable fade durations (even...
Maybe I should pick the project up again 🤔
Can you explain what is too verbose about it, please? It seems to capture the minimum of information.
Ah, so it's the path that's a problem? I guess `~/.config/putiocli` might be acceptable, but I was following the [XDG Base Directory Specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) when putting it in `~/.config/`. You're definitely...
Not explicitly. For pitch bends you could _probably_ do something like: ``` myTrack.events.push(new Midi.MidiEvent({ type: Midi.MidiEvent.PITCH_BEND, channel: channel, // e.g. 0 param1: lowerPitchbendBits(bend), param2: upperPitchbendBits(bend), time: time, // time since...
Thanks, that would be awesome :smile: