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");