line16.c
- 1. Line16 Overview
- 2. Line16 Top
- 3. Line16 Data
- 3.3. Line16 Main Data Contents
- 3.3.1. Monome State Data
- 3.3.2. Arc State Data
- 3.3.3. Line Point Bank (soon to be line bank).
- 3.3.4. Global Playback Rate
- 3.3.5. Selected Point
- 3.3.6. Selected Line
- 3.3.7. Currently Playing Line
- 3.3.8. Point Position
- 3.3.9. Last Point Position
- 3.3.10. Timers
- 3.3.11. Next Point
- 3.3.12. 1 / SR
- 3.3.13. Counter
- 3.3.14. Graforge Cable
- 3.3.15. Number of active points (migrated!)
- 3.3.16. Event Stack
- 4. Line16 Core Functions
- 4.1. Draw Point Bank
- 4.2. Draw Point Type
- 4.3. Draw Point Togmode
- 4.4. Draw Selected Line
- 4.5. Redraw all points
- 4.6. Display Point Values
- 4.7. Select a point
- 4.8. Compute a Line
- 4.13. Point Setters/Getters
- 4.13.1. line16_point_val_set
- 4.13.2. line16_point_val_get
- 4.13.3. line16_point_dur_set
- 4.13.4. line16_point_dur_get
- 4.13.5. line16_point_aux_set
- 4.13.6. line16_point_aux_get
- 4.13.7. line16_point_status_set
- 4.13.8. line16_point_status_get
- 4.13.9. line16_point_type_set
- 4.13.10. line16_point_type_get
- 4.13.11. line16_point_rate_set
- 4.13.12. line16_point_rate_get
- 4.13.13. line16_point_trigmode_set
- 4.13.14. line16_point_trigmode_get
- 7. Line16 Page Creation
- 8. Line16 State Management