GithubHelp home page GithubHelp logo

clojurevst's Introduction

Introduction

This code allows developing VST plugins in Clojure based on jVSTWRapper.

Status

The project is a proof of concept and not actively developed.

Requirements

  • a 32-bit JVM
  • a VST host
  • jVSTWrapper (included)
  • clojure (included)

Installation & running

  • Follow jVSTWrapper's installation instructions.

  • Copy lib/clojure.jar, lib/clojure-contrib.jar and dist/clojurevst.jar to the folder where you installed jVSTWrapper.

  • Copy the sample config (e.g. dist/clojurevst-win.ini) to the folder where you installed jVSTWrapper and rename it according to your plugin's dll name. See http://jvstwrapper.sourceforge.net/#usage for more information.

  • Copy the sample plugins from src/de/flupp/clojurevst/plugins to the folder where you installed jVSTWrapper. The plugin to be used is defined in the ini file:

      ClojureVSTPluginFile=cljdelay.clj
      ClojureVSTPluginNamespace=de.flupp.clojurevst.cljdelay
    
  • If ClojureVSTPluginReload is set to true, the *.clj files in the plugin folder are monitored for updates and reloaded upon saving.

  • Start your VST host and load the jVSTWrapper plugin dll.

Development

The project includes an Eclipse project file as well as all required dependencies.

Copyright Notice

  • "VST" is a trademark of Steinberg Media Technologies GmbH.

  • The code includes a copy of opaz-plugdk's ProxyTools class which provides a number of helper functions.

clojurevst's People

Contributors

daniel309 avatar dwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clojurevst's Issues

Is this a live project?

This looks great.

Is it still being worked on or maintained?

Does it work today? And if so are there any instructions?

cheers

Phil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.