Synthesizer based on the Unzen / Nucleo F746ZG
Dependencies: amakusa mbed-dsp mbed shimabara ukifune unzen_nucleo_f746
Fork of skeleton_unzen_nucleo_f746 by
雲仙フレームワークのテストとして作っているプロジェクトです。中身はどんどん変っていきます。 説明はDSP空挺団の「シンセサイザー」カテゴリーを参照してください。初回は「ドッグフードを食べる」です。
History
Limiter function is confirmed. SV filter ignored bug was fixed.
2017-02-18, by shorie [Sat, 18 Feb 2017 04:37:19 +0000] rev 29
Limiter function is confirmed. SV filter ignored bug was fixed.
13 tone is ready to play
2017-02-11, by shorie [Sat, 11 Feb 2017 07:44:56 +0000] rev 28
13 tone is ready to play
EG is integrated
2017-02-11, by shorie [Sat, 11 Feb 2017 07:15:21 +0000] rev 27
EG is integrated
fulfill change
2017-02-10, by shorie [Fri, 10 Feb 2017 21:31:17 +0000] rev 26
fulfill change
run() method of child classes of the amakusa::AbstractFilter are modified.
2017-02-10, by shorie [Fri, 10 Feb 2017 13:28:41 +0000] rev 25
run() method of child classes of the amakusa::AbstractFilter are modified.
restrict VFO::half_way as integer multiple of VFO::frequency. Hopefully, the sound of the square_wave become stable.
2017-02-08, by shorie [Wed, 08 Feb 2017 21:16:41 +0000] rev 24
restrict VFO::half_way as integer multiple of VFO::frequency. Hopefully, the sound of the square_wave become stable.
Fixed bug of the f_factor in SVF
2017-02-05, by shorie [Sun, 05 Feb 2017 06:25:03 +0000] rev 23
Fixed bug of the f_factor in SVF
Integrated filter
2017-02-05, by shorie [Sun, 05 Feb 2017 06:16:49 +0000] rev 22
Integrated filter
SVF is just passed compiler. But not in the chain. Check the default blocksize process.;
2017-02-04, by shorie [Sat, 04 Feb 2017 15:05:44 +0000] rev 21
SVF is just passed compiler. But not in the chain. Check the default blocksize process.;
Added SV Filter
2017-02-04, by shorie [Sat, 04 Feb 2017 15:03:41 +0000] rev 20
Added SV Filter