DrivenByMoss: Bitwig extension for many hardware controllers (version 26.6.1)

Post Reply New Topic
RELATED
PRODUCTS
Bitwig Studio 6$399.00Buy Maschine

Post

Maschine Jam - Also, with just the Launcher panel open, pressing the REC button starts play back if stopped, while if clips are playing, pressing REC just gives a small flashing arrow near the begging of the clip in the details panel editor and nothing else. Shift+REC toggles the arranger view recording buttons, not the launcher recording options, like it's supposed to. Holding REC and selecting a track arms or disarms it.

Post

ThePresetProject wrote: Thu Apr 28, 2022 7:03 pm Maschine Jam - Also, with just the Launcher panel open, pressing the REC button starts play back if stopped, while if clips are playing, pressing REC just gives a small flashing arrow near the begging of the clip in the details panel editor and nothing else. Shift+REC toggles the arranger view recording buttons, not the launcher recording options, like it's supposed to. Holding REC and selecting a track arms or disarms it.
Seems the documentation is outdated (will update it). Both REC and SHIFT+REC can be configured in the settings (in the Transport section).

Post

DrivenByMoss 16.3.0 is online!
  • Launchkey Mini Mk3
    • New: When a second row mode is active on the pads, scenes are scrolled by one.
  • Maschine JAM
    • New: GRP - Activates changing the play position with the encoder. This was previously GRID+Encoder, which broke using the GRID button for quantizing the selected clip. When toggled by pressing the encoder it changes the loop start position. Hold SELECT to change the loop length.
  • Push 1/2
    • New: Moving tracks and devices now works across page boundaries.
  • MCU
    • New: Option+Marker - Inserts a new marker at the current play position.
    • New: Option+<< - Move the play cursor to the closest marker before the current play position.
    • New: Option+>> - Move the play cursor to the closest marker after the current play position.
    • New: Option+BANK left/right - Moves the selected device to the left/right.
    • New: Option+CHANNEL left/right - Moves the selected track to the left/right.
    • New: Added setting 'Workflow: Activate Volume mode on Fader Touch'.
    • New: Track mode shows now sends 7 and 8 on 2nd device.
  • MCU - X-Touch
    • New: Sends use the colors of their channel in track mode.
    • Fixed: Prevent color black to be used for tracks and markers (replaced with gray).
Enjoy!

Post

moss wrote: Sun Apr 24, 2022 4:29 pm
flyingbaron wrote: Thu Apr 21, 2022 1:23 pm Thanks for the very useful extension.
I am using LaunchKey mini mk3 and I have a concern.
When switching scene, cursor moves twice.
Normally It is not a problem, but when I switch lower pad to stop clips, etc., I can only operate odd-numbered scenes.
Is it possible to change this?
Yes, it is possible. Not fully sure about it since it might also be confusing but I will change it.
Hello Moss.
After updating the extension, it now works as I want in second row mode.
Thanks.

Post

I just noticed a bug in MCU. So, if you already did download, please download again 16.3.1.

Post

Hello Jürgen,
Nice to see all the great updates. Perfect.
Can you tell me if the novation lunchkey mini do have a accent mode in the drum seq like the push there have?
I know that the launchpad mini mk3 do not have velocity but if there a accent mode.. it will be enaugh for me. Nice litte controller I think..

Post

esq1 wrote: Sun May 01, 2022 6:55 pm Hello Jürgen,
Nice to see all the great updates. Perfect.
Can you tell me if the novation lunchkey mini do have a accent mode in the drum seq like the push there have?
I know that the launchpad mini mk3 do not have velocity but if there a accent mode.. it will be enaugh for me. Nice litte controller I think..
Sorry, no.

Post

Hi there, it seems that bitwig can't find my push 2 controller correctly. It shows up in the preferences, but the display just keeps showing the Push icon without coming upt with the Bitwig settings. I can't click on the "gear wheel" the opens the preferences of the device inside bitwig... I'm on Linux Ubuntu and I tried already previous versions of bitwig, without any success...
Any help on this? Thanks indeed!
You do not have the required permissions to view the files attached to this post.

Post

esq1 wrote: Sun May 01, 2022 6:55 pm lunchkey mini
Some spells are yummy… :hihi:

Post

JohannesTress wrote: Mon May 02, 2022 7:00 am Hi there, it seems that bitwig can't find my push 2 controller correctly. It shows up in the preferences, but the display just keeps showing the Push icon without coming upt with the Bitwig settings. I can't click on the "gear wheel" the opens the preferences of the device inside bitwig... I'm on Linux Ubuntu and I tried already previous versions of bitwig, without any success...
Any help on this? Thanks indeed!
Please check the manual about the additional installation steps for the Push on Linux.

Post

I just see, that Flexi is somehow supporting MMC. I need to send MMC to a IAC bus on Mac. Does it send MMC to a given port? Bitwig itself seems only to send MTC but no MMC. I guess a script should be able to fill that gap...

Post

would it be possible to have the apc40 start in session mode when starting instead of play mode ?

i'll dive into the code and see if i can figure it out myself / open a PR, or just make that a customization for myself.

Post

Tj Shredder wrote: Tue May 03, 2022 10:14 am I just see, that Flexi is somehow supporting MMC. I need to send MMC to a IAC bus on Mac. Does it send MMC to a given port? Bitwig itself seems only to send MTC but no MMC. I guess a script should be able to fill that gap...
No, you can only use it for control but cannot send it.

Post

zfigz wrote: Tue May 03, 2022 12:22 pm would it be possible to have the apc40 start in session mode when starting instead of play mode ?

i'll dive into the code and see if i can figure it out myself / open a PR, or just make that a customization for myself.
Will add it to the wishlist.

Post

moss wrote: Wed May 04, 2022 8:27 am Will add it to the wishlist.
no worries, i figured it out! 🙇

Code: Select all

APCControllerSetup.java
line 657 or so

Code: Select all

    public void startup () {.....

    // Changed this to SESSION

    surface.getViewManager ().setActiveView (Views.SESSION);

    }
someone on reddit pointed me in the right direction.

Post Reply

Return to “Controller Scripting”