cac-t-u-s / om-sharp

OM#: Visual Programming | Computer-assisted Music Compositon
https://cac-t-u-s.github.io
GNU General Public License v3.0
167 stars 14 forks source link

Save audio file with any (high) number of channels #297

Closed j-bresson closed 2 years ago

j-bresson commented 2 years ago

Currently the audio lib seems to support only nchannels <= 255.

j-bresson commented 2 years ago

Fixed in omaudiolib/Juce. Required Juce update and a number of other adjustments.

j-bresson commented 2 years ago

PR on Juce: https://github.com/juce-framework/JUCE/pull/998