mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
disable autorange by default
This commit is contained in:
@@ -21,7 +21,7 @@ Pattern.prototype.pianoroll = function ({
|
||||
background = 'transparent',
|
||||
minMidi = 10,
|
||||
maxMidi = 90,
|
||||
autorange = 1,
|
||||
autorange = 0,
|
||||
timeframe: timeframeProp,
|
||||
fold = 0,
|
||||
vertical = 0,
|
||||
|
||||
Reference in New Issue
Block a user