Using the buzzer with the OP7200

THe OP7200 has a “buzzer” . . . The TouchScreen library has a “btnAttributes” call. For example: “btnAttributes(userX,1,0,0,0,1)”

That final “1” in the string enables a brief “beep” when a virtual button is depressed.

Is there any way to get that sound at other times ?? For example when a real button sampled with “digIn” is depressed . . .

I hadn’t found the “buzzer” program in the io folder in the samples folder . . .