ardour/libs
Robin Gareus 09caf8336f allow LV2 plugins to query current block-size.
This is akin to VST2's audioMasterGetBlockSize.
It returns the current nominal block size (think jack-buffersize).

It's not the only block size that may be used when calling run(), it's
just the normal one. The actual block sizes used may be larger or smaller
and may vary between successive calls of run().

This change became neccesary after 53e969e9. Some plugins expected 
maxBlockLength to be the /current/ buffer-size and not all-time maxiumum.
Those plugins can now use nominalBlockLength.
2015-09-10 00:55:59 +02:00
..
appleutility AU: fix return value reference 2015-02-23 02:49:37 +01:00
ardour allow LV2 plugins to query current block-size. 2015-09-10 00:55:59 +02:00
ardouralsautil add API to query ALSA supported parameters 2015-08-11 18:18:19 +02:00
audiographer another hint for clang static analysis. 2015-09-06 10:42:58 +02:00
backends dummy, allow 8k buffer-size. 2015-09-08 15:14:02 +02:00
canvas consistent pango-text layout size - fixes #6490 2015-09-06 16:39:08 +02:00
clearlooks-newer Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side) 2015-06-09 13:18:42 +01:00
clearlooks-older
evoral Replace "%z" modifier with glib macro for portability. 2015-07-30 17:00:03 +02:00
fst Fix for crash when loading DrumGizmo VST editor on Windows 2015-08-12 11:39:28 +10:00
gtkmm2ext properly clean up meter-pattern cache 2015-09-07 13:35:48 +02:00
libltc update libltc to v1.1.4-4-gb034a23 (endianess issue) 2015-09-09 16:54:26 +02:00
midi++2 copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
panners better implementation of configure and build time is_tracks_build() test 2015-06-29 14:18:10 -04:00
pbd add missing include 2015-09-05 11:36:16 +02:00
plugins/reasonablesynth.lv2 silence clang int/float/double -Wabsolute-value 2015-06-23 15:46:00 +02:00
ptformat Oops - forgot I'd need to add an entry to 'ptformat/wscript' 2015-08-10 18:17:31 +01:00
qm-dsp remove compilation warning (-Wunused-but-set-variable) 2015-06-29 14:18:15 -04:00
surfaces Made master fader touch and jog go to _master_surface instead of first surface. 2015-09-08 20:47:16 -07:00
timecode avoid llabs ambiguity 2015-07-23 13:06:43 +02:00
vamp-plugins Make it compile with C++11 support. 2014-12-01 23:18:11 +01:00
vfork install all additional binaries in $libdir 2014-11-13 19:57:40 +01:00