Search found 5 matches

by leo_music_9
Sun Nov 29, 2020 2:56 pm
Forum: Max For Live
Topic: Knowing Javascript, how long will it take me to learn Max 4 Live?
Replies: 4
Views: 1521

Re: Knowing Javascript, how long will it take me to learn Max 4 Live?

cant say. Midi is mostly a manipulation of a list with 2 items. So you can simply use midiin->midiparse or midiselect->to js (javascript)>midiformat>midiout <pre><code> ----------begin_max5_patcher---------- 490.3ocsUssiaCBD8YGo7Of3Y2Hahysp9mTUEQrY2RjMXAiSSTT+2WXvrIZ2 jMVQdevF4y.blybymmNIgtSeTXojeR...
by leo_music_9
Mon Nov 23, 2020 4:31 pm
Forum: Max For Live
Topic: Knowing Javascript, how long will it take me to learn Max 4 Live?
Replies: 4
Views: 1521

Knowing Javascript, how long will it take me to learn Max 4 Live?

Hi guys, I'm a front end developer and also an Ableton user. I just learned that max for live uses javascript. how long do you think I'll take me to learn max for live to the level in which I can create my own MIDI devices? (given I already know javascript) I'm just interested in MIDI devices. Thanks.
by leo_music_9
Thu Nov 19, 2020 12:17 am
Forum: Max For Live
Topic: Real Time MIDI Quantize
Replies: 4
Views: 1114

Re: Real Time MIDI Quantize

Yep. It can be done for sure. I’ll have a look but I got much on my plate nowadays. Please, let me know if you need further information. You need set a window range. Ideally the user can choose the %. If not, 50% is fine. Let's say you set the quantizer to 1/16, then the first half of the range (50...
by leo_music_9
Thu Nov 19, 2020 12:15 am
Forum: Max For Live
Topic: Real Time MIDI Quantize
Replies: 4
Views: 1114

Re: Real Time MIDI Quantize

The problem with doing that is you would have to predict the future and know that there is a note that's going to be late (not early) that needs left alone. How would you differentiate between a note that is late and a note that is early? I suppose you could set up a window of time. Say you are try...
by leo_music_9
Mon Nov 16, 2020 2:29 pm
Forum: Max For Live
Topic: Real Time MIDI Quantize
Replies: 4
Views: 1114

Real Time MIDI Quantize

Hi everybody, I was wondering if someone is interested in working on a real time MIDI-QUANTIZER. Someone has created a device like that ( https://maxforlive.com/library/device/196/real-time-midi-quantize ) and it was downloaded 20000 times. However, the big issue is that if you play just a milisecon...