jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Bad parsing for foo:/A address #304

Open theod opened 10 years ago

theod commented 10 years ago

the parsing of an address like foo:/A (with one letter after the slash) returns foo:/:value

lossius commented 9 years ago

Is there supposed to be a slash after the ":" at all? Where does this problem show up, is it in TTData?

theod commented 9 years ago

the schema for address is : directory:/parent/name.instance:attribute

so when typing foo:/A directory = foo parent = / name = A instance = nothing attribute = nothing (but is value by default)