Application: MuseScore
Category: Music & Video
Description: MuseScore Portable is a free portable music composition & notation program
Features: (from the homepage)
- WYSIWYG, notes are entered on a "virtual note sheet"
- Unlimited number of staves
- Up to four voices per staff
- Easy and fast note entry with mouse, keyboard or MIDI
- Integrated sequencer and FluidSynth software synthesizer
- Import and export of MusicXML and Standard MIDI Files (SMF)
License: GPL 2, or later
Language: Multilingual
Download MuseScore Portable 1.0 Pre-Release 1 [28.5MB download / 29.7-68.6MB installed]
(MD5: 47c859801466b9740534b882f676c99c)
Release Notes:
1.0 Pre-Release 1 (2011-02-16): Initial release
- Even english users would like to install MuseScore Portable multilingual. This option brings better english. (weird, I know ;-))
Known Issues:
- If you use ConvertAll Portable and/or FreeMat Portable and MuseScore Portable at the same time and don't close them in reversed order, registry keys will be left behind and/or the original (local) keys will be overwritten. To avoid issues, never use them together!
Graphics:
Acknowledgments:
- Thanks to Patrick Patience for hosting
- Thanks to all devs for pieces of code
- Thanks in advance to all testers.
Old thread could be found here.
Are you trying to get 100 votes again before releasing this?
1000
In that case, I think I'd vote for somebody else taking it over.
(though I'd prefer you just reconsidering the voting thing and releasing it.:))
~3D1T0R
I was just joking.
(It has been released, I'm just waiting till it hits Patricks mirror)
If the voting was a joke, then so was my suggestion.
~3D1T0R
I am so wanting this! Hopefully before the end of the school term
Ignore silly users that PM you on IRC. What? You're one of them?
It's up at Patricks server. Say thank you Patrick.
If I'm not mistaken, I think PAL has specialized handling of Qt paths so that apps don't step on each other.
Sometimes, the impossible can become possible, if you're awesome!
I don't think so.
You sure? This and this show specialized handling of Qt keys above and beyond standard registry key handling. We'll need to double check with Chris to be sure. I know it was something he'd wanted handled.
Sometimes, the impossible can become possible, if you're awesome!
That's the usual Qt mess. The issue is the customColors key, which is used by many apps. The custom color palette is stored inside.
I've come across a few apps that use the customColors key, but never any which it seems to have any effect at all in. (Have you?) I've just taken to recommending
[RegistryKeys]:-=HKCU\Software\Trolltech\Qt-whatever\customColors
. There isn't any good way to do it short of redirection for that key.I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
At least MuseScore, FreeMat and ConvertAll. I haven't checked others.
FreeMat Portable saves the custom colors to FreeMatPortable.reg. (because it saves all settings to registry and that was easy to add).
MuseScore Portable discardes these custom colors. (all other settings are saved in inis now and I don't want to bother with import registry stuff just for these colors). Basically MuseScore Portable does [RegistryKeys]:-=HKCU\Software\Trolltech\Qt-whatever\customColors, just without PAL. 8)
Edit: Just checked, we could add Qucs to that list too.