v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages
Classes | Enumerations
Audio

Interface to the audio mixer and the music tracker. More...

Classes

struct  Sifteo::AudioChannel
 One mixer channel, capable of playing AudioAssets. More...
 
struct  Sifteo::AudioTracker
 Playback interface for Tracker modules. More...
 

Enumerations

enum  Sifteo::AudioChannel::LoopMode { Sifteo::AudioChannel::UNDEF_LOOP = _SYS_LOOP_UNDEF, Sifteo::AudioChannel::ONCE = _SYS_LOOP_ONCE, Sifteo::AudioChannel::REPEAT = _SYS_LOOP_REPEAT }
 Loop modes available for use in play() More...
 

Detailed Description

Interface to the audio mixer and the music tracker.

Enumeration Type Documentation

Loop modes available for use in play()

Enumerator
UNDEF_LOOP 

Default to the loop mode specified in Stir

ONCE 

Play once only (do not loop)

REPEAT 

Repeat indefinitely