diff options
Diffstat (limited to 'maximilian_examples/5.FM1.cpp')
| -rwxr-xr-x | maximilian_examples/5.FM1.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maximilian_examples/5.FM1.cpp b/maximilian_examples/5.FM1.cpp index 14f6593..d0ce736 100755 --- a/maximilian_examples/5.FM1.cpp +++ b/maximilian_examples/5.FM1.cpp @@ -31,4 +31,5 @@ void play(double *output) { } // In complex FM systems you can have lots of modulators stacked together in interesting ways, and theoretically this can make any sound. -// John Chowning is the guy you probably want to talk to about that.
\ No newline at end of file +// John Chowning is the guy you probably want to talk to about that. +output[1]=output[0]; |
