Skip to content

Instantly share code, notes, and snippets.

@bebraw
Created September 25, 2012 20:43
Show Gist options
  • Save bebraw/3784315 to your computer and use it in GitHub Desktop.
Save bebraw/3784315 to your computer and use it in GitHub Desktop.
Custom Data Specification
struct {
uint8_t fac;
uint8_t fac2;
} params;
struct {
xyz_t xyz[10];
} vars;
... // effect def etc.
- name: my_effect
length: 10.0
params:
- fac: 16
- fac2: &distance1
- name: another_effect
length: 15.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment