mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Mirror of Ardour Source Code
* added MIDI panic button (http://tracker.ardour.org/view.php?id=2118) * bugfix: moving notes above midi 127 or below 0 does not wrap around anymore * bugfix: deadlock on editing notes after playback (http://tracker.ardour.org/view.php?id=2140) due to unbalanced lock acquire/release * bugfix: First note off lost in playback (http://tracker.ardour.org/view.php?id=2132) * bugfix: Last note off lost in saving MIDI files (http://tracker.ardour.org/view.php?id=2132) * bandaid fix for http://tracker.ardour.org/view.php?id=1985 (Cannot reopen session because jack ports are not unregistered on session close) * bandaid fix: replaced conf.CheckPKGExists ('\"slv2 >= 0.6.0\"') by conf.CheckPKGExists ('slv2') in SConstruct, because the former would fail, even if SLV 0.6.0 was installed * added/enabled debugging output for debugging MIDI model (might be removed later) git-svn-id: svn://localhost/ardour2/branches/3.0@3211 d708f5d6-7413-0410-9779-e7cbd77b26cf |
||
|---|---|---|
| DOCUMENTATION | ||
| gtk2_ardour | ||
| icons | ||
| libs | ||
| manual | ||
| templates | ||
| tools | ||
| vst | ||
| ardour.dox | ||
| ardour.rc.in | ||
| ardour_system_sae.rc | ||
| COPYING | ||
| Makefile | ||
| PACKAGER_README | ||
| README | ||
| SConstruct | ||
| svn_revision.h | ||
Please see the DOCUMENTATION directory. If you plan to compile ardour from scratch, BUILD is required reading.