Search found 558 matches

by Surreal
Sun Jan 30, 2011 3:55 am
Forum: Max For Live
Topic: thispatcher window commands
Replies: 8
Views: 1451

Re: thispatcher window commands

to be clear, you can have a popout. i have done this already.

I send "window size x y (current_width - width_of_myObject) 169, window exec, script hide myObject" to a [thispatcher] and myObject hides but the space just sits there empty.
by Surreal
Sat Jan 29, 2011 10:45 pm
Forum: Max For Live
Topic: ("spam"): Regexps in Max/M4L part one
Replies: 6
Views: 1212

Re: ("spam"): Regexps in Max/M4L part one

regular expressions are delicious. Not always necessary, but delicious!
by Surreal
Sat Jan 29, 2011 9:44 pm
Forum: Max For Live
Topic: thispatcher window commands
Replies: 8
Views: 1451

thispatcher window commands

is there a way to use these to resize the device?

Have a panel that is very necessary, but takes up a decent amount of space when not in use. I hide/show it perfectly well with thispatcher, but can't reclaim the space.
(popup would be a bit clumsy)
by Surreal
Sat Jan 29, 2011 4:39 am
Forum: Max For Live
Topic: LFO everything 1.6 ....... faster, simpler, cleaner !
Replies: 112
Views: 26473

Re: LFO everything 1.6 ....... faster, simpler, cleaner !

It was pretty clear that he was sorry about the situation and he obviously had some "I must translate my thoughts from french (?i think) issues" to find fault with his post for being too long or whatever the point of your critique was is kind of silly. He has apologized. He clearly regrets...
by Surreal
Sat Jan 29, 2011 4:35 am
Forum: Max For Live
Topic: Last played Clip, need advice
Replies: 4
Views: 977

Re: Last played Clip, need advice

playing_slot_index holds your answer. observe it and be merry.
by Surreal
Thu Jan 27, 2011 8:41 pm
Forum: Max For Live
Topic: Can Anybody else reproduce this bit of oddness?
Replies: 6
Views: 1177

Re: Can Anybody else reproduce this bit of oddness?

hasn't done much ill to me...

so far.

heh.
by Surreal
Thu Jan 27, 2011 7:57 pm
Forum: Max For Live
Topic: Can Anybody else reproduce this bit of oddness?
Replies: 6
Views: 1177

Re: Can Anybody else reproduce this bit of oddness?

immediate to the rescue!
by Surreal
Thu Jan 27, 2011 7:41 pm
Forum: Max For Live
Topic: Can Anybody else reproduce this bit of oddness?
Replies: 6
Views: 1177

Re: Can Anybody else reproduce this bit of oddness?

well that is incredibly dissapointing. I remember the warning about timers, but didn't realize that it would mess up event based midi processing as much as it does.

i've done too much to scrap it, but now i don't know how useful this will be.
by Surreal
Thu Jan 27, 2011 7:14 pm
Forum: Max For Live
Topic: Can Anybody else reproduce this bit of oddness?
Replies: 6
Views: 1177

Re: Can Anybody else reproduce this bit of oddness?

you could try without js...i am just wondering if it is.reproducible
by Surreal
Thu Jan 27, 2011 7:00 pm
Forum: Max For Live
Topic: Objects default settings
Replies: 3
Views: 857

Re: Objects default settings

by Surreal
Thu Jan 27, 2011 6:53 pm
Forum: Max For Live
Topic: Can Anybody else reproduce this bit of oddness?
Replies: 6
Views: 1177

Can Anybody else reproduce this bit of oddness?

I am doing this with a js heavy midi effect.

the effect works fine and the notes are on time, normally.

but if i scrub back and forth in the bottom little tab that shows a bird's eye view of all of the effect really quickly, the timing gets REALLY loose.
by Surreal
Tue Jan 25, 2011 9:01 pm
Forum: Max For Live
Topic: Requests for LOM
Replies: 13
Views: 2760

Re: Requests for LOM

The ability to enable an object for midi mapping without storing would also bright my days
by Surreal
Mon Jan 24, 2011 4:06 pm
Forum: Max For Live
Topic: Requests for LOM
Replies: 13
Views: 2760

Re: Requests for LOM

the ability to observe when a clip is added to a track. a bonus would be if we were told what scene it was added at, but a bang would be fine. also, the ability to trigger LiveAPI stuff from LiveAPI callbacks in js. i got around it with deferlow a couple times, but sometimes there is nothing i can do.
by Surreal
Mon Jan 24, 2011 1:38 am
Forum: Max For Live
Topic: clip "playing_status" using the bang message in JavaScript
Replies: 5
Views: 1159

Re: clip "playing_status" using the bang message in JavaScript

if (gWatchClipPlayingStatus) { //to reuse the old one if it exists gWatchClipPlayingStatus.goto("live_set tracks " + TRACK_NUMBER + " clip_slots " + SCENE_NUMBER + " clip"); } else { gWatchClipPlayingStatus = new LiveAPI(this.patcher, NAME_OF_LISTENER, "live_set t...