Event Receivers
The event receivers are very simply components that listen to events in the system and calls a Invoke Unity Events which can be setup in the inspector.
They are extremely useful to quickly customize your scene, make it more interactive a lively.
All those component can be found under the Dypsloom/RhythmTimeline/Scripts/EventReceivers folder.
Some of the included are Event Receiver for:
- Note : detect events on a note
- Score : detect events when the score changes
- Song : detect events when the song plays or ends
- Track Input : detect inputs on tracks
- Track Note : detect notes on tracks
Here is an example of the Note Event Receiver