fix: linting errors
This commit is contained in:
parent
48407c309c
commit
3b1c75d3de
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ export class DoughMirror {
|
|||
|
||||
// init event highlighting
|
||||
this.framer = new Framer(
|
||||
() => {
|
||||
(time) => {
|
||||
const frameHaps = this.repl.processHaps();
|
||||
highlightMiniLocations(this.editor, time, frameHaps);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// import { Dough, doughsamples } from 'dough-synth';
|
||||
import { Dough, doughsamples } from 'https://unpkg.com/dough-synth@0.1.9/dough.js';
|
||||
import { Pattern, noteToMidi, evaluate } from '@strudel/core';
|
||||
import { Pattern, noteToMidi, evaluate, stack } from '@strudel/core';
|
||||
// import doughUrl from 'dough-synth?url';
|
||||
import { transpiler } from '@strudel/transpiler';
|
||||
//const doughBaseUrl = doughUrl.split('/').slice(0, -1).join('/') + '/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue