igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
259 stars 45 forks source link

Move loopeable from BaseAudioEvent into SampleEvent #87

Closed igorski closed 5 years ago

igorski commented 5 years ago

Looping is a property unique to SampleEvents. As such it has no business inside the BaseAudioEvent. Move it to the SampleEvent.

igorski commented 5 years ago

Will be addressed in https://github.com/igorski/MWEngine/pull/88