recording mouse click input
7 ビュー (過去 30 日間)
古いコメントを表示
Good morning. I'm new to matlab, I'm doing a project where the user has a menu with few buttons (see pic). As you can imagine, every button pressed will play a musical note. I need to build an array to store (in order) the buttons that the user press (let's say max 15 buttons, then 15 elements in the array) and then play them. I'm really lost. Can anyone help me? Thanks, B.
1 件のコメント
Geoff Hayes
2014 年 6 月 10 日
Each button (on your GUI) can have a callback function associated with it. That way, when the user presses the button, the callback fires and the code can play the correct sound (either directly in that function, or within one that is shared by all 15 buttons). See button callback example for details.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!