mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 21:18:49 +00:00
comment out _spiral for now
This commit is contained in:
parent
be77882d70
commit
4319c43ceb
@ -109,11 +109,11 @@ registerWidget('_pianoroll', (id, options = {}, pat) => {
|
|||||||
return pat.pianoroll({ fold: 1, ...options, ctx, id });
|
return pat.pianoroll({ fold: 1, ...options, ctx, id });
|
||||||
});
|
});
|
||||||
|
|
||||||
registerWidget('_spiral', (id, options = {}, pat) => {
|
/* registerWidget('_spiral', (id, options = {}, pat) => {
|
||||||
options = { width: 200, height: 200, size: 36, ...options };
|
options = { width: 200, height: 200, size: 36, ...options };
|
||||||
const ctx = getCanvasWidget(id, options).getContext('2d');
|
const ctx = getCanvasWidget(id, options).getContext('2d');
|
||||||
return pat.spiral({ ...options, ctx, id });
|
return pat.spiral({ ...options, ctx, id });
|
||||||
});
|
}); */
|
||||||
|
|
||||||
registerWidget('_scope', (id, options = {}, pat) => {
|
registerWidget('_scope', (id, options = {}, pat) => {
|
||||||
options = { width: 500, height: 60, pos: 0.5, scale: 1, ...options };
|
options = { width: 500, height: 60, pos: 0.5, scale: 1, ...options };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user