summaryrefslogtreecommitdiff
path: root/muse/synti/s1/s1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse/synti/s1/s1.cpp')
-rw-r--r--muse/synti/s1/s1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/muse/synti/s1/s1.cpp b/muse/synti/s1/s1.cpp
index 2dca23ee..596a5797 100644
--- a/muse/synti/s1/s1.cpp
+++ b/muse/synti/s1/s1.cpp
@@ -93,9 +93,9 @@ void S1::note(int /*channel*/, int pitch, int velo)
//
// note on
//
- accu = 0;
- gate = 1;
- freq = 8.176 * exp(float(pitch)*log(2.0)/12.0);
+ accu = 0;
+ gate = 1;
+ freq = 8.176 * exp(float(pitch)*log(2.0)/12.0);
}
}