Set active pattern to viewing on init
This commit is contained in:
parent
b4e171f5b4
commit
5921bec5f4
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ export function useReplContext() {
|
|||
const defaultOutput = shouldUseWebaudio ? webaudioOutput : superdirtOutput;
|
||||
const getTime = shouldUseWebaudio ? getAudioContextCurrentTime : getPerformanceTimeSeconds;
|
||||
const init = useCallback(() => {
|
||||
setActivePattern(getViewingPatternData().id);
|
||||
const drawTime = [-2, 2];
|
||||
const drawContext = getDrawContext();
|
||||
const editor = new StrudelMirror({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue