From 8b8fb8adb79e8eec1a16cc90f042db7e548f1c11 Mon Sep 17 00:00:00 2001 From: Stefan Westerfeld Date: Mon, 1 Jul 2024 12:01:16 +0200 Subject: [PATCH] TODO: add a list of tests for new releases Signed-off-by: Stefan Westerfeld --- TODO | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/TODO b/TODO index 1dcbe4da..6d5d7387 100644 --- a/TODO +++ b/TODO @@ -127,3 +127,32 @@ analyzed. Noise very close to the partial would normally not be audible anyways, as it should be masked. + +------------------------------------ + +== List of plugin tests before releases: == + +1. create SpectMorph CLAP plugin + +3. basic ui: + - do ui elements change color if you move over them without clicking? + - checkboxes work? + - sliders work? + - menus work? + - can you rename an operator? + +4. does the default preset produce sound? + +5. switching to 2x2 grid morph using ui preset + - does mouse interaction work with grid work & sound correctly? + +6. load keytrack choir ah/oh preset + - does key tracking work? + - do you get visual feedback (grey dots in keytrack operator/grid) + - does changing control #1 from outside the plugin morph ah <-> oh? + +7. create new user defined instrument + - does set loop range / name / midi note / tuning work? + - does play work? + - does play position pointer move properly while playing? + - does it work in WavSource after saving it?