You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
379B

  1. #pragma once
  2. #include <stdlib.h>
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include <math.h>
  6. #include <algorithm>
  7. #include "rack.hpp"
  8. #include "dsp/digital.hpp"
  9. #include "trigger_on_load.hpp"
  10. #include "widgets.hpp"
  11. #include "utils.hpp"
  12. using namespace rack;
  13. using namespace bogaudio;
  14. RACK_PLUGIN_DECLARE(Bogaudio);
  15. #ifdef USE_VST2
  16. #define plugin "Bogaudio"
  17. #endif // USE_VST2