fix: allow multiple visuals for the same pattern
+ using .tag function instead of single .id
This commit is contained in:
parent
ab015ff48a
commit
b5720355f9
5 changed files with 15 additions and 11 deletions
|
|
@ -134,7 +134,7 @@ export function pianoroll({
|
|||
let to = cycles * (1 - playhead);
|
||||
|
||||
if (id) {
|
||||
haps = haps.filter((hap) => hap.context.id === id);
|
||||
haps = haps.filter((hap) => hap.hasTag(id));
|
||||
}
|
||||
|
||||
if (timeframeProp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue