VST plugin with MRuby as a scripting language.
Install VST SDK form Steinberg Website
Clone MRuby repo and add your build to build_config.rb, and build it with rake.
MRuby::Build.new('mrubyvst') do |conf|
toolchain :gcc
conf.gembox 'default'
conf.gem :core => 'mruby-eval'
conf.gem :github => 'iij/mruby-dir'
conf.gem :github => 'iij/mruby-io'
endgit clone https://github.com/fazibear/mrubyvst.gitrake init- edit Rakefile
- change
MRUBY_DIR- path to MRuby root directory - change
VST_SDK_DIR- path to VST SDK root directory
- change
rake compilerake link- run your DAW (Tested in Ableton Live 9 Trial)
- enjoy ;)
