jamoma / JamomaCore

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

Refactor out 5 deprecation warnings in TTMatrixGain #250

Open nwolek opened 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp:24:8: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp:25:8: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp:30:9: 'setSize' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp:66:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp:67:2: 'TTObjectBaseRelease' is deprecated

nwolek commented 10 years ago

We may need a public wrapper for TTMatrix before this can be solved. Like the interface for TTBuffer here: https://github.com/jamoma/JamomaCore/blob/master/DSP/library/includes/TTBuffer.h#L202

nwolek commented 10 years ago

still there as of commit 999924f

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/Foundation/extensions/MatrixProcessingLib/tests/TTMatrixGain.test.cpp

nwolek commented 10 years ago

requires issue #296 be closed first

nwolek commented 9 years ago

still present in commit 320c232, moving to 0.6.1 milestone