:::C++
WavePro.unsubscribe(event)
Unsubscribe to an event. When the event occurs a brief high pulse (~100uS) is sent on the notification pin. event is one of:
- SUB_PLAY - A sample has started playing
- SUB_LOOP - A sample has looped
- SUB_STOP - A sample has finished playing
- SUB_QUEUE - A sample has started playing from the queue and the queue has shifted down one.
Part of: [Arduino Library]