added wav
This commit is contained in:
parent
4384f0a2e1
commit
72e2e21aa1
2 changed files with 2 additions and 1 deletions
|
@ -1156,7 +1156,8 @@ impl Node {
|
|||
) => {
|
||||
match self {
|
||||
Node::$v1 => {},
|
||||
$(Node::$variant { node } => node.process(ctx, atoms, params, inputs, outputs, led),)+
|
||||
$(Node::$variant { node } =>
|
||||
node.process(ctx, atoms, params, inputs, outputs, led),)+
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
tests/sample_sin.wav
Normal file
BIN
tests/sample_sin.wav
Normal file
Binary file not shown.
Loading…
Reference in a new issue