FIX: Default knob value
This commit is contained in:
@@ -134,7 +134,7 @@ export const useDeviceStore = defineStore('device', {
|
|||||||
valueMax: 127,
|
valueMax: 127,
|
||||||
step: 1,
|
step: 1,
|
||||||
wrap: true,
|
wrap: true,
|
||||||
type: 'cc',
|
type: 'midi',
|
||||||
channel: 1,
|
channel: 1,
|
||||||
cc: 1,
|
cc: 1,
|
||||||
haptic: {
|
haptic: {
|
||||||
|
|||||||
Reference in New Issue
Block a user