recording mouse click input

10 views (last 30 days)
beppo
beppo on 10 Jun 2014
Commented: Geoff Hayes on 10 Jun 2014
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 Comment
Geoff Hayes
Geoff Hayes on 10 Jun 2014
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.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!