Difference between revisions of "MiniAudicle/NewShredManagement"
From CSWiki
Line 1: | Line 1: | ||
== Shred Groups == | == Shred Groups == | ||
* A shred group is a collection of chuck programs that are added, removed, and replaced together, simultaneously | * A shred group is a collection of chuck programs that are added, removed, and replaced together, simultaneously | ||
− | * On add/replace program in the shred group is first compiled, then each compiled program is added/replaced | + | * On add/replace, each program in the shred group is first compiled, then each compiled program is added/replaced |
** If any shred fails compilation, compilation will continue, but the add/replace will be skipped. The compilation error(s) will be reported on the console monitor and appropriate document windows | ** If any shred fails compilation, compilation will continue, but the add/replace will be skipped. The compilation error(s) will be reported on the console monitor and appropriate document windows | ||
+ | * A replace that occurs when one or more of the shreds to be replaced is not running in the VM will add that shred | ||
+ | * The shred group add/replace/remove history is independent from miniAudicle's per-document add/remove/replace history | ||
+ | |||
+ | * shred groups are presented visually through a shred group list | ||
+ | * through the shred group list, groups can be added/removed/replaced | ||
+ | * A shred group is created from a key command, menu item, or context menu. They can be saved and reopened; by default all shred groups that have been created or opened in the current miniAudicle session are saved in the shred group list |
Latest revision as of 18:44, 20 October 2007
Shred Groups
- A shred group is a collection of chuck programs that are added, removed, and replaced together, simultaneously
- On add/replace, each program in the shred group is first compiled, then each compiled program is added/replaced
- If any shred fails compilation, compilation will continue, but the add/replace will be skipped. The compilation error(s) will be reported on the console monitor and appropriate document windows
- A replace that occurs when one or more of the shreds to be replaced is not running in the VM will add that shred
- The shred group add/replace/remove history is independent from miniAudicle's per-document add/remove/replace history
- shred groups are presented visually through a shred group list
- through the shred group list, groups can be added/removed/replaced
- A shred group is created from a key command, menu item, or context menu. They can be saved and reopened; by default all shred groups that have been created or opened in the current miniAudicle session are saved in the shred group list