jamoma / JamomaCore

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

Refactor out 5 deprecation warnings in TTSpatDBAP #286

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

Using of set() & get()

Closing #240 revealed this issue

Code found here: https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp:84:9: 'get' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp:85:9: 'get' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp:104:20: 'get' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp:111:9: 'set' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/source/TTSpatDBAP.cpp:112:9: 'set' is deprecated