mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 08:23:18 -04:00
Revert "thingie to display current pattern value"
This reverts commit 989b5dcc3a.
This commit is contained in:
@@ -140,9 +140,3 @@ registerWidget('_spectrum', (id, options = {}, pat) => {
|
||||
const ctx = getCanvasWidget(id, options).getContext('2d');
|
||||
return pat.spectrum({ ...options, ctx, id });
|
||||
});
|
||||
|
||||
registerWidget('_textbox', (id, options = {}, pat) => {
|
||||
options = { width: 500, height: 30, ...options };
|
||||
const ctx = getCanvasWidget(id, options).getContext('2d');
|
||||
return pat.textbox({ ...options, ctx, id });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user