The Flagship http://ardour.org
Go to file
Robin Gareus 10200f5e29
Fix crash when closing session with VCA slaved solo
Session::destroy() calls drop_references(),
which leads to  InternalSend::send_from_going_away()
calling InternalSend::propagate_solo().

This looks up the SoloControl to test soloed_by_others(), incl.
and VCA maters. Those VCAs however may already have been destroyed,
and (weak pointer) _master.lock() fails.
2020-05-13 17:58:37 +02:00
doc Clarify source-tree doc: libsmf is used inside libevoral 2020-04-28 21:27:16 +02:00
gtk2_ardour TMM dialog: fix rendering performance 2020-05-12 21:10:28 +02:00
headless Fix cross-compile linking (arm-linux ld) 2020-02-14 00:20:45 +01:00
libs Fix crash when closing session with VCA slaved solo 2020-05-13 17:58:37 +02:00
luasession Clarify --help message, fix punctuation and indent 2020-04-29 20:18:11 +02:00
midi_maps MIDI binding map for Nektar Panorama 2020-05-09 11:43:39 -06: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 Bundle script to send raw MIDI to a given port 2020-05-09 23:43: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 GNU libc 2.31 compatibility part two 2020-05-12 12:23:26 +02:00

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

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