From af14c880ae7368b87267d17c1cba735218ad3e09 Mon Sep 17 00:00:00 2001 From: Timothy Schoen Date: Sat, 8 Feb 2025 14:04:02 +0100 Subject: [PATCH] md fix --- Resources/Documentation/ELSE/sfinfo.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Resources/Documentation/ELSE/sfinfo.md diff --git a/Resources/Documentation/ELSE/sfinfo.md b/Resources/Documentation/ELSE/sfinfo.md new file mode 100644 index 000000000..d487cd4fc --- /dev/null +++ b/Resources/Documentation/ELSE/sfinfo.md @@ -0,0 +1,25 @@ +--- +title: sfinfo +description: query sound file information + +categories: +- object + +pdcategory: ELSE, Audio I/O, File Management + +inlets: + 1st: + - type: read + description: load sound file + - type: channels + description: query number of channels + +outlets: + 1st: + - type: anything + description: sound file info + +draft: false +--- + +[sfinfo] supports all files that [sfload] and [play.file~] support and can be used to query file sample information but only channels so far as this object is still very experimental).