summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-10 00:55:28 +0200
committerRobin Gareus <robin@gareus.org>2015-09-10 00:55:59 +0200
commit09caf8336f4ec681668a940e7df00ec18b3fd836 (patch)
tree7c85c28ec582c8a559efcb85b3b39cf50f1c7612 /libs/ardour/wscript
parent390ea007c5b6b647e33c924b3429bf49ae83b1ca (diff)
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.
Diffstat (limited to 'libs/ardour/wscript')
0 files changed, 0 insertions, 0 deletions