Version 1.4.0 of the note editor on Linux (GPL, beta) is ready: http://rnvs.informatik.tu-chemnitz.de/~ja/noteedit/noteedit.html New features ============ - volume change - tempo change - program (instrument) change - key signature change - time signature change - clefs with octave shift - export Midi Other Properties ================= * insertion/deletion/modification of notes, rests, dotted notes, slured notes, clefs, time signatures, key signatures, beamed notes, triplets on different staffs; * building accords, undo, block copy, block delete,multi staff block copy, multi staff block delete; * playing on /dev/sequencer (if correctly configured) whereby: o giving each staff a different voice; o giving each staff a different channel; o highlighting the played notes; o setting midi tempo; * export MusiXTeX * saving an restoring the files. The file format is similarily to the format of the music publication program (MUP): http://www.arkkra.com So you if you are a MUP user you have the possibility to convert the files into Midi and Postscript. Because it is a Qt program I plan to transform it into a KDE application (if ther is enough interest). Planned ======= *transpose *mute *import Midi Conditions ========== The program is tested on S.u.S.E.-Linux 6.2, Qt-2.0.2-13, and sound card AWE-64. I used egcs-2.91.66. You need the following packages: * g++ compiler * X11 (include and libraries) * Qt-2 (include and libraries) recommended: * LibKMid; see http://www.arrakis.es/~rlarrosa/libkmid.html You can compile the program without LibKMid. But in this case an #include /usr/src/linux/include/linux/soundcard.h occurs which can cause a lot of machine/sound card depencies. Therefore if your sound doesn't work and you are sure Midi works on your machine (you use KMid successfully) then try compilation with LibKMid! -- J.Anders, Chemnitz, GERMANY (ja@informatik.tu-chemnitz.de)