Sound/Midi question  
Author Message
Ben





PostPosted: 2003-12-16 6:43:00 Top

java-programmer, Sound/Midi question Hi,

I need to extract the outgoing pcm audio data while playing midi.

With the getData() method of a SoundbankResource object,
I can only catch sampled audio data stored in a soundbank.

Is there any way I could catch (well, in real time more or less)
the actual sampled data produced by the synth (channels mixed
or unmixed) ?

Any indications or links welcome. Tx !

Ben





 
Ben





PostPosted: 2003-12-16 20:56:00 Top

java-programmer >> Sound/Midi question Hi,

I need to extract the outgoing pcm audio data while playing midi.

With the getData() method of a SoundbankResource object,
I can only catch sampled audio data stored in a soundbank.

Is there any way I could catch (well, in real time more or less)
the actual sampled data produced by the synth (channels mixed
or unmixed) ?

Any indications or links welcome. Tx !

Ben







 
Taki





PostPosted: 2003-12-17 18:37:00 Top

java-programmer >> Sound/Midi question


"Ben" <email***@***.com> wrote in message
news:3fdf0263$0$296$email***@***.com...
> Hi,
>
> I need to extract the outgoing pcm audio data while playing midi.
>
> With the getData() method of a SoundbankResource object,
> I can only catch sampled audio data stored in a soundbank.
>
> Is there any way I could catch (well, in real time more or less)
> the actual sampled data produced by the synth (channels mixed
> or unmixed) ?

Sorry, I can't help you, but I know a magazine that might be able to help u.
Check out Java Developer's Journal Volume:8 Issue:11
There are whole bunch of things about playing back midi, recording etc in
the magazine.

Good luck!

Taki










 
 
Ben





PostPosted: 2003-12-17 20:44:00 Top

java-programmer >> Sound/Midi question "Taki" :

> Sorry, I can't help you, but I know a magazine that might be able to help u.
> Check out Java Developer's Journal Volume:8 Issue:11
> There are whole bunch of things about playing back midi, recording etc in
> the magazine.

I'll check this out asap ! Thanks for the tip - well, the Graal, I hope ;-)

Ben



 
 
Alex Hunsley





PostPosted: 2003-12-18 0:22:00 Top

java-programmer >> Sound/Midi question Ben wrote:

> Hi,
>
> I need to extract the outgoing pcm audio data while playing midi.
>
> With the getData() method of a SoundbankResource object,
> I can only catch sampled audio data stored in a soundbank.
>
> Is there any way I could catch (well, in real time more or less)
> the actual sampled data produced by the synth (channels mixed
> or unmixed) ?
>
> Any indications or links welcome. Tx !
>
> Ben

If you're willing to use something outside of java, there's a tool
called Total Recorder (google for it) that lets you record exactly what
you're hearing from your pc.

alex