mirror of https://github.com/AxioDL/amuse.git
Merge branch 'master' of https://github.com/AxioDL/amuse
This commit is contained in:
commit
f2f11fee33
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "amuse/SongState.hpp"
|
||||
#include "amuse/Common.hpp"
|
||||
#include "amuse/Sequencer.hpp"
|
||||
#include <cmath>
|
||||
|
||||
namespace amuse
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue