Ableton Push support is here

Post Reply New Topic
RELATED
PRODUCTS
Push

Post

moss wrote:
TristanMendoza wrote:
moss wrote:
TristanMendoza wrote:Moss do you plan on making new tutorials or updating them?
Coming soon :-)
I can't wait :)
New tutorial is online :party:

Hi Moss, firstly thanks for taking the time to make this even better, we're all very grateful for you taking the time :tu:

wanted to feedback a few things though Moss, I'm getting very strange behaviour when I try to use the fine control option holding down shift. Difficult to explain so i made a gif, it does exactly what you see, basically won't let me turn down a fader but i can turn one up in fine mode.

Moss is this the most fine the script allows? I was hoping to be able to make gain changes as fine as Maschine allows when you hold down shift?

Quick FR, could you add something on the third row down of the lcd screen so we know when we are inside a group track? That would be so cool

Many thanks for the hard work :clap:
You do not have the required permissions to view the files attached to this post.

Post

moss wrote:
pdxindy wrote:
moss wrote:I released a new version which is all about Bugfixes:
Enjoy!
would that be a beta or stable version? (which location do I download from?)
When I write "release" it's on my website. Currently, they are identical :-)
cool... thanks! :tu:

Post

Bobby L'Avenir wrote: Moss is this the most fine the script allows? I was hoping to be able to make gain changes as fine as Maschine allows when you hold down shift?
Thanks for reporting that! That did not work how it was implemented, you simply cannot make small changes with a 0..127 range :oops:
I changed the value range now to 1024 which makes everything very smooth!
I hope this does not break anything else (I already fixed some places which still relied on 127). Please test (check-in on GitHub) if everything works fine.
[/quote]

Post

Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.

Post

futuresproof wrote:Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.
You can adjust it in the file view/SequencerView.js in line 135. The available colors are defined in the file push/Colors.js

Post

moss wrote:
Bobby L'Avenir wrote: Moss is this the most fine the script allows? I was hoping to be able to make gain changes as fine as Maschine allows when you hold down shift?
Thanks for reporting that! That did not work how it was implemented, you simply cannot make small changes with a 0..127 range :oops:
I changed the value range now to 1024 which makes everything very smooth!
I hope this does not break anything else (I already fixed some places which still relied on 127). Please test (check-in on GitHub) if everything works fine.
[/quote]

Checked and seems to be working ok Moss but only for the volume fader in 3 db increments, it doesn't work on pan, send fx gain or anything else but volume faders?

Also the arrow keys to scroll tracks now seems to be broken for audio, send and master tracks? They light up and work as they should for instrument tracks but they flash and disappear for audio, nothing at all for sends. Push also doesn't recognise send tracks at all, is it supposed to be like this as it's the same in the last version?

Lastly i noticed the octaves for the drum pad mode is missing C1 to G1, C2 to Eb3 is showing where C1 to G1 should be. However it is playing C1 to G1, It's just showing up wrong on the push display when you flick between octaves.

I'll pop back to using the last version until you can get those little snags sorted Moss, thanks a million :tu:

Post

moss wrote:
futuresproof wrote:Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.
You can adjust it in the file view/SequencerView.js in line 135. The available colors are defined in the file push/Colors.js
This works much better Moss, please add this as the standard, red works sooo much better :tu:

Post

Bobby L'Avenir wrote:
moss wrote:
Bobby L'Avenir wrote: Moss is this the most fine the script allows? I was hoping to be able to make gain changes as fine as Maschine allows when you hold down shift?
Checked and seems to be working ok Moss but only for the volume fader in 3 db increments, it doesn't work on pan, send fx gain or anything else but volume faders?

Also the arrow keys to scroll tracks now seems to be broken for audio, send and master tracks? They light up and work as they should for instrument tracks but they flash and disappear for audio, nothing at all for sends. Push also doesn't recognise send tracks at all, is it supposed to be like this as it's the same in the last version?
Sounds like you have a broken or inconsistent script. I cannot confirm any of the things you reported. Maybe you mixed up the files with your own adjustments?

