jamoma / JamomaCore

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

TTFilter is using deprecated functions but not generating warnings #297

Open nwolek opened 10 years ago

nwolek commented 10 years ago

Seen here: https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/FilterLib/includes/TTFilter.h#L58

It is a special case where the underlying TTAudioObject is being changed based on user choices. The code appears to be doing something similar to the code in issue #235, so refactoring one will likely provide template for refactoring the other.

nwolek commented 10 years ago

moving to 0.6.1/cleanup