FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   Midi
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Midi  (Read 388 times)
Ale_k

WWW
Midi
« on: Aug 26th, 2003, 6:16pm »

Hi,
Is it possible implementing a native Midi class? I think it will be very helpful interfacing P5 applications with commercial hardware device (mixer, trigger and so on) or with other software  (sequencers or CSound for example).
Bye.
Alessandro
 
fry


WWW
Re: Midi
« Reply #1 on: Aug 28th, 2003, 5:28pm »

when running inside the p5 environment, you can use all of java's javax.sound classes/features. which i believe includes a midi api. i'm not familiar with the specifics but it's in there.  
 
anyone else have a link/example for this?
 
Ale_k

WWW
Re: Midi
« Reply #2 on: Aug 31st, 2003, 10:26am »

Ok. Thank you.
I find something:
http://access1.sun.com/SRDs/srd_repository/JavaSound_SRD.pdf
 I will try to make something with it.
Bye
Alessandro
 
peter todd
Guest
Email
Re: Midi
« Reply #3 on: Sep 1st, 2003, 12:43pm »

hmmm... 'Receiving MIDI events from an external device (via a MIDI input port) is not
supported.'
 
Ale_k

WWW
Re: Midi
« Reply #4 on: Sep 1st, 2003, 5:06pm »

Sun document says that there are some intefaces to do that (see 1.2.3.1) as MidiDevice, Transmitter and Receiver.
Actually I read somewhere else these work only on Win.
 
Pages: 1 

« Previous topic | Next topic »