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 & HelpOther Libraries › Pro Midi (again)
Page Index Toggle Pages: 1
Pro Midi (again) (Read 4655 times)
Pro Midi (again)
Apr 20th, 2005, 11:11am
 
Hiya,

Thank you for Beta.
Was disappointed that midi wasn't supported by default. Are there any plans, or is it back to texone's Pro Midi?

Peace

D
Re: Pro Midi (again)
Reply #1 - Apr 21st, 2005, 2:34am
 
At this stage, we're trying to keep Processing small and focused to make it managable. We have two types of libraries -- core libraries are distributed with the software and contributed libraries are written and maintained by members of the community. Right now, we feel MIDI support should be a contributed library.
Re: Pro Midi (again)
Reply #2 - Apr 22nd, 2005, 12:11am
 
I've written to tex to see if he will update the proMidi library for Processing (BETA)
Re: Pro Midi (again)
Reply #3 - Apr 22nd, 2005, 12:41am
 
midi seems to be the easiest way to communicate between environments, i've just been hooked on: http://chuck.cs.princeton.edu/ and can't wait to get it talking to p5.
Re: Pro Midi (again)
Reply #4 - Apr 22nd, 2005, 10:21pm
 
bsr wrote on Apr 22nd, 2005, 12:41am:
midi seems to be the easiest way to communicate between environments, i've just been hooked on: http://chuck.cs.princeton.edu/ and can't wait to get it talking to p5.


Oh no!  Not ANOTHER amazing new software tool to spend time playing around with!  [ ChucK looks great ]

I would've thought OpenSoundControl would be a much better candidate than MIDI for "communicating between environments" though.
Re: Pro Midi (again)
Reply #5 - Apr 25th, 2005, 7:03pm
 
And indeed it is, mungbean. OpenSoundControl is a much better approach to communication between applications, the way demidelirium seems to want it.

An OSC library is missing for processing. I'm not sure chuck supports OSC yet, but loads of other applications do (off the top of my head, max/msp, reaktor, vvvv are 3 great apps who're in the game)
Re: Pro Midi (again)
Reply #6 - Apr 25th, 2005, 9:55pm
 
the oscp5 library is intended to do this:
http://processing.org/reference/libraries/index.html
however it's not yet been updated for beta.
Re: Pro Midi (again)
Reply #7 - Apr 27th, 2005, 3:19am
 
OSC library for Processing is now updated and online:
http://processing.org/reference/libraries/
Re: Pro Midi (again)
Reply #8 - Apr 30th, 2005, 7:28am
 
I'm attempting to use the oscP5 library with the OSC server in bidule as a means of getting MIDI messages into  p5 (basically I want to use my MIDI 'knobby' controller to control graphics in p5).

I've managed to *send* events to bidule, but not to
receive events from bidule.  If anyone has managed to monitor a MIDI keyboard via oscp5, I'd be interested to hear the details.

Thanks!
Re: Pro Midi (again)
Reply #9 - May 2nd, 2005, 12:35pm
 
hi,

according to this thread
http://www.plogue.com/phpBB2/viewtopic.php?t=962&highlight=osc
bidule is not yet capable of sending osc messages.

there is a midi library by texone which you can download here
http://www.texone.org/promidi/
to control your midi stuff, not sure if it works for the beta yet


if you want another application handling midi i recommend pd (free), supercollider (free), or max/msp (free not) to talk to processing/oscp5 via osc.

andi

Re: Pro Midi (again)
Reply #10 - May 25th, 2005, 12:01am
 
Pro Midi is working in BETA. You have to use the CODE folder as in version v68. I did some sketchs with and I'm able to send midi instructions using a virtual device as midiYoke.

You might have a look at JMusic too. It works also very well in BETA. With JMusic, you have ability to write and transform .midi files easily.

**Another compatibility, PTablet(wacom) is also working in BETA with the CODE folder.
Re: Pro Midi (again)
Reply #11 - Aug 23rd, 2005, 4:20pm
 
just in case it got missed, over in the libraries topic, pro midi is updated for beta, lovely new importable promidi class and some nifty examples to go with it... my life is almost complete Smiley

http://www.texone.org/promidi/index.htm

download, unpack, and find (and ignore) the old .jar at root level of the archive, and a nested proMidi directory which is the one we want.

thanks to tex!
Re: Pro Midi (again)
Reply #12 - Aug 23rd, 2005, 8:06pm
 
A lot of work and nice Improvements! It's a good thing to see that you implemented ProgramChange(), it will be usefull. Thx Tex!
Re: Pro Midi (again)
Reply #13 - Jan 21st, 2008, 3:52pm
 
Ciao to all,
we would like to ask you some informations about how to create a patch in processing which would provide comunication between  processing and midi note, so that, the midi notes would be making changes with the size of the objects already created with processing.

Grazie
xxx
Page Index Toggle Pages: 1