13
0
Go to file
Paul Davis 39661732c3 modify how Evoral::SMF (maybe) writes an EOT event into an SMF
every write pass deletes existing tracks, which means it also deletes any existing
EOT event. Rather than try to replicate the _length value() that is kept in a
Source object in the SMF object, add a virtual method to SMF that returns
the _length value (or std::numeric_limits<Beats>::max() if not set).

If the _length value is not the max, we will add EOT events to each track
(usually just one) right before writing to disk.
2024-10-31 12:22:35 -06:00
doc Doxygen: disable collaboration diagrams 2024-09-04 01:22:37 +02:00
gtk2_ardour add ability to change stop-on-grid from Preferences 2024-10-31 12:22:35 -06:00
headless Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
libs modify how Evoral::SMF (maybe) writes an EOT event into an SMF 2024-10-31 12:22:35 -06:00
luasession Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
msvc_extra_headers
MSVCardour3 Drop some unused files - avoid trying to maintain stuff that can't be tested 2024-10-20 03:11:53 +02:00
MSVCMixbus3
MSVCvst_scan
session_utils Reduce reliance on boost - the hard part 2024-10-19 03:47:21 +02:00
share fix yet more cases where SMF are imported and named incorrectly 2024-10-15 22:35:04 -06:00
tools Add tool to reduce relince on boost 2024-10-19 03:40:01 +02:00
.dir-locals.el
.gitattributes
.gitignore Ignore files generated by macOS packaging 2024-07-23 17:01:16 +02:00
ardour.1
COPYING add plugin clarification to COPYING 2023-04-26 13:28:29 -06:00
nutempo-todo
PACKAGER_README
README
README-GITHUB.txt
system_config
TRANSLATORS Update translation howto 2023-09-24 19:58:25 +02:00
waf upgrade waf to 2.0.26 (includes new autowaf.py version) 2023-09-23 12:09:52 -06:00
wscript wscript: the i18n worker functions do not define the i18n waf commands 2024-10-20 19:52:14 -06:00

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

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