From 1b07e926df573c2331171d621cf8506ad09640ec Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 16 Nov 2022 23:17:17 +0000 Subject: add laser to audio project --- lasertext/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lasertext/src') diff --git a/lasertext/src/ofApp.cpp b/lasertext/src/ofApp.cpp index 89fa856..b5fb1ae 100644 --- a/lasertext/src/ofApp.cpp +++ b/lasertext/src/ofApp.cpp @@ -266,7 +266,7 @@ void ofApp::keyPressed(ofKeyEventArgs &args){ //-------------------------------------------------------------- void ofApp::keyReleased(int key){ - /* + if (key>=' '&&key<='~'){ banner.addGlyph(key); } @@ -288,7 +288,7 @@ void ofApp::keyReleased(int key){ break; } } - */ + switch(key){ case 's':{ save_settings(); -- cgit v1.2.3