this dir contains archivable instruments an instrument is a synth or an effect all the inlets except the last one are signal all the outlets are signal all the objects have as creation argument the name of the instance (i.e. fmsynth $1-bassdrum) all the objects respond to a dump message (i.e. by using the param abstraction) by sending messages to the specified listener. these messages will restore the current state when sent back. the messages are of the following form: varable_name can be i.e. bassdrum-decay 90 paramdump should only be used at the top level performance patch. i.e. in a patch that is the parent of all other patches in the hierarchy. (todo: make paramdump to be "mastercontrollerpatch" which can load other "song" patches) the mc would be the final mixer (each song patch would send to $0-left and $0-right) een song is een object dat reageert op start stop tick en signaal uitstuurt. een controle object reageert op start stop tick en stuurt midi uit.