Hello, --On Samstag, M�rz 09, 2002 01:16:39 +0100 Rainer Canavan <[EMAIL PROTECTED]> wrote:
>> > however, there is one more problem: it does not >> > seem to be possible to use values with whitespace >> > in the freesci config file. I need to set the name >> > of the midi device e.g. via >> > midiout.sgimd.port=Software Synth >> >> It _should_ be possible to put this in quotes, i.e. use >> midiout.sgimd.port="Software Synth" midiout is broken in 0.3.3-devel (actual cvs). Patch: ------sci_conf.h-------------- #define FREESCI_DRIVER_SUBSYSTEM_PCM 1 #define FREESCI_DRIVER_SUBSYSTEM_MIDIOUT 2 ------------------------------ with that it is according to actual config.l with pcm inserted. Sorry that is isn't a real patch, I'm too tired. ;) Regards, Alexander Holler
