We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Recording In Processing With Max/MSP
Page Index Toggle Pages: 1
Recording In Processing With Max/MSP (Read 859 times)
Recording In Processing With Max/MSP
Dec 1st, 2007, 3:24pm
 
Hello again all,

Is it possible to record in processing? I have access to Max/Msp and a patch which allows you to record through a microphone.

Basically the user will hit record in processing and then they hit a number of buttons over a period of 10 seconds. Then they can play it back in processing.


**I know i put this in the 'syntax' section, i apologise**
Re: Recording In Processing With Max/MSP
Reply #1 - Dec 4th, 2007, 11:50pm
 
So you managed to get processing to communicate to max? If you can access sound from max/msp in processing you can use a library like Ess to record it.
Re: Recording In Processing With Max/MSP
Reply #2 - Dec 7th, 2007, 3:52am
 
hey AdamB,

How are you communicating between the max/msp and processing? Does it run in a browser by any chance?

Thanks,
Aaron.
Re: Recording In Processing With Max/MSP
Reply #3 - Dec 7th, 2007, 7:07am
 
aaronc, you can communicate between the 2 applications using the maxlink library.

I've done it before, you shouldn't have any problems if you check out the examples that comes with the library.
Re: Recording In Processing With Max/MSP
Reply #4 - Dec 7th, 2007, 7:10am
 
Steven,
Thanks, you're right and I've done some minor playing with maxlink. I'm sifting through this new world of generative audio to find a good way to make Max/MSP work online, and while I'm at it, maybe make it look amazing with Processing.

I'm starting to think it should all be done in processing…
Re: Recording In Processing With Max/MSP
Reply #5 - Dec 7th, 2007, 2:22pm
 
Hey aaron,

basically its using your computer's IP address to communicate with one another.

I have one example where th file plays in Max, and the amplitude reading is shown visually in Processing
Page Index Toggle Pages: 1