From 62b17399652b791719cfca588b85cf926c7a9b76 Mon Sep 17 00:00:00 2001 From: dreamer Date: Sun, 12 Nov 2023 11:55:49 +0100 Subject: [PATCH] reword Daisy docs --- docs/03.gen.daisy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03.gen.daisy.md b/docs/03.gen.daisy.md index 3ac95c2c..a93d21d4 100644 --- a/docs/03.gen.daisy.md +++ b/docs/03.gen.daisy.md @@ -4,13 +4,13 @@ Daisy is an embedded platform for music. It features everything you need for cre Currently daisy platform is supported for: -* `field` * `seed` * `pod` * `petal` * `patch` * `patch_init` * `patch_sm` +* `field` Which can be configured using the `-m` metadata.json `daisy.board` setting: @@ -79,4 +79,4 @@ This can be done by adding either to the meta.json: } ``` -Do note that the samplerate will be automatically set to either 16k, 32k, 48k, or 96k. Blocksize will need to be less than 256. +Do note that the samplerate will be automatically set to either 16k, 32k, 48k, or 96k. Blocksize will need to be 256 or less and is automatically capped.