feat: CLK toggles on Step, add pan/zoom (arrows, +/-, wheel, 0=reset)
This commit is contained in:
@@ -15,6 +15,11 @@ export const state = {
|
||||
mouseX: 0,
|
||||
mouseY: 0,
|
||||
|
||||
// Camera (pan/zoom)
|
||||
camX: 0,
|
||||
camY: 0,
|
||||
zoom: 1,
|
||||
|
||||
// Waveform
|
||||
waveformVisible: false,
|
||||
waveformHeight: 220,
|
||||
|
||||
Reference in New Issue
Block a user