Real-Time Audio Processing with Ruby19 December 2016 - Reading time: 10 minutes When I first read about MRuby, I just want to play with it. The first thing that came to my mind was a VST plugin. I could build a little wrapper, and pass all function to ruby interpreter. I’ll describe how I’ve done this. PreparingFirst of all, we need to setup few things. Let’s start with MRuby. MRubyWe need to clon