Feat: audio input channel selection

This commit is contained in:
2026-03-12 14:54:34 +01:00
parent 35aa97a93d
commit 453ba62403
3 changed files with 53 additions and 41 deletions

View File

@@ -246,6 +246,16 @@ pub(super) const WORDS: &[Word] = &[
compile: Param,
varargs: true,
},
Word {
name: "inchan",
aliases: &[],
category: "Sample",
stack: "(v.. --)",
desc: "Select input channel for live input (0-indexed)",
example: "0 inchan",
compile: Param,
varargs: true,
},
Word {
name: "cut",
aliases: &[],