diff options
-rw-r--r-- | audio/spiralsynth/files/patch-SpiralSound-Sequencer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h b/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h new file mode 100644 index 0000000..8ece3e1 --- /dev/null +++ b/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h @@ -0,0 +1,11 @@ +--- SpiralSound/Sequencer.h.orig Fri Dec 22 18:51:59 2006 ++++ SpiralSound/Sequencer.h Fri Dec 22 18:52:21 2006 +@@ -40,7 +40,7 @@ + void SetLength(int s) {m_Length=s;} + void SetArp(bool s) {m_Arp=s;} + void SetArpNotes(int s) {m_ArpNotes=s;} +- bool Sequencer::GetSeqNote(float ¬e, int &oct, int &key); ++ bool GetSeqNote(float ¬e, int &oct, int &key); + + private: + |