13
0
Go to file
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
doc
export
gtk2_ardour Switch to g_dir_make_tmp() to make the tmpdir. 2017-07-12 16:15:03 +02:00
headless
libs Fix total number of process threads 2017-07-13 17:16:31 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour) 2017-07-14 10:48:26 +01:00
MSVCMixbus3
MSVCvst_scan
osc
patches
patchfiles
scripts Simplify _midifilter.lua example 2017-07-14 15:16:33 +02:00
session_utils
templates
tools OSC: Add system osc preset directory 2017-07-03 14:31:27 -07:00
vst
.dir-locals.el
.gitattributes
.gitignore
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
instant.xml
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html