General purpose FM oscillator library. 汎用FM音源ライブラリ
Revision 0:4694572b86bd, committed 2015-03-21
- Comitter:
- kb10uy
- Date:
- Sat Mar 21 08:30:47 2015 +0000
- Commit message:
- ??????
Changed in this revision
FMOscillator.cpp | Show annotated file Show diff for this revision Revisions of this file |
FMOscillator.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r 4694572b86bd FMOscillator.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FMOscillator.cpp Sat Mar 21 08:30:47 2015 +0000 @@ -0,0 +1,1 @@ +#include "FMOscillator.h" \ No newline at end of file
diff -r 000000000000 -r 4694572b86bd FMOscillator.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FMOscillator.h Sat Mar 21 08:30:47 2015 +0000 @@ -0,0 +1,7 @@ +/* 汎用FM音源ライブラリ + * General purpose FM Oscillator Library + * + * FM Oscillator + * (c) 2015 kb10uy + */ +#pragma once \ No newline at end of file