How to record only bass output

Started by Fabs,

Fabs

Hi,
It is possible to record in a wav file, only the sound wich was play by bass ???
If Yes, How ??? :-)

Thx :-)
@+
Fabs

Ian @ un4seen

How many channels are you playing? If it's just 1, you could simply set a DSP callback on it and write the sample data to disk in that.

If you're playing more than 1, it gets more complicated - you'll have to mix the data yourself. That's if you don't want to use the recording functions :)