Feature Request #179
Remove maxNumChannels argument from the TTAudioObject constructor
| Status: | Closed | Start date: | 2009-06-25 | ||
|---|---|---|---|---|---|
| Priority: | Urgent | Due date: | |||
| Assignee: | % Done: | 10% |
|||
| Category: | - | Spent time: | 3.65 hours | ||
| Target version: | - | Estimated time: | 8.00 hours | ||
| Branch: |
Description
It is no longer really used!
Perhaps we could then re-instantiate the the repetition filtering for setting maxNumChannels.
Perhaps setting maxNumChannels should be included as a part of a macro that defines the constructor? E.g. the constructors in SuperCollider are done with Macros to help define them...
While we're at it we can look at getting rid of the class name initializer too.
History
Updated by Tim Place over 2 years ago
- Estimated time changed from 8.00 to 0.15
One way to take care of the name issue is this:
- don't define the name in the call to TTObjectRegister()
- the call to TTObjectRegister() will then query the object being registered for its name (perhaps this is done in TTClass?).
Updated by Tim Place over 2 years ago
- % Done changed from 0 to 10
- Estimated time changed from 0.15 to 8.00
Updated by Tim Place over 2 years ago
consistency of constructors has now been implemented
Updated by Tim Place over 2 years ago
- Status changed from New to Closed
completed as a result of recent check-ins