mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 13:21:52 -04:00
fix: linting errors
This commit is contained in:
@@ -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('/') + '/';
|
||||
|
||||
Reference in New Issue
Block a user