freebsd-ports/audio/spiralsynth/files/patch-SpiralSound_Sequencer.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
371 B
C++

--- 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: