Re: [kln2-devel] tse3: alsa, arts and maybe more!
Brought to you by:
wiecko
|
From: Carlo <si...@bl...> - 2004-03-29 20:59:10
|
Hi, Il ven, 2004-03-26 alle 22:20, Marek Wieckowski ha scritto: > 1. split NoteOn and NoteOff to two separate events (I don't > have a clue why TSE "matching event" doesn't work. But I don't > think splitting these into two separate commands might hurt > anybody.) I changed this another time, according to TSE3 documentation. I hope this works as supposed. > 2. change back to channel=0 (I don't really know what > TSE3::MidiCommand::AllChannels does [docs on this are quite > poor, aren't they?]. All I know is, it doesn't work.) I thought it was intended to have the note on every channel, and... I agree, the whole TSE3 documentation is poor (motivation to make our better). > * volume; Carlo, did you want to use MidiOutput::noteVelocity > property for this? Yes, you are right. Thank you Marek for clearing out about the 3 volumes. > I think TSE mixer (or OSS mixer as it is done now) > should be used for this. I added mixer and i'll commit changes in a moment. I encountered problems with setVolume not linking (see the lines commented out). I also had to increase the delay time before playing a chord (midi-TSE.cpp line 127), but I still don't understand why the forked processes hang up. regards, Carlo |