Composer
From Performous
Composer is a song editor for creating (and converting) notes for music games in various formats. It attempts to make the process easy by automating as much as possible while providing a simple and attractive interface to do the remaining manual work. See the webpage for full introduction.
Contents |
Download
You can access binaries through the downloads page.
Building and installing from source
Dependencies
- CMake (build tool)
- Qt 4.7 (QtCore, QtGui, QtXml, Phonon)
- FFmpeg libs (AVFormat)
Obtaining source code
- Preferred:
git clone git://git.performous.org/gitroot/performous/editor - or download a release tarball from SourceForge.net
Building
Use the regular CMake workflow:
mkdir editor/build cd editor/build cmake ../ make ./composer
Usage
You can find help by pressing F1-key inside the application or by accessing its Help-menu.
Troubleshooting
- I get a crash on Mac OSX.
- We are working on it. Feel free to help though.
- Synthesizer sounds distorted / doesn't work.
- The audio library used (Phonon) is not well suited for this and the implementation is rather hacky. This will be fixed by dropping Phonon. In the meantime, make sure you are not using some broken phonon-backend, i.e. vlc seems to be horrible, whereas xine adequete and gstreamer the best.
Support
Composer is supported through the same channels that Performous is, see main page for links.
