In the FAQ (frequently asked questions) we try to avoid questions get answered or asked twice. So we can spend our man-power on subjects where it's more needed as in answering new questions or creating nice music. If your question isn't listed here please ask in the user mailing list. We will answer your request and maybe add the question and the answer here. The MusE Developer Team What is MusE good for?What can MusE do for me so far? MusE aims to be a complete multitrack virtual studio for Linux!
Workaround: external gear + softsynthI found a workaround to this in the end so I guess this is a bug report. Muse 0.7, gcc 3.2.2, redhat9/planetccrma. Problem: in a song with a softsynth (fluidsynth) and external midi (hardware) synths, on loading, none of the external midi gets played. Oddly, clicking on the pianoroll in the relevant parts does play external notes, but the recorded parts don't play. Workaround: remove the softsynth instance, save, load, re-instantiate the softsynth - it all works. I hope this helps anyone with a similar problem! Crispin
Wave - output ports are still visible in qjackctl although deleted in MusEThis is because of the undo function which just hides the track from the arranger. This could not have been done differently because then you would lose all your routings if you use "undo" from within MusE. Language support in MusE?MusE's native language is "english" and so everything is english so far. There are some translations different language but not complete for 0.7 Read here for more information on language support. But we need YOU so if you want to translate the interface into your native language you can do a great job for us. This isn't a hard job by the way, you have just to fill a html-form with your translation for all the dialoges. MusE installed with success but no synthesizers foundOk you build the latest 0.7 MusE source and installed it with "make install". If you type "muse" MusE is starting and most things are working well, except that the softsynths like vam, s1, fluidsynth are missing. Change the directory to: /usr/local/lib/muse/synthi or the one you installed the softsynths and do the following: First check if there are the <anyname>.so files. If not they were build correctly but not renamed. So we have to do that now, so do: mv fluid fluid.so mv vam vam.so mv s1 s1.so mv organ organ.so mv fluid fluid.so Ok let's try if it worked. Start MusE with "muse" in the console. (you should be root) and don't forget to start the "jackd -d alsa" command. MusE or MuSEMusE is the midi/audio sequencing application. But there is also a project called the same, altough written diffrent: MuSE But keep in mind that we don't have to do anything with the MuSE project except sharing the name ;-) Is my soundcard supported by MusE?If your soundcard is listed in the alsa-supported soundcards you have a pretty good chance to get MusE working with it.
Alsa documentation is here http://www.alsa-project.org/documentation.php3 Hardware - what hardware do I have to run MusE?That depends on what you are going to do:
I'm stuck, I can't get anything to work, can someone help me?Did you read the manual? Did you search with google.de for your problem? If yes then and you didn't find what you were searching for then the best place to probably get help is one of the mailinglists available on http://sourceforge.net/mail/?group_id=93414 I don't get any midi out of MusE, what is wrong?If you are using MusE 0.7 or any previous version this could also result of a missconfiguration. This occures sometimes, try this:
This could solve your problem. If it didn't work rename the files and get your original config back. If you are running MusE 0.6.2 it is likely this is due to a bug. On some systems it caused midi playback to simply not work. It is fixed in 0.6.3. http://sourceforge.net/mail/?group_id=93414 I can't rewind audio tracks, huh?There is a known issue with QT3.2 and MusE 0.6.x, the transport fails to work as it is supposed to. Unfortunately the only workaround at the moment is to not use QT3.2, QT3.1 works perfectly. Note that it does not seem to affect everybody using QT3.2, if it seems to work there should not be any reason to downgrade. While starting MusE it just hangs, what is wrong?MusE 0.6.x is runnable in a number of configurations:
Depending on which you try there are different start criteria that need to be met for MusE to start correctly. An easy test that fixes several issues is to run MusE as root. If this works you know that it's probably a permission problem you've got. Compare the error log you got earlier to the log you get when running as root to get an idea what might have gone wrong. Another one is that MusE is unable to set real-time scheduling on it's internal threads, realtime scheduling is pretty much a requirement to get good timing. See the question "MusE has lousy timing! Can it be fixed?" for some more information about this. MusE has lousy timing! Can it be fixed?By running MusE with the option '-R', MusE tries to set it's internal threads to realtime, to get good timing in MusE this is pretty much a requirement. Some common ways to achieve realtime is:
There are drawbacks to all of these, mostly to do with bypassing the built in security mechanism that Linux has, it's for instance quite easy to have your machine lock-up tight by fiddeling with realtime capabilites. Another issue is that programs that allowed to run as root are a security threat. It's up to every user to decide if this threat is to be taken seriously. To grade the variants above in "secureness" i'd say number four is most secure followed by three and one, with number two as the least secure. Which by chance is, together with one, what is most commonly used since it's easy to setup. Where can I get more information about Linux Audio in general?You want to have a look at the MusE's Links section. We also introduce some nice programs in the Tools section. Is MusE running on WindowsThere is no port so far and nobody is working on this. If you feel you could and want to port MusE feel free to ask in our mailinglist. BUT before you do this take this advice: midi implementation A common problem is that muse used the ALSA midi system since jack-audio-connection kit didn't provide sample accurate midi processing for a long time. This changed lately and since then jack-audio-connection kit supports this. I'm not sure which version of muse uses this yet. Before any porting attempt it would be wise to adapt totally to jack-audio-connection kit midi and abandon the use of the ALSA sequencer. muse 0.7++ (all qt3 dependant muse builds)Windows uses [ASIO | http://de.wikipedia.org/wiki/Audio_Stream_Input/Output] The main problem with Windows is that there is no jack-audio-connection kit using ASIO as backend yet. This will probably change with jack 2.0. Until then it's not possible. BUT the main issue here is: MusE 0.7-1.x relays on [Trolltech's] Qt library version 3.x which also exists for windows but is only accessable with a commercial license - even for OpenSource projects like MusE is one. Using Qt4.x on windows enables the GPL based (open source) usage of Qt4.x on windows as well as on linux/macosX. Since muse 0.7-0.9 is based on Qt3.x we can't port it. muse 2.0 (all qt4 dependant muse bilds)Since we use Qt4.x it should really be simple to port MusE to windows and macosX. Still we need low level support of jack-audio-connection kit which should be running on macosX already but not on windows. But the windows port is being developed - at least the for jack 2.0 (and higher). Is MusE running on a MACIf your question was weather MusE is running on PPC then the answer would be yes it is running. Maybe you have to compile MusE on you own but it's working. BUT if the question was: is it running on MAC OS X then the answer would be NO! I tried the internal synthesizer, but couldn't find any soundTo use one of MusE's internal synthesizers you need patches.
Using midi sometimes gives strange results pressing some keys on the keyboardWhile playing the piano and using MusE's midi abilities some keys lead to strange MusE behaviour like pressing play as done with the mouse usually. This can be because you didn't disable the Input Plugin - Midi Remote Keyboard function which is used to record multiple times without a single click, just pressing a certain key on your keyboard. recover a MusE crashBefore you start MusE, type this in the console: ulimit -c 1000000000 Then, when MusE crashes, you will get a coredump. Coredumps can be used to extract info about what happened. Get in contact with us trough our mailing list and tell every you did, maybe we can recover the error based on your coredump and what you did. Precount doesn't work / Prerecord and Preroll are always disabled.The metronome settings window has a section for "Precount", but the precount doesn't work. Behind the scenes, the support for precount was removed when MusE was Jack-enabled. Jack simply doesn't support it. This is also why the Prerecord and Preroll checkboxes are always disabled. A workaround is to position the left loop marker where recording should start, then enable Punch-in. You can then position the song pointer (cursor) before that point by as many bars as you want. When you start recording the song will play from the song pointer position, giving you a lead in before recording starts at the punch-in point.
Last modified August 12, 2009 8:16 pm / Skin by Kevin Hughes
![]() |