jamoma / JamomaCore

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

Refactor out 5 deprecation warnings in TTResample #235

Open nwolek opened 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp:37:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp:66:9: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp:68:9: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp:70:9: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/ResamplingLib/TTResample.cpp:72:9: 'TTObjectBaseInstantiate' is deprecated

nwolek commented 10 years ago

still there as of commit 999924f

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/ResamplingLib/TTResample.cpp

nwolek commented 10 years ago

still there as of commit abc9132