The Tree View shows the AN1x data as a hierarchical tree, and can show more information than the Table View. The following example shows a split Child Window with two Tree Views.
Basically, information is shown as a set of hierarchical Objects. Objects may have children attached to them, and they themselves may have further child Objects (e.g. a Voice Object, has a child Object for its Scenes, and this Object groups the Scenes in the Voice).
The basic tree structure is a
Root Object at the top of the tree under which are various Object
Collections which themselves contain further data.
You can double click on an item, and if the item is a voice, it will be exported to the synth's Edit buffer
You can also triple click on an item, and if the item is a voice, it will be exported to the synth's Edit buffer and the MIDI Router will also be opened
The Tree View allows multiple Objects to be selected, which is useful for performing operations only upon certain Objects. You can only perform operations upon Objects of the same type.
If you wish to perform an operation upon all Objects in a Collection, simply select the Collection containing the Objects.