[Function]
(append-object object container)

Appends object to the subobjects of container.

Examples:

Example 1. Blah.

(new seq :name 'test :subobjects (list (new midi )))
 #<seq "test">
(append-object (new midi :keynum 90) #&test)
 (#i(midi keynum 60 duration 0.5 amplitude 64 channel 0)
    #i(midi keynum 90 duration 0.5 amplitude 64 channel 0))

See also: