jamoma / JamomaCore

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

Refactor out 3 deprecation warnings in TTBuffer #224

Closed nwolek closed 8 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/source/TTBuffer.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/source/TTBuffer.cpp:95:8: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/source/TTBuffer.cpp:111:10: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/library/source/TTBuffer.cpp:130: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/library/source/TTBuffer.cpp

nwolek commented 10 years ago

Can I shift away from TTSampleMatrixPtr toward TTObject? Going to take more time than I have today to sort out the rest of this one.

nwolek commented 10 years ago

requires issue #296 be closed first

nwolek commented 8 years ago

No longer a priority, as jamoma2 will be a more extensive & complete refactor.