Node Classes

Node classes are descriptions of nodes. From the application's (and user's) point of view, classes are abstractions that have only three features:

Generally, all instances of a particular class perform the same function, but this is not a requirement. If a class supports it, the application can send data to a particular instance of that class at any time. This data can be used to configure (or reconfigure) the instance, possibly giving it completely different functionality.


[Back: Real-Time MIDI Subsystem]
[Next: Node Instances]