jamoma / JamomaCore

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

j.remote will not ramp if parameter has dataspace #364

Closed lossius closed 9 years ago

lossius commented 9 years ago

I am not sure if this is a Core or ImplementaitonMax issue, but reports it here:

In Max, if a parameter has ramping enables as well as a dataspace, j.remote will not be ramping to new value, but instead jump immediately. Without the dataspace ramping works as expected.

j.send supports ramping regardless of whether we have a dataspace or not.


----------begin_max5_patcher----------
873.3oc2YksaiBCE84juBKdNSjMKFXdp+GUipb.mDWA1HioMUU8eevKjkYHM
zDZZZenrbqWNmC956AxqSm3sPrgV6A9M3dvjIuNcxDSHcfIt6m3UR1jUPpMM
yKSTVR4JuY1+mhtQYh+3bIsTnn.IcYSMEnD.IorB77ZJGnVSAUj16oJpDrlT
CHfbhhTWQxncCUAiSyDMby3E3BtnYwhBpNBxEohnxVy3qdPRyTVjiRClCmAh
S0GQQg5SX7bH3Ot9vxMXTr3we4G1Me7lRFufpp2ezsyWMK2Lm96ZpnQ00VnK
Zs5EKz77zAda5T8gYCTHWVHZG1NvrTHKIF5fONOCShzTyGizmhfla72imVPp
dohZ6fm2Lf2BBekWeRA58khsOvdfxItGBvdED+uXAAEkNNBRzMkfTRqqIqn+
WpFbdKkmaSuBgPn2wEnnPzdqXRSFf.0qvf6UX5O8.MJjmSetcl6YalZJOGrf
HOMqCflED3fyk0wu6xgOCVeF4.NxFFBGmbfjen4.tMIN+bfzamb.Wo1AkEfr
LNNZXKL19WuEOgefLhvOWMXmehVY.bmlFfbZFqjTzqiB+SueQ7d6RFDcRkpW
EB8ATnur5ln3jQ0HQv2ciDNAYzLRftoDjilCUJxoEuyVH9AlZmQVYILcfagz
mjjd0yKFgRGN9eo1mhuwbOsTHNMouT2SIeGLO435XYdB+Sy6jSetTuSgWVBf
KxJIImQsUy2995qxDEBocxgyw3HXBdV6UHHFCsWEfSPQZJuC1tt4+w62RVQg
ouOzQ5c3pmFc.57SgnTyXG.SSfg1qZCgN9rXNhtDbd4Lsc4t8QgerNC4+aPk
TTIjJlfaVSOOHsuQoQI1+QH7SvQ7f1YqyQb3X3H98+ZRm2pyuHezsh2g9nA2
s8izAVQXbvcMblBnsUu6MONvjc3oKqXMYiPlS3yyLw3Yx1L5FN7OeETCCzwO
TSqEMxrN74fBXGExo0JFmzkIb+1xB60l0r7bJe+M+yY055A4GOqXnnId.nI4
pglvAfF+qFZPnaK3DbS8rR+4MNs5.ud3I5FCO3AfGT70COg2V3weHYWnyc8r
caZRU0STYsaLMPosH2i1BrwyL2x31aMinmj9Dqq8leRIOhrsvjpspTizVMXC
15N0S+xvRdCyTJYpdlea5ewzxfiP
-----------end_max5_patcher-----------
theod commented 9 years ago

the dataspace unit was appended to the "1. ramp 4000" => "1. ramp 4000 unit" I've made a bit of code to insert it before the ramp => "1. unit ramp 4000" I assign to you for testing

theod commented 9 years ago

this is fixed now