Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomara-x committed Aug 1, 2024
1 parent 5b368a1 commit 89ba1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ refer to the fundsp [readme](https://github.com/SamiPerttu/fundsp), and [docs](h
- node: ins and outs are the same as the input node
- `kr()`
- inputs: `n`, `0 -> 1` (input node)
- node: 0 ins, 1 out
- node: ins and outs are the same as the given node
- tick the input node once every n samples
- `sr()`
- inputs: `n`, `0 -> 1` (input node)
Expand Down
1 change: 1 addition & 0 deletions src/nodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ impl AudioNode for Quantizer {
}

/// tick a network every n samples
/// - inputs 0..: inputs to the net
/// - outputs 0..: last outputs from the net
#[derive(Clone)]
pub struct Kr {
Expand Down

0 comments on commit 89ba1ba

Please sign in to comment.