CNMAT / CNMAT-odot

Multi-paradigm Dynamic Programming
Other
114 stars 11 forks source link

/address-naming conventions #373

Closed dappertutto closed 5 years ago

dappertutto commented 5 years ago

Is there documentation anywhere for the proper, best-practices, and excluded naming conventions for odot's addressing? o.gui.attach excludes hyphens but o.pack doesn't mind.


----------begin_max5_patcher----------
602.3ocyVsrbaBCEcM7Uvn0DBHwC69Az0cealLBrhsRAIFIgqcyj+8JjfZbb
BgDrc6FKqqtVGcO5btVO45.x46HRf2W79tmiyStNNlPsAb5l6.pv6JJwRSZ.
dvJprtDuG3aWUQ1oLqbqZCUp+RTn+OX2hYqtQsgKI5Ho84VRYjBdCy7CfcAY
MUTVIQY1+ntfOvYpGvEj1XgGRj2ndYl0XUwFJa88BRgxVIIwoAg9dnzksCQI
gsCwKBB8tav1Ko+1r8QvfdDnqr0X9i2rr+LagTsulX2b.v6t1Ud10s8C+Ixa
Lxuza6IjFO.WTzTAFiKjp8kFvAfOKS.WzNjXl.gCHhAUb14thapxIhYUYv2s
xhxPlJKbrJ6u5uZr.WQTDw8DFNu7H00oUsuGHGyVeluuqwE+z6f83BeyCCSL
zT3nW8wu4U+WaJK+l9DSTeNZXJsK.WrFAnDitGhRGzH.E+gZDftn1hsXASKI
OvHWJ+RDJa.ULteAl8OvvTQjR7ZxI5jNFx6sYG37cK8ri0sr.MJ6r75oHrsI
vpKkp.9QTEo+OpJFkgNCJC3QJinvEiRQwWqWMrtgFfUJbwlYIMPueuSagmMp
kHZJ++g+HyNhbLHXdq3KdYp4T1F+XFSxaDE8.18RFuCmyUDohxvJJmMHmk1b
d06johSzDv43yBWrR6zasKyB33oC7rvIcB3DekHRzqSjQyBX3TXRX5YnDgKm
BRmdoYMC355sDgrKaCH5FEOxMTPluYJkYmZ7z.AYKsO+DSDrPawUZ+civ1RX
WpscEnhqISVCsiO0H+r6eXC1BkA
-----------end_max5_patcher-----------
ramagottfried commented 5 years ago

hi dave! thanks -- I think you're right, o.gui.attach should allow hyphens.

o.expr.codebox doesn't allow it outside of the functional style like assign(), and getbundlemember() etc., since the minus sign is reserved for subtraction.

ramagottfried commented 5 years ago

ok fixed, minus signs are now allowed within o.gui.attach OSC addresses