1 #pragma once
2 #include "DistrhoPlugin.hpp"
3 #include <cstdint>
4 
5 void InitParameter(uint32_t index, Parameter &parameter);
6