1 #ifndef POWERUP_H
2 #define POWERUP_h
3 
4 #define POWERUP_URI "http://ssj71.github.io/infamousPlugins/plugs.html#powerup"
5 
6 enum _POWERUP_PORTS
7 {
8     IN =0,
9     OUT,
10     FIRE_IT_UP,
11     STARTUP_TIME,
12     STARTUP_CURVE,
13     LATENCY,
14     TRIGGER,
15     DBG
16 };
17 
18 #endif
19