teotigraphix / Framework4Bitwig

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

BooleanValue isStopQueued () not working correctly #292

Closed git-moss closed 1 year ago

git-moss commented 2 years ago

ClipLauncherSlot.isStopQueued () does either report the same values as isPlaybackQueued() or nothing.

Furthermore, the JavaDoc is wrong: "that reports whether this slot is queued for recording or not."

abique commented 1 year ago

I've adjusted the doc to:

Value that reports true if the slot has a clip playing and the track is queued for stop.

I've also fixed the impl for the next major release.

git-moss commented 1 year ago

Fixed.