Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am MathiasLengler on github.
  • I am mathiaslengler (https://keybase.io/mathiaslengler) on keybase.
  • I have a public key whose fingerprint is DCAF D49F FFF9 FF1D 45DC 4EB4 3EA8 B181 DBF3 3CB5

To claim this, I am signing this object:

// `vst` uses macros, so we'll need to specify that we're using them!
#[macro_use]
extern crate vst;
extern crate rand;
use vst::plugin::{Info, Plugin, Category};
use vst::buffer::AudioBuffer;
// we're adding two new `use` statements here
use vst::event::Event;
use vst::api::Events;