Search found 10566 matches

by Machinate
Mon Apr 01, 2013 1:38 am
Forum: Max For Live
Topic: keyup on m4l?
Replies: 3
Views: 958

Re: keyup on m4l?

I suspect some of the java mechanisms have lower-level access to key data than key and keyup - I think it's worth investigating in that direction.
by Machinate
Mon Apr 01, 2013 1:37 am
Forum: Max For Live
Topic: Change multiple midi outputs at once?
Replies: 5
Views: 1241

Re: Change multiple midi outputs at once?

Are they transmitting on different channels? If they're all on the same channel, then you simply transmit them to an intermediary channel first - then you only need to flip a single setting, not a bazillion.
by Machinate
Sun Mar 31, 2013 2:50 pm
Forum: Max For Live
Topic: Recommend a Max patch with advanced use of delays
Replies: 7
Views: 1592

Re: Recommend a Max patch with advanced use of delays

okay; for my money, one of the most hackable and best sounding setups on maxforlive.com is this one:

http://www.maxforlive.com/library/device/1400/bbd-delay
by Machinate
Sun Mar 31, 2013 2:46 pm
Forum: Max For Live
Topic: Recommend a Max patch with advanced use of delays
Replies: 7
Views: 1592

Re: Recommend a Max patch with advanced use of delays

so yeah, you've caused a bunch of confusion by bringing echoboy into this ;) Question is; 1) what are you looking for in a delay? Echoboy is relatively simple, so that confused things even further. You say "automatable", but that's all of them. Is there a specific feature set that you're i...
by Machinate
Sun Mar 31, 2013 1:52 pm
Forum: Max For Live
Topic: A new device: Granular Mirror Maze
Replies: 5
Views: 1365

Re: A new device: Granular Mirror Maze

bump.
by Machinate
Sun Mar 31, 2013 1:49 pm
Forum: Max For Live
Topic: Live 9 - Convolution Reverb IRs problem
Replies: 9
Views: 2037

Re: Live 9 - Convolution Reverb IRs problem

>Looks like I'll need to go back to using the 32 bit version till they fix this bug.

have you reported the bug?
by Machinate
Fri Mar 29, 2013 11:25 pm
Forum: Max For Live
Topic: Very concrete regexp question (TouchOSC related)
Replies: 7
Views: 1616

Re: Very concrete regexp question (TouchOSC related)

broc wrote:[regexp / @substitute " "]
AKA: the only regexp I actually use. Like, ever. Makes OSC parsing ever so easy.

Alternatively one can just use OSC-route, but I typically prefer not to.
by Machinate
Wed Jan 30, 2013 2:21 am
Forum: Max For Live
Topic: LFO with white noise generator?
Replies: 5
Views: 1632

Re: LFO with white noise generator?

so you want to simply modulate with unfiltered white noise?

Should be easy to mod - simply dig into one of the modulator devices, find where the oscillators are and hook in noise instead :)
by Machinate
Sun Jul 08, 2012 5:13 pm
Forum: Max For Live
Topic: Presets
Replies: 8
Views: 1949

Re: Presets

start with [pattrstorage] and work from there. The help file has an example using preset as a UI, I believe.
by Machinate
Sun Jul 08, 2012 4:57 pm
Forum: Max For Live
Topic: Presets
Replies: 8
Views: 1949

Re: Presets

the way to do it is to couple Preset with the pattrsystem. Do the upgrade, and you'll have access to a lot of fun bits, it's well worth it moving to that next level in max'ing.
by Machinate
Sun Jul 01, 2012 4:34 pm
Forum: Max For Live
Topic: detuning audio./calibration to A=332hz
Replies: 1
Views: 656

Re: detuning audio./calibration to A=332hz

do you need it to be realtime?

If not then I'd simply repitch the master in Live and re-render it. You can easily compensate for tempo before the first render, too.
by Machinate
Sat Jun 30, 2012 6:30 pm
Forum: Max For Live
Topic: If statements?
Replies: 9
Views: 1682

Re: If statements?

to rewind a bit and speak a bit more generally;

many make the mistake of thinking in "if". *if* you think like that it's recommended to look towards the logical operators, and not the blasted [if] object.
by Machinate
Wed Jun 27, 2012 7:31 am
Forum: Max For Live
Topic: Alias midi clips (Logic style) ....... possible with M4L?
Replies: 5
Views: 1509

Re: Alias midi clips (Logic style) ....... possible with M4L?

one possible solution is to simply loop one bar throughout the song - that is; not copy it along - and just mute/un-mute when needed.

It's sometimes rather frustrating that Live is indeed *so* close to Logics functionality for this, but soo far away.
by Machinate
Fri Jun 22, 2012 5:12 pm
Forum: Max For Live
Topic: Using LFO to modulate Sample Start/End in Sampler
Replies: 9
Views: 2185

Re: Using LFO to modulate Sample Start/End in Sampler

ned rush wrote:seemed to work ok for me, provided i understood fully the problem.
thing is; this modulation you're doing can be done internally in sampler. LFOs 2 and 3 can be routed straight to Loop Start, no problem.
by Machinate
Thu Jun 21, 2012 11:45 am
Forum: Max For Live
Topic: Using LFO to modulate Sample Start/End in Sampler
Replies: 9
Views: 2185

Re: Using LFO to modulate Sample Start/End in Sampler

set it to loop, and then modulate the loop parameters instead. That'll work, and yes, it'll do the wavescanning thing.