Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adding CabbageCsoundCsd.h header
  • Loading branch information
rorywalsh committed Jan 16, 2018
1 parent b583f98 commit 1040ed5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Binary file modified Source/.DS_Store
Binary file not shown.
Binary file added Source/Audio/.DS_Store
Binary file not shown.
29 changes: 29 additions & 0 deletions Source/Audio/Plugins/CabbageCsoundCsd.h
@@ -0,0 +1,29 @@
/*
Copyright (C) 2018 Rory Walsh
Cabbage is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
Cabbage is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public
License along with Csound; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
*/
#pragma once

class CsoundCsd
{
public:
CsoundCsd()
{
}

String code="";
};

0 comments on commit 1040ed5

Please sign in to comment.