13
0
Go to file
Robin Gareus e38eb0613e no more AU warnings…
Ardour calls input_streams(), output_streams() to determine
if the plugin is about to be re-configured (old stream I/O count
!= new I/O count) and emit PluginIoReConfigure() if that’s true.

If the plugin has not been initialized (no format set), we can
safely assume that it will need to be reconfigured.

Forcing Audio=Midi=0 will do so.

The only time where the format is not yet set and hence the actual
channel count is still unknown) is during the first call to 
PluginInsert::configure_io().

At the time of writing, this all is a NOOP anyway! The only user
of the PluginIoReConfigure() signal is the GUI to update connection
lines…  and since the first PluginInsert::configure_io() happens 
during insertion before the plugin is painted and subscribed to 
PluginIoReConfigure(), this function could return any value.

Still 0,0 is just more appropriate than assuming mono audio in/out
and no midi.
2015-02-25 00:42:54 +01:00
doc add documentation about meter colors 2014-11-10 22:22:54 +01:00
export Remove Soundcloud export format presets 2014-05-23 19:05:33 +01:00
gtk2_ardour recover the most recent audio setup settings from config 2015-02-24 14:29:02 -06:00
headless fix [rare] concurrent build issue: 2014-12-28 10:20:25 +01:00
icons Add our various '.in' files (to be processed by msvc32-fixup.pl) 2014-08-04 09:00:11 +01:00
libs no more AU warnings… 2015-02-25 00:42:54 +01:00
mcp bcf2000: make play button toggle roll 2014-11-14 15:35:19 -05:00
midi_maps Alois Cochard Add MIDI map for the control surface. 2014-12-04 13:32:08 -05:00
msvc_extra_headers When building with MSVC add a couple of new pragmas to cut down on the most frequent compiler warnings, namely:- 2015-02-13 11:37:00 +00:00
MSVCardour3 Following my last change we can now give 'MSVCArdour3.vsprops.in' its correct name 2015-01-12 14:47:44 +00:00
MSVCMixbus3 When building with MSVC make sure any backends / panners etc get copied to the correct target folder 2015-01-12 14:43:22 +00:00
MSVCvst_scan Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVC 2015-01-10 12:15:47 +00:00
patches
patchfiles New MIDNAM file from e.j.vd.hooven@gmail.com 2015-01-05 10:19:53 -05:00
templates
tools OSX package: don’t copy dylib itself to libdir. 2015-02-17 21:36:52 +01:00
vst Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
.dir-locals.el
.gitignore remove cruft (old unused pre-git version files) 2015-01-09 06:11:57 +01:00
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING update GPL (formatting and update FSF address) 2014-10-26 02:24:35 +01:00
instant.xml
instant.xml.sae
Makefile
msvc32-fixup.pl Following my last change we can now give 'MSVCArdour3.vsprops.in' its correct name 2015-01-12 14:47:44 +00:00
PACKAGER_README
README
system_config split apart read and write chunk size and offer platform-dependent sizes for reading. Write chunk size should remain unchanged from before. 2015-01-23 12:25:49 -05:00
testfile.flac
testfile.ogg
TRANSLATORS
waf fix stash-mess for ./waf with a new identical version 2014-12-17 14:04:07 -05:00
wscript Revert "use product-neutral name for LV2 install dir" 2015-01-22 11:38:28 -05:00

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

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