Maschine4Bitwig Studio, MK2, MikroMK2 and MK1

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi!

I own Maschine MK2 and I would like to try this but I don't really know where to start, how to install the script, what to read...

Can someone help me??

Thanx!

Post

Jog (80) still do not work yet. See please.

Post

Jolaff wrote:Hi!

I own Maschine MK2 and I would like to try this but I don't really know where to start, how to install the script, what to read...

Can someone help me??

Thanx!
Download from
https://github.com/teotigraphix/Maschin ... master.zip

1.Start NI Controller Editor.
2. Open template from file menu, and browse
/Maschine4Bitwig-master/controller-editor/Your Maschine/

3.Drag and Drop "Maschine4Bitwig-master" folder to
/your user name/document/Bitwig Studio/Controller Script/

4.Start Bitwig Studio.
5.Open -Preferences -Controllers-
6.-Add controller manually-Native Instruments-Choose Your Maschine-
and sellect Input/output.
7.May be works fine :D
VST Mappings for Bitwig
--Bitwig 5/ Live10 Suite/ Maschine/ HP X360 8Core--

Post

mrfrenkie wrote:Jog (80) still do not work yet. See please.
Looks like I found the error. Download the latest GIT source and report back if you would. :)

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

codec17 wrote: Well thank you so much! :clap: No hurry what so ever... :clown:
Looks like it will be later this week. Things are not setup right for it, maybe somebody else could do a quick one the has it working? :)

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

MK1

Sorry, but no - Jog do not work...

Post

mrfrenkie wrote:MK1

Sorry, but no - Jog do not work...
Ok, I will put some debug statements in the code for you to check in the next commit, I will post here and let you know what to do.

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

mrfrenkie wrote:MK1

Sorry, but no - Jog do not work...
One more time... I fixed one other omission, this should do something. :) I Hope!

Latest GIT has the fix.

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

No :(

I try it via MK2 script, but as expected - also no...

Post

mrfrenkie wrote:No :(

I try it via MK2 script, but as expected - also no...
Seriously don't understand why its not sending the MIDI 80 message.

Go into this script;

.../Bitwig Studio/Controller Scripts/Maschine4Bitwig/maschine/MaschineMK1.js

Got to line: 96

make it look like this;

Code: Select all

MaschineMK1.prototype.handleEvent = function (cc, value)
{
    println("cc, " + cc + " value, " + value); // <- add this line
    var view = this.getActiveView ();
Add the above, restart Bitwig beta 9, goto View -> Show Controller Script Console

Select the MaschineMK1 entry in the left list of controllers.

Turn all three knobs and see if you see cc, 80 or actually anything when you turn those 3 knobs.

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

A feature; StepSequencer!

* Added Studio [`STEP_MODE`], MK1, MK2 [`STEP`] StepSequencerView first prototype.
* Added [`SELECT press`] In StepSequencerView, will select that drum channel that is being edited in the step sequencer.

Right now due to some API deficiencies and such this is just for messing around but a 16th note clip can be step sequenced using the Machines now.

Need to talk to Bitwig about a toggleNote() bug, seems you try to unselect the step it gets removed in the DAW but the controller script still thinks it's selected according to the ClipCursor.

I double checked this in the Push script and that controller has the same problem intermittently, so it must be on Bitwigs side. i will send something to support or maybe Dom can see what I am talking about when he tries it.

Note; You must have a clip selected for the step sequencer to be activated and accept notes.

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

Maybe i'am trying use it somehow wrong? I press SHIFT (A) and trying select device control pages (as Shift + <->) and presets.

As you say in changes:

"Changed [SHIFT + JogWheel] Now in DeviceMode, pages device pages.
Changed [SHIFT + JogWheel] Now in PresetMode, pages device presets."
You do not have the required permissions to view the files attached to this post.

Post

What I meant is, for now the only thing that the JogWheel turn affects is when you are in PresetMode or DeviceMode.

In PresetMode, the jogwheel scrolls through presets of the device.
In Devicemode, the jogwheel scrolls through the device pages. You cannot be in Macro, Common etc, they don't have pages, only Device [SELECT + F1].

You get to PresetMode by [NAVIGATE + PAD1], [SELECT + F1], [BROWSE]

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post

TeotiGraphix wrote:What I meant is, for now the only thing that the JogWheel turn affects is when you are in PresetMode or DeviceMode.

In PresetMode, the jogwheel scrolls through presets of the device.
In Devicemode, the jogwheel scrolls through the device pages. You cannot be in Macro, Common etc, they don't have pages, only Device [SELECT + F1].

You get to PresetMode by [NAVIGATE + PAD1], [SELECT + F1], [BROWSE]

Mike
I've tried it many times, including in previously video. No reaction...

Post

mrfrenkie wrote:
TeotiGraphix wrote:What I meant is, for now the only thing that the JogWheel turn affects is when you are in PresetMode or DeviceMode.

In PresetMode, the jogwheel scrolls through presets of the device.
In Devicemode, the jogwheel scrolls through the device pages. You cannot be in Macro, Common etc, they don't have pages, only Device [SELECT + F1].

You get to PresetMode by [NAVIGATE + PAD1], [SELECT + F1], [BROWSE]

Mike
I've tried it many times, including in previously video. No reaction...
OK I think I finally nailed down the missing line!

this.onJogWheelInternal (increase);

Forgot to add that in the MK1ViewExtensions file, this should really work now. :) If it doesn't or the scrolling seems weird I will need to work on how the increment is set in the template.

Let me know.

Update in GIT.

Mike
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

Maschine4Bitwig - Studio, MK2, MikroMK2, MK1
http://www.teotigraphix.com/bitwig/maschine

Post Reply

Return to “Bitwig”