The Flagship http://ardour.org
Go to file
David Robillard 0f2f4d8efc Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes, and event data into a single buffer).
Eliminate a double-copy on MIDI playback (MidiRingBuffer -> MidiBuffer).
Various MIDI diskstream/source/SMF fixes (only write when appropriate, handle transport locates, etc).
Fix MIDI rec region size/offset problems.
Code cleanups.


git-svn-id: svn://localhost/ardour2/trunk@1934 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-31 21:37:20 +00:00
DOCUMENTATION Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
gtk2_ardour Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes, and event data into a single buffer). 2007-05-31 21:37:20 +00:00
icons Merged with trunk R992. 2006-10-21 19:01:50 +00:00
libs Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes, and event data into a single buffer). 2007-05-31 21:37:20 +00:00
manual Use the correct path to one of the images 2007-05-23 10:54:27 +00:00
templates Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
tools merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by conflicts 2007-05-10 02:23:12 +00:00
vst Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardour.dox Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardour.rc.in Oops again, removed ardour_system.rc and did it right this time... Sorry 2007-05-25 21:08:13 +00:00
COPYING Initial revision 2005-05-13 20:47:18 +00:00
Makefile Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
PACKAGER_README Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
README Initial revision 2005-05-13 20:47:18 +00:00
SConstruct Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by default 2007-05-14 20:42:46 +00:00
svn_revision.h merge changes for 2.0.1/2.0.2, plus some fixes to issues made apparent by conflicts 2007-05-10 02:23:12 +00:00

Please see the DOCUMENTATION directory.

If you plan to compile ardour from scratch, BUILD is required reading.