second round of cleaning
This commit is contained in:
@ -26,11 +26,7 @@ import {
|
|||||||
} from "superdough";
|
} from "superdough";
|
||||||
import { Speaker } from "./StringExtensions";
|
import { Speaker } from "./StringExtensions";
|
||||||
import { getScaleNotes } from "zifferjs";
|
import { getScaleNotes } from "zifferjs";
|
||||||
import {
|
import { OscilloscopeConfig, blinkScript } from "./AudioVisualisation";
|
||||||
OscilloscopeConfig,
|
|
||||||
blinkScript,
|
|
||||||
runOscilloscope,
|
|
||||||
} from "./AudioVisualisation";
|
|
||||||
|
|
||||||
interface ControlChange {
|
interface ControlChange {
|
||||||
channel: number;
|
channel: number;
|
||||||
@ -1982,9 +1978,6 @@ export class UserAPI {
|
|||||||
* Configures the oscilloscope.
|
* Configures the oscilloscope.
|
||||||
* @param config - The configuration object
|
* @param config - The configuration object
|
||||||
*/
|
*/
|
||||||
// Dispatch the config to the old object so that missing options
|
|
||||||
// are still specified
|
|
||||||
|
|
||||||
this.app.osc = {
|
this.app.osc = {
|
||||||
...this.app.osc,
|
...this.app.osc,
|
||||||
...config,
|
...config,
|
||||||
|
|||||||
Reference in New Issue
Block a user