From daef06e01232404eefa31980a1eb0c24410a416b Mon Sep 17 00:00:00 2001 From: chriskiefer Date: Tue, 4 Nov 2025 12:26:18 +0000 Subject: [PATCH] help screen --- MEMLNaut-PAF-NISPS.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MEMLNaut-PAF-NISPS.ino b/MEMLNaut-PAF-NISPS.ino index 49ded7e..0693e87 100644 --- a/MEMLNaut-PAF-NISPS.ino +++ b/MEMLNaut-PAF-NISPS.ino @@ -164,9 +164,8 @@ void setup() { std::shared_ptr helpView = std::make_shared("Help"); helpView->post("PAF synth NISPS"); - helpView->post("TA: Down: Forget replay memory"); - helpView->post("MA: Up: Randomise "); - helpView->post("MA: Down: Jolt"); + helpView->post("TA: Down: Clear replay memory"); + helpView->post("MA: Up: Randomise / Down: Jolt "); helpView->post("MB: Up: Positive reward"); helpView->post("MB: Down: Negative reward"); helpView->post("X: Learning rate");