Files
ardour/scripts
Julien "_FrnchFrgg_" RIVAUD 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
..
2017-03-16 20:55:41 +01:00
2017-03-16 20:55:41 +01:00
2016-11-21 21:24:11 +01:00
2017-03-16 20:55:41 +01:00
2017-02-17 11:14:43 +01:00
2017-03-16 20:55:41 +01:00
2016-10-05 16:07:03 +02:00
2017-03-16 20:55:41 +01:00
2017-04-24 04:21:25 +02:00
2016-08-10 03:25:25 +02:00