From 2c27d26090d75840554671a554a7f1bf669f8e29 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 18 May 2016 22:56:45 -0700 Subject: [PATCH 1/2] Missing cmath include --- lib/SongState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SongState.cpp b/lib/SongState.cpp index 37b3b37..058e211 100644 --- a/lib/SongState.cpp +++ b/lib/SongState.cpp @@ -1,6 +1,7 @@ #include "amuse/SongState.hpp" #include "amuse/Common.hpp" #include "amuse/Sequencer.hpp" +#include namespace amuse { From 873615060e271feaf22d737d26eb99feeb3eed70 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 18 May 2016 20:13:01 -1000 Subject: [PATCH 2/2] Fix README heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef869c8..123b678 100644 --- a/README.md +++ b/README.md @@ -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.