Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor sequencer to use generic objects | XANTRONIX Development | 2022-03-17 | 1 | -17/+26 |
| | | | | | | | | | Changes: * Make most xas_object methods accept an 'index' argument * Make most event sequence functions in src/seq.c use xas_object generically | ||||
* | Refactor to allow sequencing events on drones | XANTRONIX Development | 2022-03-17 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | Changes: * Consolidate xas_drone_vox into xas_drone * Refactor xas_drone to no longer be centered around spatial objects for its vocalisations * Add a two-tone beep system to drones to allow beeping according to mood * Consolidate head-oriented sound effects into a single spatial object within drones * Implement ability to add a mixer to a spatial scene * Allow setting spatial coordinates for objects generically; remove code from src/spatial.c for doing this specifically | ||||
* | Add index argument to bank entry change events | XANTRONIX Development | 2022-03-16 | 1 | -6/+8 |
| | |||||
* | Add index argument to xas_object_start(), stop() | XANTRONIX Development | 2022-03-16 | 1 | -2/+4 |
| | | | | | | | | | | | Changes: * Refactor all start, stop dispatch methods to accept an index argument, whether it is used or not * Use 'index' slot of xas_seq_event to store index to pass to xas_object_start(), xas_object_stop() for start and stop events | ||||
* | Remove useless objtype from xas_seq_event | XANTRONIX Development | 2022-03-15 | 1 | -8/+0 |
| | |||||
* | Handle EVENT_SET_BANK_INDEX before EVENT_ON | XANTRONIX Development | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | Implement sequence stop event | XANTRONIX Development | 2022-03-10 | 1 | -1/+5 |
| | |||||
* | Kill xas_seq_event_list_item linked list wrapper | XANTRONIX Development | 2022-03-09 | 1 | -8/+3 |
| | |||||
* | Add sorted linked list to sequenced events | XANTRONIX Development | 2022-03-07 | 1 | -3/+8 |
| | |||||
* | Fix sequencing, again | XANTRONIX Development | 2022-03-07 | 1 | -1/+2 |
| | |||||
* | Implement sequencing bank flag, synth type changes | XANTRONIX Development | 2022-03-06 | 1 | -0/+15 |
| | |||||
* | Add heading, speed event events to spatial objects | XANTRONIX Development | 2022-03-05 | 1 | -1/+15 |
| | |||||
* | good cats renaming stuff,,, | XANTRONIX Development | 2022-03-01 | 1 | -0/+95 |