add docs for OSC target
This commit is contained in:
parent
8befa4382b
commit
11a07df120
6 changed files with 33 additions and 27 deletions
|
|
@ -7,7 +7,7 @@ export const defaultAudioDeviceName = 'System Standard';
|
|||
|
||||
export const audioEngineTargets = {
|
||||
webaudio: 'webaudio',
|
||||
superdirt: 'superdirt',
|
||||
osc: 'osc',
|
||||
};
|
||||
|
||||
export const defaultSettings = {
|
||||
|
|
@ -33,7 +33,7 @@ export const defaultSettings = {
|
|||
panelPosition: 'right',
|
||||
userPatterns: '{}',
|
||||
audioDeviceName: defaultAudioDeviceName,
|
||||
audioEngineTarget: audioEngineTargets.webaudio, //webaudio | superdirt
|
||||
audioEngineTarget: audioEngineTargets.webaudio,
|
||||
};
|
||||
|
||||
let search = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue