13
0
Commit Graph

3 Commits

Author SHA1 Message Date
2ed15cfc7e Fix a typo in recent commit 2017-07-17 12:08:42 +02:00
3b1a6a350e Simplify _midifilter.lua example
Instead of and-ing the first byte to extract the event type, it is
simpler and easier to understand to bitwise-shift it, so that we don't
get the result as a multiple of 2^4, but as values corresponding to the
MIDI specification.

Currently, a guard is put against events with completely empty data,
though maybe ardour discards those earlier on since that would not be
valid MIDI.
2017-07-14 15:16:33 +02:00
7fa99abc3a These are not the scripts you're looking for 2016-08-17 02:04:27 +02:00