mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 21:18:49 +00:00
Merge remote-tracking branch 'upstream/main' into highlight-ids
This commit is contained in:
commit
9e1b9f7f5c
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -188,7 +188,7 @@ evalScope(
|
|||||||
|
|
||||||
export const queryCode = async (code, cycles = 1) => {
|
export const queryCode = async (code, cycles = 1) => {
|
||||||
const { pattern } = await evaluate(code);
|
const { pattern } = await evaluate(code);
|
||||||
const haps = pattern.queryArc(0, cycles);
|
const haps = pattern.sortHapsByPart().queryArc(0, cycles);
|
||||||
return haps.map((h) => h.show(true));
|
return haps.map((h) => h.show(true));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user