From c4bde3bcb10e6708e45bf0e325e33b7c6a88c96c Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 26 May 2023 15:16:07 -0500 Subject: [PATCH] 158 is pre5 and it does not have effects yet --- papers/format.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/papers/format.md b/papers/format.md index 198f62648..248a98d05 100644 --- a/papers/format.md +++ b/papers/format.md @@ -32,7 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1). the format versions are: -- 158: Furnace dev158 +- 158: Furnace 0.6pre5 - 157: Furnace dev157 - 156: Furnace dev156 - 155: Furnace dev155 @@ -442,9 +442,6 @@ size | description 4 | instrument directories 4 | wavetable directories 4 | sample directories - --- | **patchbay effects** (>=158) - 2 | number of effects - 4?? | pointers to effects ``` # patchbay @@ -552,31 +549,6 @@ size | description 1?? | assets in this directory ``` -# patchbay effect (>=158) - -these effects sit on the patchbay. - -``` -size | description ------|------------------------------------ - 4 | "EFFE" block ID - 4 | size of this block - 2 | slot - | - must be between 32 and 4092. - | - the other slots are reserved for chip/system portsets. - 2 | effect ID - | - 0x01: dummy - | - 0x02: external (plugin bridge) - | - not implemented yet - | - 0x03: volume - | - 0x04: filter (circuit) - 4f | dry/wet balance - 2 | reserved - 2 | storage version - 4 | storage length - ??? | storage data -``` - # instrument (>=127) Furnace dev127 and higher use the new instrument format.