add docs for OSC target
This commit is contained in:
parent
8befa4382b
commit
11a07df120
6 changed files with 33 additions and 27 deletions
|
|
@ -57,7 +57,7 @@ async function getModule(name) {
|
|||
|
||||
export function useReplContext() {
|
||||
const { isSyncEnabled, audioEngineTarget } = useSettings();
|
||||
const shouldUseWebaudio = audioEngineTarget !== audioEngineTargets.superdirt;
|
||||
const shouldUseWebaudio = audioEngineTarget !== audioEngineTargets.osc;
|
||||
const defaultOutput = shouldUseWebaudio ? webaudioOutput : superdirtOutput;
|
||||
const getTime = shouldUseWebaudio ? getAudioContextCurrentTime : getPerformanceTimeSeconds;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue