Merge remote-tracking branch 'upstream/main' into highlight-ids
This commit is contained in:
commit
9e1b9f7f5c
3 changed files with 4853 additions and 4853 deletions
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…
Add table
Add a link
Reference in a new issue