Skip to content

Commit

Permalink
Initial import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwu committed Feb 20, 2011
0 parents commit 8ab8f74
Show file tree
Hide file tree
Showing 24 changed files with 1,700 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .classpath
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/clojure-contrib.jar"/>
<classpathentry kind="lib" path="lib/clojure.jar" sourcepath="/Clojure"/>
<classpathentry kind="lib" path="lib/jVSTsYstem-1.0beta.jar"/>
<classpathentry kind="lib" path="lib/jVSTwRapper-1.0beta.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
23 changes: 23 additions & 0 deletions .project
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ClojureVST</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>ccw.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>ccw.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
19 changes: 19 additions & 0 deletions clojurevst.jardesc
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="ClojureVST/dist/clojurevst.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/ClojureVST/clojurevst.jardesc" exportErrors="false" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<manifest generateManifest="true" manifestLocation="/ClojureVST/manifest.mf" manifestVersion="1.0" reuseManifest="false" saveManifest="true" usesManifest="true">
<sealing sealJar="false">
<packagesToSeal/>
<packagesToUnSeal/>
</sealing>
</manifest>
<selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
<javaElement handleIdentifier="=ClojureVST/src"/>
<file path="/ClojureVST/.classpath"/>
<file path="/ClojureVST/todo.txt"/>
<file path="/ClojureVST/.project"/>
</selectedElements>
</jardesc>
38 changes: 38 additions & 0 deletions dist/clojurevst-linux.ini
@@ -0,0 +1,38 @@
ClojureVSTPluginFile=de/flupp/clojurevst/plugins/2polelp.clj
ClojureVSTPluginNamespace=de.flupp.clojurevst.clj2polelp

#ClojureVSTPluginFile=de/flupp/clojurevst/plugins/cljdelay.clj
#ClojureVSTPluginNamespace=de.flupp.clojurevst.cljdelay

#ClojureVSTPluginFile=de/flupp/clojurevst/plugins/cljstereogain.clj
#ClojureVSTPluginNamespace=de.flupp.clojurevst.cljstereogain

#ClojureVSTPluginFile=de/flupp/clojurevst/plugins/cljgain.clj
#ClojureVSTPluginNamespace=de.flupp.clojurevst.cljgain

ClojureVSTPluginReload=true

PluginClass=de/flupp/clojurevst/ClojureVSTPluginProxy

#Classpath for distribution setup (notice clojurevst.jar)
#ClassPath={WrapperPath}/jVSTwRapper-1.0beta.jar:{WrapperPath}/clojure.jar:{WrapperPath}/clojure-contrib.jar:{WrapperPath}/clojurevst.jar

#Classpath for TEST setup (notice "../bin" --> directly use eclipse compile output)
ClassPath={WrapperPath}/../lib/jVSTwRapper-1.0beta.jar:{WrapperPath}/../lib/clojure.jar:{WrapperPath}/../lib/clojure-contrib.jar:{WrapperPath}/../bin/

SystemClassPath={WrapperPath}/../lib/jVSTsYstem-1.0beta.jar:{WrapperPath}/../lib/clojure.jar:{WrapperPath}/../lib/clojure-contrib.jar:{WrapperPath}/../src/
IsLoggingEnabled=1
AttachToNativePluginWindow=1

#JVMOption1=-javaagent:/home/privat/opt/profiler4j-1.0-beta2/agent.jar

#JVMOption1=-Xdebug
#JVMOption2=-Xnoagent
#JVMOption3=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
#JVMOption4=-Djava.compiler=NONE

#JVMOption1=-Xnoclassgc
#JVMOption2=-Xloggc:c:/gclog.txt

#JVMOption1=-verbose:jni
#JVMOption2=-Xcheck:jni
Binary file added dist/clojurevst-linux.so
Binary file not shown.
29 changes: 29 additions & 0 deletions dist/clojurevst-win.ini
@@ -0,0 +1,29 @@
ClojureVSTPluginFile=cljdelay.clj
ClojureVSTPluginNamespace=de.flupp.clojurevst.cljdelay
ClojureVSTPluginReload=false

PluginClass=de/flupp/clojurevst/ClojureVSTPluginProxy
#PluginClass=jvst/examples/jaydlay/JayDLay
#PluginUIClass=jvst/examples/jaydlay/JayDLayGUI

ClassPath={WrapperPath}\jVSTwRapper-1.0beta.jar;{WrapperPath}\jVSTeXamples-1.0beta.jar;{WrapperPath}\clojure.jar;{WrapperPath}\clojure-contrib.jar;{WrapperPath}\clojurevst.jar;{WrapperPath}\profile.jar
SystemClassPath={WrapperPath}\jVSTsYstem-1.0beta.jar;{WrapperPath}\clojure.jar;{WrapperPath}\clojure-contrib.jar;{WrapperPath}\profile.jar
IsLoggingEnabled=1
#CustomJVMLocation=C:\Program Files\Java\JDK\...
#CustomJVMRegistryKey=Software\\MyCompanyName\\JavaRuntimeLocation
#RequestJVMVersion=1.4
AttachToNativePluginWindow=1

#JVMOption1=-javaagent:profile.jar
#JVMOption2=-Dprofile.properties=profile.properties

#JVMOption1=-Xdebug
#JVMOption2=-Xnoagent
#JVMOption3=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
#JVMOption4=-Djava.compiler=NONE

#JVMOption1=-Xnoclassgc
#JVMOption2=-Xloggc:c:\gclog.txt

#JVMOption1=-verbose:jni
#JVMOption2=-Xcheck:jni
Binary file added dist/clojurevst.jar
Binary file not shown.
Binary file added lib/clojure-contrib.jar
Binary file not shown.
Binary file added lib/clojure.jar
Binary file not shown.
Binary file added lib/jVSTsYstem-1.0beta.jar
Binary file not shown.
Binary file added lib/jVSTwRapper-1.0beta.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions manifest.mf
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

17 changes: 17 additions & 0 deletions profiler4j-settings.p4j
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<Profiler4jProject>
<Host>localhost</Host>
<Port>7890</Port>
<Rules access="PRIVATE" beanProps="true">
<Rule action="REJECT">org.apache.*(*)</Rule>
<Rule action="REJECT">org.jboss.*(*)</Rule>
<Rule action="REJECT">net.sf.jasperreports.*(*)</Rule>
<Rule action="REJECT">bsh.*(*)</Rule>
<Rule action="REJECT">EDU.oswego.*(*)</Rule>
<Rule action="REJECT">org.eclipse.*(*)</Rule>
<Rule action="REJECT">org.hsqldb.*(*)</Rule>
<Rule action="REJECT">clojure.*__init.*(*)</Rule>
<Rule action="ACCEPT">*(*)</Rule>
</Rules>
</Profiler4jProject>

0 comments on commit 8ab8f74

Please sign in to comment.