From 89ba1ba44c231aa0a6e17e99400f61a852a8ba52 Mon Sep 17 00:00:00 2001 From: tomara_x <86204514+tomara-x@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:45:42 +0300 Subject: [PATCH] cleaning --- README.md | 2 +- src/nodes.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 263efb4..fcfa7fe 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/nodes.rs b/src/nodes.rs index e99df9f..2901371 100644 --- a/src/nodes.rs +++ b/src/nodes.rs @@ -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 {