This commit is contained in:
Jack Andersen 2016-05-19 00:13:47 -10:00
commit f2f11fee33
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### Amuse {#mainpage}
### Amuse
**Amuse** is a real-time MIDI and SFX sequencer, with basic effects,
3D positional audio and surround-output capabilities.

View File

@ -1,6 +1,7 @@
#include "amuse/SongState.hpp"
#include "amuse/Common.hpp"
#include "amuse/Sequencer.hpp"
#include <cmath>
namespace amuse
{