recording mouse click input

7 visualizzazioni (ultimi 30 giorni)
beppo
beppo il 10 Giu 2014
Commentato: Geoff Hayes il 10 Giu 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 Commento
Geoff Hayes
Geoff Hayes il 10 Giu 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Just for fun in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by