Julien "_FrnchFrgg_" RIVAUD
3b1a6a350e
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. |
||
---|---|---|
.. | ||
_amp1.lua | ||
_amp2.lua | ||
_amp3.lua | ||
_biquad_filter.lua | ||
_dialog_test.lua | ||
_dsp_plugin_communication.lua | ||
_dump_midiregion.lua | ||
_export_tracks.lua | ||
_fan_out_instrument.lua | ||
_fluidsynth1.lua | ||
_hook_test.lua | ||
_midi_lfo.lua | ||
_midi_rec_start.lua | ||
_midi_rewrite.lua | ||
_midifilter.lua | ||
_midigenerator.lua | ||
_notch_bank.lua | ||
_osc_hook_example.lua | ||
_plugin_modulation.lua | ||
_pong.lua | ||
_rawmidi.lua | ||
_region_transients.lua | ||
_rewind.lua | ||
_session_test.lua | ||
_smash.lua | ||
_vamp_example.lua | ||
_vamp_note_example.lua | ||
_vamp_onset_example.lua | ||
_varispeed_callback.lua | ||
add_filters.lua | ||
addscopes.lua | ||
amp4.lua | ||
bounce_replace.lua | ||
bypass_all_plugins.lua | ||
create_drum_tracks.lua | ||
delete_xrun_markers.lua | ||
export_mp4chaps.lua | ||
faders_to_trims.lua | ||
HiAndLowPass.lua | ||
midi_cc_to_automation.lua | ||
midimon.lua | ||
mute_all_tracks.lua | ||
post_export_save_hook.lua | ||
preare_record_example.lua | ||
remove_unknown_procs.lua | ||
s_chanmap.lua | ||
s_fader_automation.lua | ||
s_foreach_track.lua | ||
s_group_color.lua | ||
s_import_files.lua | ||
s_plugin_automation.lua | ||
s_plugin_reorder.lua | ||
s_pluginutils.lua | ||
s_portengine.lua | ||
s_region_gain2.lua | ||
s_region_gain.lua | ||
s_replaceplugin.lua | ||
s_selection.lua | ||
s_showhide_track.lua | ||
s_timecode.lua | ||
s_track_props.lua | ||
s_vamp_plugin_index.lua | ||
scope.lua | ||
select_every_2nd_region.lua | ||
send_to_bus.lua | ||
spectrogram.lua | ||
split_all_markers.lua | ||
stop_at_marker.lua | ||
synth1.lua | ||
tomsloop.lua | ||
vamp_audio_to_midi.lua | ||
voice_activate.lua | ||
wscript |