At the moment I'm jumping from Session Mode/Record clip and switching to Note Mode to begin playing notes in a couple of bars later but it's a little fiddly. (The record button arms the Arranger and not the Launcher).
Cheers
No you haven't and this was on my list from last week, to bring up to Moss and say i would add.taoyoyo wrote:I was wondering if I had overlooked a way on Push4Bitwig to directly start recording a launcher clip when in Note/Drum Mode?
At the moment I'm jumping from Session Mode/Record clip and switching to Note Mode to begin playing notes in a couple of bars later but it's a little fiddly. (The record button arms the Arranger and not the Launcher).
Cheers
With the updated 1.1 API we get notified from the DAW when the panel layout changes, so we know if you are looking at Arrange, Mix or Edit. We can also set those layouts as well, I just added that stuff to the Maschine yesterday.taoyoyo wrote:Cool, I don't feel so alone now
Maybe a dumb question but how does the script/BWS detect whether it is in Session or Arranger mode if it is currently in Note mode on the Push?
... Gotcha. That's cool (I need to download the latest version of M4BW and start playing around with it... got caught up in working out some other technical stuff today)TeotiGraphix wrote:With the updated 1.1 API we get notified from the DAW when the panel layout changes, so we know if you are looking at Arrange, Mix or Edit. We can also set those layouts as well, I just added that stuff to the Maschine yesterday.taoyoyo wrote:Cool, I don't feel so alone now
Maybe a dumb question but how does the script/BWS detect whether it is in Session or Arranger mode if it is currently in Note mode on the Push?
Mike
Pretty sure this will come along for the ride as well. If not we just ask for it.taoyoyo wrote:... Gotcha. That's cool (I need to download the latest version of M4BW and start playing around with it... got caught up in working out some other technical stuff today)TeotiGraphix wrote:With the updated 1.1 API we get notified from the DAW when the panel layout changes, so we know if you are looking at Arrange, Mix or Edit. We can also set those layouts as well, I just added that stuff to the Maschine yesterday.taoyoyo wrote:Cool, I don't feel so alone now
Maybe a dumb question but how does the script/BWS detect whether it is in Session or Arranger mode if it is currently in Note mode on the Push?
Mike
As an aside, do you know if the new colored pad options in Drum Racks are going to be pushed to the API? (Would be very cool if the Drum Rack pad option was able to pick up on those colors)
Yes, this is why i like the Maschine so much, you can set the color of the pads and when you are playing live, it's really helpful when making grooves to have references (kick red, hihat yellow, stab purple etc) .ThomasHelzle wrote:That is the plan, yes
It's actually one of the driving forces for it, since for RGB-pads it would be the most helpful IMO.
Cheers,
Tom
I am actually implementing the DrumView in Maschine right now ironically so I will let you know.ThomasHelzle wrote:I just checked the API - it should actually already work, since DrumPad inherits from Channel - have to try it out later when I have a second.
Cheers,
Tom
void addColorObserver (Callable callback)ThomasHelzle wrote:I just checked the API - it should actually already work, since DrumPad inherits from Channel - have to try it out later when I have a second.
Cheers,
Tom
Tom, it seems none of the observers for DrumPadBank actually get fired after initialization.ThomasHelzle wrote:Good catch, thanks!
Cheers,
Tom
Code: Select all
this.drumPadBank = this.cursorDevice.createDrumPadBank (this.numDrumPadLayers);
for (i = 0; i < this.numDrumPadLayers; i++)
{
layer = this.drumPadBank.getChannel (i);
layer.addIsSelectedObserver (doObjectIndex (this, i, CursorDeviceProxy.prototype.handleDrumPadSelection));
}
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026