Search found 302 matches

by prebentious
Tue Sep 09, 2014 9:52 pm
Forum: Max For Live
Topic: Anyone know how to quantize a clip?
Replies: 0
Views: 475

Anyone know how to quantize a clip?

I want to quantize a clip to 16th notes, but it seems to be quantizing to a random resolution. Any hints? <pre><code> ----------begin_max5_patcher---------- 548.3ocuU9saaBCEF+ZxSgEWmEgIEBY2ssGioIjw3l3ViMy9PV1p5697eBHx RaEklkK.jO9vwe9m+r8SKhhqTGYlXzmQeGEE8zhnHeHWfnSsihaHGoBhwmVL U0zvjP7xPe.6H3imh9lfS...
by prebentious
Fri Sep 05, 2014 4:09 am
Forum: Max For Live
Topic: Can't set grid quantization
Replies: 0
Views: 481

Can't set grid quantization

I'm getting errors trying to set the clip grid quantization. The example should make it pretty clear. Anyone got any tips? Thanks! <pre><code> ----------begin_max5_patcher---------- 1464.3ocyZs0iZaDE9Y1eEirpTRknil61SdqsOTEo9V6asQHCdVXRM1T6g8R hx+8dlw.Kj.YM1FJOrH7Xi8478ct7cFue9tQQSKexTGgdG5uPiF846FMJ...
by prebentious
Wed Aug 27, 2014 5:28 pm
Forum: Ableton Live
Topic: Creating Complex Synths
Replies: 7
Views: 1584

Re: Creating Complex Synths

How about putting a delay effect on the chain? 100% wet, 0% feedback
by prebentious
Thu May 01, 2014 3:42 pm
Forum: Max For Live
Topic: Save as *.maxpat - but how?
Replies: 5
Views: 1297

Re: Save as *.maxpat - but how?

you can also check 'embed data in parent' or something like that in the inspector of the bpatcher. Then you don't have to save a .maxpat at all
by prebentious
Fri Mar 07, 2014 3:53 pm
Forum: Ableton Live
Topic: How to Master Ableton
Replies: 18
Views: 2973

Re: How to Master Ableton

Piano lessons with a great teacher
by prebentious
Thu Nov 28, 2013 12:12 am
Forum: Max For Live
Topic: API syntax question
Replies: 1
Views: 484

API syntax question

Hello,
What's the syntax for functions with multiple arguments?
For example under live_app view, how would I phrase a message to scroll the browser?
I'd think I would send the message

call scroll_view direction 0

But that gives me an 'invalid argument' error.

Anyone have any hints?
Thanks
Ben
by prebentious
Thu Nov 28, 2013 12:06 am
Forum: Max For Live
Topic: Has anyone figured out how to access Browser 'Places'???
Replies: 18
Views: 2724

Re: Has anyone figured out how to access Browser 'Places'???

Myralfur wrote: you can then use the "scroll_view" function to scroll through the browser.

it.
I'm confused on the syntax for the scroll_view function. What would I have in a message box fed to the live.object?

call scroll_view direction 0

Gives me an error 'invalid arguments'

Thanks!
Ben
by prebentious
Tue Nov 26, 2013 9:59 pm
Forum: Ableton Live
Topic: Most annoying limitations of Ableton live (IMO)
Replies: 12
Views: 3139

Re: Most annoying limitations of Ableton live (IMO)

moog303 wrote:
prebentious wrote:You can view piano roll and device with 9.1
Not with only one monitor, or did I miss something?

Sure you can. Two windows on one monitor
by prebentious
Tue Nov 26, 2013 3:23 pm
Forum: Max For Live
Topic: Has anyone figured out how to access Browser 'Places'???
Replies: 18
Views: 2724

Re: Has anyone figured out how to access Browser 'Places'???

Valiumdupeuple wrote:scroll_browser function maybe ?
I've never tried it but I've notice it since L9. I'll check later on.
Thanks!
by prebentious
Tue Nov 26, 2013 3:21 pm
Forum: Ableton Live
Topic: Most annoying limitations of Ableton live (IMO)
Replies: 12
Views: 3139

Re: Most annoying limitations of Ableton live (IMO)

You can view piano roll and device with 9.1
by prebentious
Mon Nov 25, 2013 9:44 pm
Forum: Max For Live
Topic: Has anyone figured out how to access Browser 'Places'???
Replies: 18
Views: 2724

Re: Has anyone figured out how to access Browser 'Places'???

Hmmm I wonder. Push can access places, so I imagine there's some way to do it.
Stray, can you weigh in on its readability, even if you're not interested in actually doing it?
by prebentious
Mon Nov 25, 2013 7:21 pm
Forum: Max For Live
Topic: Has anyone figured out how to access Browser 'Places'???
Replies: 18
Views: 2724

Re: Has anyone figured out how to access Browser 'Places'???

If anyone is capable of hacking this together, I'd be willing to pay.
by prebentious
Sun Nov 24, 2013 11:03 pm
Forum: Max For Live
Topic: Has anyone figured out how to access Browser 'Places'???
Replies: 18
Views: 2724

Has anyone figured out how to access Browser 'Places'???

Hello, After finding a showstopper bug with hosting vst~ objects in an M4L patch, I'm looking to try and load devices on the fly from the 'Places' section of the browser. I've researched clyphx etc, which seems really close, but it doesn't access Places. Before I bite the bullet and learn Python (I'...
by prebentious
Sat Aug 03, 2013 12:23 am
Forum: Max For Live
Topic: Measure gain reduction via live API?
Replies: 0
Views: 398

Measure gain reduction via live API?

Any bright ideas for how to measure the gain reduction in the compressor Via the live API?
I'd like to be able to see how much compression is happening on my ipad.
Thanks!