Callbacks

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Callbacks

Callbacks make it easy for you to respond to such things as incoming MIDI messages, plugin parameter changes, timers and so on. While many languages today simply define regular functions and then explicitly bind them to system events, GP Script uses explicit syntax to distinguish callbacks from regular functions, making it easy for you to differentiate between functions that you call vs "functions" that the system calls and to which you respond.

 
More in this chapter:
cicon9 Rackspace callbacks
cicon9 MIDI Events
cicon9 Widget events
cicon9 Plugin events
cicon9 Scriptlet events
cicon9 Generator events
cicon9 OSC callback
cicon9 Playhead events
cicon9 Global state
cicon9 Global events