13
0
Go to file
Robin Gareus baa8cd1b52
Fix LV2 buffersize option interface
https://lv2plug.in/doc/html/group__options.html specifies
a NULL terminated array of options (not a single option).

Since the call is the "instantiation" LV2 threading class, and
a single fixed value is passed with a direct call into the
plugin, using a stack-allocated LV2_Options_Option is sufficient.
2020-07-16 15:57:42 +02:00
doc
gtk2_ardour Remove debug message 2020-07-12 21:44:46 +02:00
headless
libs Fix LV2 buffersize option interface 2020-07-16 15:57:42 +02:00
luasession
msvc_extra_headers Moving Controllable::set_interface() into a 'cc' file makes it easier to fix our MSVC build issue (with min + max) 2020-06-20 09:38:00 +01:00
MSVCardour3
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils
share Add cross-fade and A/B switch plugins 2020-07-13 00:53:45 +02:00
tools Add a tool to test-load SMF 2020-07-13 21:45:04 +02:00
vst
.dir-locals.el
.gitattributes
.gitignore
ardour.1 Update man-page 2020-07-06 21:36:12 +02:00
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript

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

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