mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
musicbox wip
This commit is contained in:
@@ -18,6 +18,9 @@ abstract class AudioBank : Disposable {
|
||||
abstract val totalSizeInSamples: Long
|
||||
abstract fun currentPositionInSamples(): Long
|
||||
|
||||
open fun sendMessage(msg: String) {}
|
||||
open fun sendMessage(bits: Long) {}
|
||||
|
||||
abstract fun readSamples(bufferL: FloatArray, bufferR: FloatArray): Int
|
||||
abstract fun reset()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user