Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix xas_drone_mood_set(), call from object_set() | XANTRONIX Development | 2022-03-17 | 1 | -31/+46 |
| | |||||
* | Refactor sequencer to use generic objects | XANTRONIX Development | 2022-03-17 | 1 | -23/+27 |
| | | | | | | | | | 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 | -83/+207 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove unused method from src/drone.c | XANTRONIX Development | 2022-03-17 | 1 | -4/+0 |
| | |||||
* | You know who deserves to have moods? Drones. | XANTRONIX Development | 2022-03-15 | 1 | -0/+8 |
| | |||||
* | Implement xas_drone_sample_import() | XANTRONIX Development | 2022-03-14 | 1 | -0/+30 |
| | | | | | Implement xas_drone_sample_import() to import a RIFF WAVE file to a drone's sample bank | ||||
* | s/record_sample/sample_record/g | XANTRONIX Development | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Implement xas_drone_record_sample() | XANTRONIX Development | 2022-03-14 | 1 | -0/+22 |
| | |||||
* | Generalise drone speech methods to generic samples | XANTRONIX Development | 2022-03-13 | 1 | -40/+39 |
| | |||||
* | Slightly more readable in context of assignment | XANTRONIX Development | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | Instantiate vox stream only upon generation | XANTRONIX Development | 2022-03-13 | 1 | -24/+15 |
| | |||||
* | Refactor drone speech modules | XANTRONIX Development | 2022-03-13 | 1 | -61/+159 |
| | | | | | | | | | | | Changes: * Implement xas_drone_vox type to wrap a xas_vox and audio stream object in one, and save rendered speech to a drone's audio bank * Implement xas_drone_speech_import() as a convenience wrapper to xas_drone_vox methods | ||||
* | Allow setting chamber bass gain separately | XANTRONIX Development | 2022-03-12 | 1 | -1/+4 |
| | |||||
* | Add methods to set drone, chamber synth gain | XANTRONIX Development | 2022-03-12 | 1 | -0/+16 |
| | |||||
* | Fix memory leak in xas_drone_chamber_destroy() | XANTRONIX Development | 2022-03-11 | 1 | -0/+1 |
| | |||||
* | Require explicitly starting drone chamber bass | XANTRONIX Development | 2022-03-11 | 1 | -1/+0 |
| | |||||
* | Add methods to manage chamber bass externally | XANTRONIX Development | 2022-03-11 | 1 | -0/+18 |
| | |||||
* | Explicitly specify speech part to get duration for | XANTRONIX Development | 2022-03-10 | 1 | -4/+4 |
| | |||||
* | It's really hard to keep it together | XANTRONIX Development | 2022-03-10 | 1 | -2/+5 |
| | | | | | It's really hard to keep it together when you're testing this stuff on yourself @_@ | ||||
* | so...bloody...close | XANTRONIX Development | 2022-03-10 | 1 | -80/+91 |
| | |||||
* | Implement xas_chamber_drone_chorus_seq() | XANTRONIX Development | 2022-03-10 | 1 | -0/+52 |
| | | | | | Implement xas_chamber_drone_chorus_seq() to add a chorus of all drones speaking their selected speech parts | ||||
* | Ensure chamber bass line is initialised | XANTRONIX Development | 2022-03-10 | 1 | -0/+5 |
| | |||||
* | we need a consistent bass line | XANTRONIX Development | 2022-03-10 | 1 | -0/+10 |
| | |||||
* | don't forget to set speech sample | XANTRONIX Development | 2022-03-10 | 1 | -0/+7 |
| | |||||
* | Initial commit of src/drone.c | XANTRONIX Development | 2022-03-10 | 1 | -0/+240 |