Skip to content
This repository was archived by the owner on Jul 7, 2019. It is now read-only.
This repository was archived by the owner on Jul 7, 2019. It is now read-only.

Bug with SysSon Matrix #2

Description

@Sciss

sonif-4-compare has a branch that doesn't work:

val vp      = If (cmpIsFirst) Then {
  vr1.play(tp1, interp = 1)
} Else {
  vr2.play(tp2, interp = 1)
}

Giving this error:

Buffer UGen channel mismatch: expected 181, yet buffer has 1 channels

Whereas this works:

val vp      = cmpIsFirst * {
  vr1.play(tp1, interp = 1)
} + !cmpIsFirst * {
  vr2.play(tp2, interp = 1)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions