Search found 9 matches

by jaschanarveson
Sat May 16, 2020 4:08 pm
Forum: Ableton Live
Topic: Disable Automation Envelopes?
Replies: 10
Views: 8311

Re: Disable Automation Envelopes?

Yeah - i'd love to be able to map a button such that if I push it I can temporarily override the existing automation (potentially many different parameters at the same time), and then when I release it everything goes back to following the pre-existing envelope...
by jaschanarveson
Sun Mar 06, 2016 8:24 pm
Forum: Feature Wishlist
Topic: M4L parameter visible for mapping BUT w/no undo history?
Replies: 3
Views: 1597

Re: M4L parameter visible for mapping BUT w/no undo history?

Drag.

FEATURE REQUEST!!!

A 4th option in the M4L inspector window:

(old) - Automated and Stored
(old) - Stored Only
(old) - Hidden
(new!) - Visible but No Undo
by jaschanarveson
Sun Mar 06, 2016 7:51 pm
Forum: Feature Wishlist
Topic: M4L parameter visible for mapping BUT w/no undo history?
Replies: 3
Views: 1597

M4L parameter visible for mapping BUT w/no undo history?

I’ve been reading about this and found posts like this one: https://cycling74.com/forums/topic/parameter-modulation-without-adding-to-undo-history/ I have what I *think* is a different problem – please correct me if I’m wrong! I want: – a M4L device with a visible live.numbox called "the_num&qu...
by jaschanarveson
Thu Nov 05, 2015 12:09 pm
Forum: Max For Live
Topic: my [js] object is missing outlets...?
Replies: 3
Views: 902

Re: my [js] object is missing outlets...?

Ok, mea culpa: it was a very small syntax error in my js code that I just wasn't seeing at the time, breaking the program and the object. Totally my fault, I'm glad to say!

cheers,

j
by jaschanarveson
Wed Nov 04, 2015 3:14 pm
Forum: Max For Live
Topic: my [js] object is missing outlets...?
Replies: 3
Views: 902

my [js] object is missing outlets...?

I have a js object in a M4L device which is *had* 4 outlets until I started working on it – now it has only 1. The code still specifies 4 outlets with "outlets = 4;" up at the top, but three of them have just gone missing. I’ve tried quitting-and-restarting a couple of times, I've verified...
by jaschanarveson
Sat Oct 17, 2015 12:07 am
Forum: Max For Live
Topic: My M4L device works in Max preview but *not* in Live
Replies: 3
Views: 1028

Re: My M4L device works in Max preview but *not* in Live

Ah-ha! I found out what was wrong: I was using the [adstatus] object to get the sampling rate and feed it to my [js] object, so that it could convert from raw samples to milliseconds. The [adstatus] object doesn't work when it's inside a M4L device, it seems, so my [start time, end time] indeces wer...
by jaschanarveson
Fri Oct 16, 2015 11:11 pm
Forum: Max For Live
Topic: My M4L device works in Max preview but *not* in Live
Replies: 3
Views: 1028

Re: My M4L device works in Max preview but *not* in Live

Hi, Thanks for the suggestion, but it hasn't worked in my case. I should've been more detailed in my first post: I can get *some* behavior out of my js object, just not all: - I *can* set up a button to trigger output from my [js] object of how many index points are stored in an internal array - thi...
by jaschanarveson
Fri Oct 16, 2015 12:53 am
Forum: Max For Live
Topic: My M4L device works in Max preview but *not* in Live
Replies: 3
Views: 1028

My M4L device works in Max preview but *not* in Live

M4L device with: - a buffer~ object - indexed playback of the buffer~ object - a js object with a script that sends indexing info to the play~ object - some buttons to trigger playback, recording, etc... This seems like pretty standard stuff. Without posting the device itself, is this something that...
by jaschanarveson
Thu Apr 16, 2015 11:28 pm
Forum: Feature Wishlist
Topic: Session: Clip: Envelope: view multiple lanes of automation?
Replies: 1
Views: 811

Session: Clip: Envelope: view multiple lanes of automation?

While editing Clip Envelopes in Session View, I would love to be able to see multiple Envelopes at once, so that I could edit them with respect to each other. To get really fancy, it would be cool to have the option to see the playback head scrolling over the Envelopes if the Clip was being played, ...