- CENTER_PAN - Static variable in class net.raphimc.noteblocklib.format.midi.MidiDefinitions
-
- CENTER_PANNING - Static variable in class net.raphimc.noteblocklib.format.nbs.NbsDefinitions
-
- changeTickSpeed(Song, float) - Static method in class net.raphimc.noteblocklib.util.SongResampler
-
Changes the tick speed (sample rate) of a song, without changing the musical speed or length.
- CHANNEL_COUNT - Static variable in class net.raphimc.noteblocklib.format.midi.MidiDefinitions
-
- clampNoteKey(Note) - Static method in class net.raphimc.noteblocklib.data.MinecraftDefinitions
-
Clamps the key of the note to fall within minecraft octave range.
- clear() - Method in class net.raphimc.noteblocklib.model.Notes
-
- clear() - Method in class net.raphimc.noteblocklib.model.TempoEvents
-
- clearTick(int) - Method in class net.raphimc.noteblocklib.model.Notes
-
- compact() - Method in class net.raphimc.noteblocklib.model.Notes
-
Removes empty note lists from the notes map.
- Constants - Class in net.raphimc.noteblocklib.data
-
- Constants() - Constructor for class net.raphimc.noteblocklib.data.Constants
-
- convertSong(Song, SongFormat) - Static method in class net.raphimc.noteblocklib.NoteBlockLib
-
- copy() - Method in enum net.raphimc.noteblocklib.data.MinecraftInstrument
-
- copy() - Method in class net.raphimc.noteblocklib.format.futureclient.model.FutureClientNote
-
- copy() - Method in class net.raphimc.noteblocklib.format.futureclient.model.FutureClientSong
-
- copy() - Method in class net.raphimc.noteblocklib.format.mcsp.model.McSpNote
-
- copy() - Method in class net.raphimc.noteblocklib.format.mcsp.model.McSpSong
-
- copy() - Method in class net.raphimc.noteblocklib.format.mcsp2.model.McSp2Layer
-
- copy() - Method in class net.raphimc.noteblocklib.format.mcsp2.model.McSp2Note
-
- copy() - Method in class net.raphimc.noteblocklib.format.mcsp2.model.McSp2Song
-
- copy() - Method in class net.raphimc.noteblocklib.format.midi.model.MidiSong
-
- copy() - Method in class net.raphimc.noteblocklib.format.nbs.model.NbsCustomInstrument
-
- copy() - Method in class net.raphimc.noteblocklib.format.nbs.model.NbsLayer
-
- copy() - Method in class net.raphimc.noteblocklib.format.nbs.model.NbsNote
-
- copy() - Method in class net.raphimc.noteblocklib.format.nbs.model.NbsSong
-
- copy() - Method in class net.raphimc.noteblocklib.format.txt.model.TxtNote
-
- copy() - Method in class net.raphimc.noteblocklib.format.txt.model.TxtSong
-
- copy() - Method in interface net.raphimc.noteblocklib.model.event.Event
-
- copy() - Method in class net.raphimc.noteblocklib.model.GenericSong
-
- copy() - Method in interface net.raphimc.noteblocklib.model.instrument.Instrument
-
- copy() - Method in class net.raphimc.noteblocklib.model.Note
-
- copy() - Method in class net.raphimc.noteblocklib.model.Notes
-
- copy() - Method in class net.raphimc.noteblocklib.model.Song
-
- copy() - Method in class net.raphimc.noteblocklib.model.TempoEvents
-
- copyGeneralData(Song) - Method in class net.raphimc.noteblocklib.model.Song
-
- createSong(Song) - Static method in class net.raphimc.noteblocklib.format.mcsp2.McSp2Converter
-
Creates a new MCSP2 song from the general data of the given song (Also copies some format specific fields if applicable).
- createSong(Song) - Static method in class net.raphimc.noteblocklib.format.nbs.NbsConverter
-
Creates a new NBS song from the general data of the given song (Also copies some format specific fields if applicable).
- createSong(Song) - Static method in class net.raphimc.noteblocklib.format.txt.TxtConverter
-
Creates a new TXT song from the general data of the given song (Also copies some format specific fields if applicable).
- createTickTask(long) - Method in class net.raphimc.noteblocklib.player.SongPlayer
-
Create the internal tick task.