Maschine4Bitwig Studio, MK2, MikroMK2 and MK1

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

Post

Found it but it starts at line 322
I see the following
tractView.prototype.onPlay = function (event) {};

AbstractView.prototype.onRec = function (event)
{
if (!event.isDown ())
return;

var layout = this.model.getApplication ().getPanelLayout ()
var shiftPressed = this.surface.isShiftPressed ();

if (layout == 'ARRANGE')
{
if (shiftPressed)
this.model.getTransport ().toggleLauncherOverdub ();
else
this.model.getTransport ().record ();
}
else if (layout == 'MIX' || layout == 'EDIT')
{
if (!shiftPressed)
this.model.getTransport ().toggleLauncherOverdub ();
else
this.model.getTransport ().record ();
}
};

Post

Are you using the latest code from GitHub? or my site as a zip?

The latest github code looks like this.

Try removing the controller from Bitwig's preferences, delete the directory in ControllerScripts and re clone the repo and re add everything.

This is in my IDE right now from GIT/master
MS2.JPG
You do not have the required permissions to view the files attached to this post.
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

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

Post

Running the same version that is in Repo
Code is exactly the same as your post post, from line 326

Post

Also noted i am seeing his error in the CSC in Bitwig
ypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)
TypeError: Cannot read property "hue" from null (Grid.js#64)

Post

Hi
is there a way to change octaves in scales mode?

tnx again for your great script!
Win7 64bit, i5 4690K, 16GB RAM, NI Audio 6, Presonus Eris E8, Yamaha HS50M, Presonus BlueTube, Shure SM7B, Studio One, Maschine MKII, Launchpad, Alesis VI61, NI F1, Traktor S4

Post

igortudor wrote:Hi
is there a way to change octaves in scales mode?

tnx again for your great script!
Not in front of it right now but my notes say;

Added [SHIFT + C/G] In PlayView (PAD_MODE) octave up/down

Let me know if that works.

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

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

Post

it works!
+ on screen text info about octave range :)
great!

thank you
Win7 64bit, i5 4690K, 16GB RAM, NI Audio 6, Presonus Eris E8, Yamaha HS50M, Presonus BlueTube, Shure SM7B, Studio One, Maschine MKII, Launchpad, Alesis VI61, NI F1, Traktor S4

Post

i've a little question...is there a way to acces to device parameters without using the macros at the moment?

Post

panox80 wrote:i've a little question...is there a way to acces to device parameters without using the macros at the moment?
In your project properties in the right pane, select "Device" where in the screen shot it shows Macro and that will make Device the default params when you hit Device mode from NAVIGATE.

Mike
file.jpg
You do not have the required permissions to view the files attached to this post.
Michael Schmalle
http://www.teotigraphix.com
Surfing on sine waves

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

Post

thank you mike...now i don't know if you have reaktor 6 but i don't see nothing here...is this work with external vst?

Post

Has there been any updates on the functionality of Maschine4Bitwig with MikroMK2?

The only thing that seems to work are the pads. I can take pictures or video of behavior if it helps. Basically, all of the buttons are lit but unresponsive, 5 pads are lit in different brightnesses of whit or blue and the only response I get is from the pads. Occasionally I open bitwig and it wont Maschine4bitwig wont work at all. I'm running the most updated version I have found online from November 2014.

Thanks!

Post

Esla wrote:Has there been any updates on the functionality of Maschine4Bitwig with MikroMK2?

The only thing that seems to work are the pads. I can take pictures or video of behavior if it helps. Basically, all of the buttons are lit but unresponsive, 5 pads are lit in different brightnesses of whit or blue and the only response I get is from the pads. Occasionally I open bitwig and it wont Maschine4bitwig wont work at all. I'm running the most updated version I have found online from November 2014.

Thanks!
https://github.com/teotigraphix/Maschine4Bitwig The latest version is always on GitHub.
This could be your ad!

Post

Esla wrote:Has there been any updates on the functionality of Maschine4Bitwig with MikroMK2?

The only thing that seems to work are the pads. I can take pictures or video of behavior if it helps. Basically, all of the buttons are lit but unresponsive, 5 pads are lit in different brightnesses of whit or blue and the only response I get is from the pads. Occasionally I open bitwig and it wont Maschine4bitwig wont work at all. I'm running the most updated version I have found online from November 2014.

Thanks!
Hey, I got no love from NI or Bitwig on the specs of this model.

I tried to do as much as I could, but the Mikro does not work like the Studio or MK2, so there is a bunch of extra programming I would need to do just to get the pads to light correctly! :)

Wish I could give better news but that is the facts right now, if anybody ran across the specs and MIDI info for this other than the controller editor stuff, I would love to hear it.

The display also seems impossible to tap into.

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

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

Post

panox80 wrote:thank you mike...now i don't know if you have reaktor 6 but i don't see nothing here...is this work with external vst?
The Bitwig controller API has nothing really to do with external VSTs. If you can't get Reaktor 6 to show up in the params, I would say this is a Bitwig bug.

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:
panox80 wrote:thank you mike...now i don't know if you have reaktor 6 but i don't see nothing here...is this work with external vst?
The Bitwig controller API has nothing really to do with external VSTs. If you can't get Reaktor 6 to show up in the params, I would say this is a Bitwig bug.

Mike

i tryed with other vsts ,for exeample waves Api eq...nothing to display from vst...for example we can control all paameter in live

i tried with push too and i not have access to these parameters...work fine with bitwig device (both)

update now to beta 8 and github master now don't work :)

Post Reply

Return to “Bitwig”