public class SongResampler
extends java.lang.Object
| Constructor and Description |
|---|
SongResampler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyNbsTempoChangers(NbsSong song)
Applies the undocumented tempo changers from Note Block Studio.
|
static <N extends Note> |
changeTickSpeed(SongView<N> songView,
float newSpeed)
Changes the tick speed (sample rate) of a song, without changing the musical speed or length.
|
public static <N extends Note> void changeTickSpeed(SongView<N> songView, float newSpeed)
N - The note typesongView - The song viewnewSpeed - The new tick speed (Ticks per second)public static void applyNbsTempoChangers(NbsSong song)
song - The song