What are the two opposing principles for dealing with input?
What is the difference between ‘void IAP::run()’ and the callback functions?
- Callback functions (such as callbackNoteReceived()) = dealing with MIDI input.
Describe the 4 parts of ‘void IAP::callbackNoteReceived (int note, int velocity, int channel)’.
What is the formula for converting MIDI note numbers into frequencies?
f = 440 × 2 to the power of (n−69)/12
What happens when we call aserveOscillator()?
We are passing values into a function that deals with communicating with aserve.