Jürgen Moßgraber
Jürgen Moßgraber
See and run https://github.com/git-moss/UnitTests4Bitwig Important: - [ ] Scene.color not settable - [ ] Track.Slot.name, hasContent, sceneIndex don't send value updates for slots with no content (should send empty values)...
Test e.g. with Push4Bitwig: 1) Load a drum machine with lots of pads 2) Transpose up with Octave button 3) Switch to another channel 4) Switch back to the channel...
Furthermore, in both method texts there is a text duplication: Value that reports if the note grid **if the note grid** steps can be scrolled forwards.
1) Missing tooltip on OSC button in controller settings (see second screenshot)  2) Bug in documentation (see screenshot) 
If the selected device is deleted no other one is selected afterwards (works fine with tracks, where the next one is selected).
See attached error document. Especially, the "newSince" and "@ @ since" errors should be fixed. [JavaDocErrors.txt](https://github.com/teotigraphix/Framework4Bitwig/files/5061389/JavaDocErrors.txt)
To detect if the current track list is the top list, so it is not inside of a group, I use the following code: ``` Project proj = controllerHost.getProject ();...
If a track is selected in Mix layout and the track is outside of the current page, the page is not adjusted to display the track on the controller. It...
Happens with hierarchical track banks using siblings. 1) Create 8 tracks in Bitwig 2) Add a 9th track by clicking on the "+" in the track list and selecting an...
- [ ] Harmonize method names: getColor() -> color() - [ ] Make color property settable - [x] Add method to add a marker: addMarker() - [x] Harmonize method names:...