diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-06 22:43:41 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-06 22:43:41 +0200 |
| commit | a6206e2a444a2ae94cea0d3d4a6b3762e289a07e (patch) | |
| tree | 0cec9eb9202c1ed2162f55394716418f6d535455 | |
| parent | 0cc5bfa1b516751be497ff21d06f7af3c3d3a804 (diff) | |
| download | digitale-debutanten-a6206e2a444a2ae94cea0d3d4a6b3762e289a07e.tar.gz | |
small identation change
| -rw-r--r-- | lib/SampOsc.ck | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/SampOsc.ck b/lib/SampOsc.ck index 1aadbea..a6a57e6 100644 --- a/lib/SampOsc.ck +++ b/lib/SampOsc.ck @@ -5,11 +5,13 @@ public class SampOsc extends SndBuf { 1 => float __freq; /* pseudo-private */ - fun float freq(float f) + fun float + freq(float f) { return f => __freq; } - fun float freq() + fun float + freq() { return __freq; } |
