jamoma / JamomaCore

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

Refactor out 2 deprecation warnings in TTSpatBaseRenderer #241

Open nwolek opened 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatBaseRenderer.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatBaseRenderer.cpp:25:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatBaseRenderer.cpp:31:2: '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/SpatLib/source/TTSpatBaseRenderer.cpp

nwolek commented 10 years ago

requires issue #296 be closed first

nwolek commented 9 years ago

still there in commit 320c232, moving to 0.6.1 milestone

nwolek commented 9 years ago

2 additional deprecation warnings in the same project: /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/includes/TTAudioSignalArray.h:86:4: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/includes/TTAudioSignalArray.h:87:43: 'TTObjectBaseReference' is deprecated