AlliGator Python Plugins API v 1
AlliGator versions: 0.63-current
Parameter Types
The following input parameter types are supported:
Type |
Example |
Description |
|---|---|---|
U8 |
1 |
unsigned byte |
U16 |
1 |
unsigned short integer |
U32 |
1 |
unsigned long integer |
I8 |
-1 |
signed byte |
I16 |
-1 |
signed short integer |
I32 |
-1 |
signed long integer |
float32 |
1.0 |
single-precision floating point number |
float64 |
1.0 |
double-precision floating point number |
string |
a string |
string |
path |
C:\Desktop\test.txt |
file or folder path |
boolean |
True |
boolean: True or False |
AlliGator |
Phasor Frequency |
any exposed AlliGator parameter [*]_ |
A list of exposed parameters with their default values can be found here.
Check the Parameter Names only checkbox in the Settings:Plugins panel to get a list of exposed internal AlliGator parameters without their current value.