aboutsummaryrefslogtreecommitdiff
path: root/src/opcodes.cpp
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-08-24 23:29:49 +0100
committerRichard Knight <q@1bpm.net>2021-08-24 23:29:49 +0100
commit3087c661444683d4ac24b921690e2642e3d0ebba (patch)
treea439de073ea5737302e6a27dccbcebee592da7a9 /src/opcodes.cpp
parent0fa146ab7f5246050be8d9b983cdec2cbafb766b (diff)
downloadcsound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.tar.gz
csound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.tar.bz2
csound-opl-3087c661444683d4ac24b921690e2642e3d0ebba.zip
updated readme
Diffstat (limited to 'src/opcodes.cpp')
-rw-r--r--src/opcodes.cpp4
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