jamoma / JamomaCore

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

Refactor out 3 deprecation warnings in TTAudioEngine #227

Open nwolek opened 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/AudioEngine/TTAudioEngine.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/AudioEngine/TTAudioEngine.cpp:445:10: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/AudioEngine/TTAudioEngine.cpp:452:16: 'TTObjectBaseReference' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/AudioEngine/TTAudioEngine.cpp:465:9: 'TTObjectBaseRelease' 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/AudioEngine/TTAudioEngine.cpp

nwolek commented 10 years ago

still there as of commit abc9132

Warnings appear for these two functions: https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/AudioEngine/TTAudioEngine.cpp#L437

But I also see deprecated function calls here: https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/AudioEngine/TTAudioEngine.cpp#L78

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/AudioEngine/TTAudioEngine.cpp#L124

nwolek commented 9 years ago

still there in commit 320c232, moving to 0.6.1 milestone