log core/RTAudio.cpp @ 307:ff5f346a293e prerelease

age author description
2016-05-27 andrewm Changed BelaContext fields to be const where appropriate; there's now an InternalBelaContext used for setting the values within the core code. These need to stay aligned. prerelease
2016-05-27 andrewm Changed BeagleRT -> Bela in defines and thread names; some preliminary mux capelet stuff prerelease
2016-05-27 Giulio Moro RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working prerelease
2016-05-17 andrewm Added support for multiplexer capelet and command-line support for choosing PRU prerelease
2016-05-07 Liam Donovan Add a parameter 'autoSchedule' to createAuxiliaryTask() which when true causes the task to be automatically scheduled after every render function call, without the user needing to call scheduleAuxiliaryTask() aux_task_args
2016-05-06 Liam Donovan Overload BeagleRT_createAuxiliaryTask so tasks can be created with or without arguments aux_task_args
2016-05-03 Liam Donovan Allow arguments to be passed to aux task function aux_task_args
2016-04-10 Giulio Moro Turned gShouldStop into int mergingClockSync
2016-02-08 Giulio Moro Fixed analogChannels count check (allows them to be 0).
2016-01-02 Giulio Moro -p flag now indicates the buffer size in audio samples. Closes #1520
2015-12-28 Giulio Moro Fixed early return after first AuxiliaryTask was started
2015-12-28 Giulio Moro It is now possible to create an auxiliary task in the constructor of a global object. Closes #1374