Search found 48 matches

by benbracken
Mon Nov 09, 2009 6:35 pm
Forum: Max For Live
Topic: [c74] Problems when opening two instances of Max
Replies: 3
Views: 1239

Re: Problems when opening two instances of Max

Not sure why you would want to do this ever. But for the record, as Mattijs has pointed out, this is something that you should avoid.

-Ben
by benbracken
Mon Oct 26, 2009 5:48 pm
Forum: Max For Live
Topic: Device list refresh problems
Replies: 1
Views: 960

Re: Device list refresh problems

I just took a quick look at this device and the one issue I could see immediately is that you are loadbanging at least one too many times, so you get a bunch of entries in the menu. The M4L.api.SaveInteger abstraction has a loadbang that you might want to look at. Were you having other problems? I d...
by benbracken
Thu Oct 01, 2009 7:36 pm
Forum: Max For Live
Topic: odd metro behaviour
Replies: 7
Views: 2361

Re: odd metro behaviour

Thanks for the report, we will look into it. There appears to be some problems with metros and buffer sizes that are not multiples of 64 samples.

Do you have problems when you set the buffer size to, say, 512?
-Ben
by benbracken
Thu Oct 01, 2009 6:16 pm
Forum: Max For Live
Topic: odd metro behaviour
Replies: 7
Views: 2361

Re: odd metro behaviour

Out of curiosity, what is Live's buffer size set to (Preferences->Audio)?

-Ben
by benbracken
Thu Oct 01, 2009 6:11 pm
Forum: Max For Live
Topic: live.path, Arguments or not ?
Replies: 8
Views: 2851

Re: live.path, Arguments or not ?

You can actually specify an absolute path as an argument to live.path.

-Ben
by benbracken
Tue Sep 29, 2009 9:54 pm
Forum: Max For Live
Topic: [ddg] noise on open/close of max effect while playing
Replies: 2
Views: 1294

Re: burst of noise on open/close of max effect while playing

The issue here is that a little sliver of the playing clip's audio sneaks through when you save a device that is on an audio track. We will take a closer look.

-Ben
by benbracken
Tue Sep 29, 2009 8:57 pm
Forum: Max For Live
Topic: [stb] incomplete parameter list in SelectParameter
Replies: 2
Views: 1322

Re: incomplete parameter list in SelectParameter abstraction

This is because of the default zl list length, which is 256, so its cutting off a bunch of at the tail end of the device parameter ID dump (which in the case of Operator is quite long). I believe the offending zl is [zl len] in the M4L.api.GetParameterNames abstraction. Upping the list size to 2048 ...
by benbracken
Mon Sep 28, 2009 8:59 pm
Forum: Max For Live
Topic: hide connections feature request???
Replies: 2
Views: 1574

Re: hide connections feature request???

This may not be what you want, but you can manage which connections (and anything else) you want to be hidden on lock by selecting the connections you wish to hide and then choosing Object->Hide On Lock
-Ben
by benbracken
Tue Sep 22, 2009 8:26 pm
Forum: Max For Live
Topic: MFL general testing
Replies: 4
Views: 1880

Re: MFL general testing

You can specify any valid MFL Max 5.1 folder you want to in Live's prefs, under File/Folder.

-Ben
by benbracken
Tue Sep 22, 2009 8:05 pm
Forum: Max For Live
Topic: MFL general testing
Replies: 4
Views: 1880

Re: MFL general testing

try trashing the following file and re-download/install Max 5.0.8:

/Library/Receipts/Max5.pkg

if you want to have 5.0.8 installed as well, before reinstalling the MFL build, rename the MFL folder to something other than "Max5".

-Ben
by benbracken
Mon Sep 21, 2009 11:19 pm
Forum: Max For Live
Topic: Feature request: bring Max patcher to front
Replies: 10
Views: 3329

Re: Feature request: bring Max patcher to front

Something like what has been requested will most likely be in the next build.

-Ben
by benbracken
Mon Sep 21, 2009 11:05 pm
Forum: Max For Live
Topic: [ddg] JSUI freezes Max
Replies: 5
Views: 2076

Re: JSUI freezes Max

this looks to be a js issue. fwiw, i can repro in 4.6.3 as well. Don't hold your breath for this one.

-ben
by benbracken
Mon Sep 21, 2009 10:44 pm
Forum: Max For Live
Topic: [ddg] JSUI freezes Max
Replies: 5
Views: 2076

Re: JSUI freezes Max

ok, i can mysteriously repro. I guess that means we have to look at it. :wink: thanks.

-Ben
by benbracken
Mon Sep 21, 2009 10:35 pm
Forum: Max For Live
Topic: [ddg] JSUI freezes Max
Replies: 5
Views: 2076

Re: JSUI freezes Max

Can't repro here with a more recent build. Give a try after the next beta and let us know if you are still seeing this issue.

-Ben
by benbracken
Thu Sep 17, 2009 11:08 pm
Forum: Max For Live
Topic: Easily applying Live default-font-size
Replies: 2
Views: 1460

Re: Easily applying Live default-font-size

You might want to check out 'Customizing the Max Environment', which you can get to from 'Max Help.' These vignettes probably have a lot of what you are looking for.

-Ben