Post

Bobby L'Avenir wrote:
moss wrote:
futuresproof wrote:Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.
You can adjust it in the file view/SequencerView.js in line 135. The available colors are defined in the file push/Colors.js
This works much better Moss, please add this as the standard, red works sooo much better :tu:
Sorry but i'm a complete idiot when it comes to anything near programming - which one of those three am i supposed to change to get the selected notes in red? :ud:

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_GREEN_HI : PUSH_COLOR2_BLUE) : hilite ? PUSH_COLOR2_GREEN_HI

Post

Redukt wrote:
Bobby L'Avenir wrote:
moss wrote:
futuresproof wrote:Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.
You can adjust it in the file view/SequencerView.js in line 135. The available colors are defined in the file push/Colors.js
This works much better Moss, please add this as the standard, red works sooo much better :tu:
Sorry but i'm a complete idiot when it comes to anything near programming - which one of those three am i supposed to change to get the selected notes in red? :ud:

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_GREEN_HI : PUSH_COLOR2_BLUE) : hilite ? PUSH_COLOR2_GREEN_HI
Make it look like this;

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_RED_HI : PUSH_COLOR2_BLUE) : hilite ? PUSH_COLOR2_GREEN_HI

That will make the sequencer's selected steps red.

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

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

Post

Thanks a lot, i really don't understand a single thing in this whole script... :clown:

Post

I am also having this problem
"Also the arrow keys to scroll tracks now seems to be broken for audio, send and master tracks? They light up and work as they should for instrument tracks but they flash and disappear for audio, nothing at all for sends. Push also doesn't recognise send tracks at all, is it supposed to be like this as it's the same in the last version?"

Post

Just confirmed the browser problem on Push again.
I am on BWS 1.3 OS X with the latest version available on GitHub.
I can move to any contagious instrument track (no audio track in between). using the arrows
If you use arrow Keys to select a any audio, efx, or master track the Push screen goes blank.
Selecting tracks (all types), still works when using any of the 8 track selection buttons.
I do not think it is a ba install of the script, I carefully installed the new one

Post

TeotiGraphix wrote:
Redukt wrote:
Bobby L'Avenir wrote:
moss wrote:
futuresproof wrote:Hi moss,

Is it possible in Seq mode to change the color of the selected notes to Red, I have trouble seeing any selected notes on the scale root note as the blues are very similar on my PUSH (at least to my eyes).

Cheers.
You can adjust it in the file view/SequencerView.js in line 135. The available colors are defined in the file push/Colors.js
This works much better Moss, please add this as the standard, red works sooo much better :tu:
Sorry but i'm a complete idiot when it comes to anything near programming - which one of those three am i supposed to change to get the selected notes in red? :ud:

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_GREEN_HI : PUSH_COLOR2_BLUE) : hilite ? PUSH_COLOR2_GREEN_HI
Make it look like this;

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_RED_HI : PUSH_COLOR2_BLUE) : hilite ? PUSH_COLOR2_GREEN_HI

That will make the sequencer's selected steps red.

Mike
Actually, what worked better for me is

this.surface.pads.lightEx (x, 7 - y, isSet ? (hilite ? PUSH_COLOR2_GREEN_HI : PUSH_COLOR2_RED_HI) : hilite ? PUSH_COLOR2_GREEN_HI

Now all already selected steps are red - makes it a lot easier to see. :tu:

Post

reflex58 wrote:Just confirmed the browser problem on Push again.
I am on BWS 1.3 OS X with the latest version available on GitHub.
I can move to any contagious instrument track (no audio track in between). using the arrows
If you use arrow Keys to select a any audio, efx, or master track the Push screen goes blank.
Selecting tracks (all types), still works when using any of the 8 track selection buttons.
I do not think it is a ba install of the script, I carefully installed the new one
I wonder if there are OS X specific problems since I cannot reproduce that on Windows (sorry I have no Mac available). I will ask the Bitwig guys about it.

Post Reply

Return to “Controller Scripting”