Feature Request #1232
define / as default namespace for jcom.cue
Status: | Rejected | Start date: | 2012-11-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | - | Spent time: | - | |
Target version: | MVC for 0.6 | |||
Branch: |
Description
currently it is quite confusing that no namespace is selected when creating a cue in jcom.cue's maxhelp
question is :
what happens then when we add some lower level nodes (such as namespace/append /mouse) ?
IMHO, / should then be disabled
(we might have the same case when e.g. /degrade~ is selected -> if we append /sampleratio, the rest of /degrade~ should be removed...)
opinions ?
Related issues
History
#1
Updated by Théo de la Hogue almost 8 years ago
- Status changed from New to Resolved
This is now available.
If the jcom.cue binds on an empty namespace (like before selecting anything with namespace/append message or after a namespace/clear message)
the storage process will fill the namespace with everything and so everything will be stored into the cue.
This feature have also helped to make the * selection available : namespace/append /foo.* will select all foo instances and will store them in the cue as foo.1, foo.2, ...
#2
Updated by Trond Lossius almost 8 years ago
- Status changed from Resolved to Rejected