summaryrefslogtreecommitdiffstats
path: root/include/xas/object.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement xas_objectXANTRONIX Development2022-02-271-0/+19
Changes: * Implement xas_object as a base "class" for all playback state objects; allow implementation of start() and stop() methods to control playback * Move code for setting gain, bank slot to a new method, xas_bank_player_select() * Remove code from xas_bank_player_start() setting gain, bank slot * Add xas_object header to each monaural playable object