BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

bogaudio.hpp (382B)


      1 #pragma once
      2 
      3 #include <stdlib.h>
      4 #include <stdio.h>
      5 #include <string.h>
      6 
      7 #include <algorithm>
      8 #include <cmath>
      9 #include <cstdlib>
     10 
     11 #include "rack.hpp"
     12 
     13 #include "module.hpp"
     14 #include "menu.hpp"
     15 #include "param_quantities.hpp"
     16 #include "rack_overrides.hpp"
     17 #include "widgets.hpp"
     18 #include "utils.hpp"
     19 
     20 using namespace rack;
     21 using namespace bogaudio;
     22 
     23 extern Plugin *pluginInstance;