Max advice

jumento's icon

I downloaded the Max demo and I've been, unsuccessfully, trying to make time for it and my trial is going to expire soon.

Here's what I'd like to do with Max: capture analog sound [from a bass or saxophone] and convert it to a midi signal, in real time, so I can feed it into Synthesia [a program I've been using with an Akai EWI, but I'd love to use it with my bass and sax].

Is this something Max could do? I'm assuming it can do it, but I'm concerned that the processing might be too slow to use in real time.

Any thoughts would be GREATLY appreciated.

williamjturkel's icon

You might be interested in trying out the patches of Tristan Jehan:

Anthony Palomba's icon

This is very possible. With Tristan's pitch~ or Miller Puckette's fiddle~ you
can do real-time pitch detection with a 100ms latency.

pid's icon

in max6 you do not need any third party stuff.

just use the [fzero] object. simple, good helpfile.

all possible.

jumento's icon

awesome! thanks everyone!!!

mzed's icon

I have a suspicion that fzero~ will be more accurate for low pitches, like bass, than fiddle~. I'd be curious to see if that is true in your use case.