summaryrefslogtreecommitdiff
path: root/scripts/_midifilter.lua
AgeCommit message (Collapse)Author
2017-07-17Fix a typo in recent commitJulien "_FrnchFrgg_" RIVAUD
2017-07-14Simplify _midifilter.lua exampleJulien "_FrnchFrgg_" RIVAUD
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.
2016-08-17These are not the scripts you're looking forJulien "_FrnchFrgg_" RIVAUD