teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

createEffectTrackBank has no paramter for sends #290

Closed git-moss closed 1 year ago

git-moss commented 2 years ago

Bitwig 4.3 supports to have Sends on FX channels but controllerHost.createEffectTrackBank provides no option to create a sendsBank.

Add a new parameter for the number of sends to support (like with createTrackbank).

abique commented 1 year ago

Fixed in API version 18

git-moss commented 1 year ago

It is sadly not working. I created a new FX bank with (numSends was set to 2 or 8): controllerHost.createEffectTrackBank (numFxTracks, numSends, numScenes);

But it crashes when I try to access one of the send banks of one of the FX channels:

No send bank exists: Requested a send bank size of 0 ANQ: No send bank exists: Requested a send bank size of 0 at com.bitwig.flt.control_surface.proxy.AbstractChannelProxy.sendBank(SourceFile:207) at com.bitwig.flt.control_surface.proxy.AbstractChannelProxy.sendBank(SourceFile:56)

git-moss commented 1 year ago

Fix in Beta 11.