public class NBSv0Layer extends NBSLayer
| Constructor and Description |
|---|
NBSv0Layer(it.unimi.dsi.fastutil.ints.Int2ObjectMap<NBSNote> notesAtTick,
java.lang.String name,
byte volume) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
byte |
getVolume() |
void |
setName(java.lang.String name) |
void |
setVolume(byte volume) |
getNotesAtTick, setNotesAtTickpublic NBSv0Layer(it.unimi.dsi.fastutil.ints.Int2ObjectMap<NBSNote> notesAtTick, java.lang.String name, byte volume)