bebraw
9/25/2012 - 8:43 PM

Custom Data Specification

Custom Data Specification

- name: my_effect
  length: 10.0
  params:
    - fac: 16
    - fac2: &distance1
- name: another_effect
  length: 15.0
struct {
    uint8_t fac;
    uint8_t fac2;
} params;

struct {
    xyz_t xyz[10];
} vars;

... // effect def etc.