diff options
author | Richard Knight <q@1bpm.net> | 2021-08-24 23:29:49 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-24 23:29:49 +0100 |
commit | 3087c661444683d4ac24b921690e2642e3d0ebba (patch) | |
tree | a439de073ea5737302e6a27dccbcebee592da7a9 /src | |
parent | 0fa146ab7f5246050be8d9b983cdec2cbafb766b (diff) | |
download | csound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.tar.gz csound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.tar.bz2 csound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.zip |
updated readme
Diffstat (limited to 'src')
-rw-r--r-- | src/opcodes.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/opcodes.cpp b/src/opcodes.cpp index 7b38c80..a6fd7e9 100644 --- a/src/opcodes.cpp +++ b/src/opcodes.cpp @@ -554,6 +554,4 @@ void csnd::on_load(csnd::Csound *csound) { csnd::plugin<oplnote>(csound, "oplnote", csnd::thread::i); csnd::plugin<oplpanic>(csound, "oplpanic", csnd::thread::i); csnd::plugin<oplbanknames>(csound, "oplbanknames", csnd::thread::i); -} - - +}
\ No newline at end of file |