summaryrefslogtreecommitdiffstats
path: root/src/synth.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor sequencer to use generic objectsXANTRONIX Development2022-03-171-5/+7
* Implement xas_object_call_tableXANTRONIX Development2022-03-171-5/+17
* Add index argument to xas_object_start(), stop()XANTRONIX Development2022-03-161-2/+2
* Implement polyphonic synth streamsXANTRONIX Development2022-03-151-0/+89
* Remove unnecessary argument from callbacksXANTRONIX Development2022-03-141-2/+1
* Avoid divide-by-zero when frequency set to 0XANTRONIX Development2022-03-121-2/+8
* Fix duty cycle term in square wave synthesisXANTRONIX Development2022-03-081-1/+1
* Implement setting square wave duty cycleXANTRONIX Development2022-03-081-1/+8
* Implement xas_synth_set_type()XANTRONIX Development2022-03-061-12/+28
* Destroy managed spatial scene objectsXANTRONIX Development2022-03-011-0/+1
* Set stream_new callback for audible object typesXANTRONIX Development2022-02-281-3/+4
* s/new_stream/stream_new/ for consistencyXANTRONIX Development2022-02-281-1/+1
* Don't forget to initialise synth gainXANTRONIX Development2022-02-281-0/+1
* Allow setting synth gainXANTRONIX Development2022-02-281-7/+18
* Implement xas_objectXANTRONIX Development2022-02-271-0/+15
* Fix square wave duty cycle to 50%XANTRONIX Development2022-02-271-1/+3
* Refactor src/synth.cXANTRONIX Development2022-02-271-26/+128
* Implement xas_audio_format typeXANTRONIX Development2022-02-091-14/+13
* Shorten he name of XAS_AUDIO_ constantsXANTRONIX Development2022-02-031-1/+1
* Channel count first seems...nicer, somehow.XANTRONIX Development2022-02-021-1/+1
* This is getting annoyingly close to working...XANTRONIX Development2022-01-311-16/+44
* Heh. This works.XANTRONIX Development2022-01-311-12/+0
* I really don't like the fact that this compilesXANTRONIX Development2022-01-311-0/+46