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.

19 lines
210B

  1. #pragma once
  2. #include "common.hpp"
  3. #include "math.hpp"
  4. #include <jansson.h>
  5. namespace rack {
  6. namespace engine {
  7. struct ParamMap {
  8. int moduleId;
  9. int paramId;
  10. };
  11. } // namespace engine
  12. } // namespace rack