Skip to content

fazibear/mrubyvst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrubyvst

VST plugin with MRuby as a scripting language.

Setting up

VST SDK

Install VST SDK form Steinberg Website

MRuby

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'
end

mrubyvst

  • git clone https://github.com/fazibear/mrubyvst.git
  • rake init
  • edit Rakefile
    • change MRUBY_DIR - path to MRuby root directory
    • change VST_SDK_DIR - path to VST SDK root directory
  • rake compile
  • rake link
  • run your DAW (Tested in Ableton Live 9 Trial)
  • enjoy ;)

screenshot

About

VST plugin scriptable with MRuby

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages