aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynth/files/patch-SpiralSound-Sequencer.h
blob: 8ece3e185586d5dad5736b0b5d02736d0b93ccb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 &note, int &oct, int &key);
+	bool GetSeqNote(float &note, int &oct, int &key);
 
 private: