13
0
Go to file
Paul Davis f6496524a4 fix thinko in MidiRegionView::add_to_selection()
The existing code isn't wrong, but inefficient. If the selection is empty,
then this is necessarily the first note, and cannot be present in the
selection. So, don't search the std::set<> and then insert, just insert.
2020-05-04 18:48:17 -06:00
doc Clarify source-tree doc: libsmf is used inside libevoral 2020-04-28 21:27:16 +02:00
gtk2_ardour fix thinko in MidiRegionView::add_to_selection() 2020-05-04 18:48:17 -06:00
headless Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
libs use RTMidiBuffer API correctly when reading for MidiTrack::export_stuff() 2020-05-04 18:48:17 -06:00
luasession Clarify --help message, fix punctuation and indent 2020-04-29 20:18:11 +02:00
msvc_extra_headers Some initial changes (currently for libpbd only) to help a new contributer who's trying to build with MSVC2017 2020-03-26 10:40:36 +00:00
MSVCardour3 Add/remove source(s) in our MSVC project (gtk2_ardour) 2020-04-08 11:35:43 +01:00
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils GUI use updated XML::read_buffer API 2020-04-23 02:26:27 +02:00
share Prototype an A/B x-fade plugin 2020-04-30 21:30:04 +02:00
tools remove unusued SAE build target from osx_build 2020-05-01 12:28:09 -06:00
vst
.dir-locals.el
.gitattributes
.gitignore Update gitignore, clean up git status 2020-02-23 21:11:47 +01:00
ardour.1
ardour.1.es Update ardour.1.es 2020-03-26 10:06:55 -06:00
ardour.1.fr
ardour.1.ru
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf Update waf to v2.0.19 2020-01-25 04:07:41 +01:00
wscript Recognize dist, distcheck better to set app name 2020-04-25 10:39:29 -06:00

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

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