Tasks #786
make TTAudioObject.cpp more DRY
| Status: | New | Start date: | 2011-06-19 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | % Done: | 20% |
|||
| Category: | - | Spent time: | - | ||
| Target version: | (Jamoma Platform) - Kansas City Workshop Sprint 2011 | ||||
| Branch: |
Description
there are a lot of unit conversion methods within TTAudioObject.cpp.
Since we have our dataspace code for unit conversions, we should not repeat ourselves here and make this file more DRY.
History
Updated by Trond Lossius 9 months ago
Yes, I was just looking at this myself while trying to figure out how to call dataspaces in C++.
Updated by Nils Peters 7 months ago
- Target version set to Kansas City Workshop Sprint 2011
Updated by Nils Peters 7 months ago
- % Done changed from 0 to 20
We are using now a few constants from TTBase instead of calculating them again here.