Method: MTK::Events::Event#value
- Defined in:
- lib/mtk/events/event.rb
#value ⇒ Object
The value of event. Depends on event type. For example, the value of a :note type Event is the intensity, and the value of a :control type Event is the controller (CC) value.
21 22 23 |
# File 'lib/mtk/events/event.rb', line 21 def value @value end |