1
0

feat: add fx method for tracks

This commit is contained in:
2025-06-14 09:01:41 +02:00
parent 13e794f44b
commit fddbf09d99
3 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// bidule holding a master track receiving from a bus, and a collection
// bidule holding a master track receiving from a bus, and a collection
// of Tracks
Mixer : Fadable {
var name, master, masterBus, tracks, track, level;