jamoma / JamomaCore

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

Optimize TTData ramping #313

Closed theod closed 9 years ago

theod commented 9 years ago

I noticed there is useless cpu consuming because we stop the Ramp unit even if there is no ramping. As there is a RampStatus flag I guess we could optimize this to save more cpu.

lossius commented 9 years ago

@theod : Once I have pushed the changes to implement dataspace + ramping, maybe you can check again to see if this is still an issue?

theod commented 9 years ago

On feature/325-dataspace-ramp branch, for decimal type it seems you test the ramp status flag before to stop the ramp so I would say ok ! thanks !

I keep the issue opened until you do the same for integer and array type.

lossius commented 9 years ago

They all share the same method now, so I'm closing this issue,