Re: [kln2-devel] tse3: alsa, arts and maybe more!
Brought to you by:
wiecko
|
From: Silhusk <si...@bl...> - 2004-03-15 02:35:45
|
Hi, I managed to compile the version of kln2 at > http://www.fuw.edu.pl/~wiecko/klearnnotes2_cvs040310.tar.bz2 by editing the file src/Makefile.am as follows: 14c14 < klearnnotes2_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) $(all_libraries) --- > klearnnotes2_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) $(all_libraries) $(LIBTSE3) this way it compiles also if you do a './config --disable-midisupport' (disable TSE3 support) or you don't have TSE3 installed. Now a new problem: althought everything compiles, when I run kln2 and change MIDI Output to 'OSS/TSE' the application crashes! I think this is due to TSEOSSMidiOutput constructor (more precisely to transport(&metronome, &scheduler)) but I cannot figure out how to correct this. Someone can help? By the time I'll try to deal with 'Problem 2' > ============== > Problem 2: extra features for OSS > > As I said, OSS with TSE3 basically works (provided you link > manually). But I didn't have time to add volume (=midi velocity > and mixer volumes) control. Also, after choosing OSS/TSE3 one > should be able to turn midi on and off (on => internal_midifd=0, > off => internal_midifd=-1; play => if (internal_midifd==-1) do > nothing). regards, Carlo |