- [Function]
- (
subobjects
seq)
Returns the subobjects of seq. Use (set! subobjects) to set the subobjects of seq.
cm> (new seq :name 'stuff) #<seq: cm> Stuff> (set! (subobjects #&stuff) (loop for i below 10 collect (new midi :time i))) cm>
See Also:
- #& [Macro]
- append-object [Function]
- find-object [Function]
- insert-object [Function]
- list-named-objects [Function]
- list-subobjects [Function]
- map-subcontainers [Function]
- map-subobjects [Function]
- object-name [Function]
- object-time [Function]
- remove-object [Function]
- remove-subobjects [Function]
- save-object [Function]
- subcontainers [Function]