Do not allocate MIDI buffers for signal analysis
authorRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 16:22:46 +0000 (17:22 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 16:43:15 +0000 (17:43 +0100)
commitcf98a7555831ed3d8b824c003bf6f6472d60cd4b
treee5d27d587939de49c50f87bf09c54455bee1df81
parent5273c636ab979f567c3cf3e24f6ac43be01d5d47
Do not allocate MIDI buffers for signal analysis

At this point in time MIDI buffers are vastly over-sized.
They include VST and LV2 event structure. This added about a MB per
plugin for no benefit.
libs/ardour/plugin_insert.cc