Synthesizer based on the Unzen / Nucleo F746ZG

Dependencies:   amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746

Fork of skeleton_unzen_nucleo_f746 by seiichi horie

雲仙フレームワークのテストとして作っているプロジェクトです。中身はどんどん変っていきます。 説明はDSP空挺団の「シンセサイザー」カテゴリーを参照してください。初回は「ドッグフードを食べる」です。

Revision:
13:b33cb5925113
Parent:
11:7d8740437e6a
Child:
14:cec63d8da48c
diff -r 2b121255e2d1 -r b33cb5925113 signal_processing.cpp
--- a/signal_processing.cpp	Sun Jan 29 00:07:14 2017 +0000
+++ b/signal_processing.cpp	Sun Jan 29 03:05:56 2017 +0000
@@ -14,7 +14,7 @@
             float rx_left_buffer[],     // array of the left input samples
             float rx_right_buffer[],    // array of the right input samples
             float tx_left_buffer[],     // place to write the left output samples
-            float tx_right_buffer[],    // place to write the left output samples
+            float tx_right_buffer[],    // place to write the right output samples
             unsigned int block_size     // block size [sample]
            )
 {