jamoma / JamomaCore

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

Refactor out 1 deprecation warnings in TTSpat #240

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/DSP/extensions/SpatLib/TTSpat.cpp TTSpat.cpp:105:9: warning: 'TTGetRegisteredClassNamesForTags' is deprecated [-Wdeprecated-declarations]

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/TTSpat.cpp

nwolek commented 10 years ago

fixing this revealed a few other deprecations in TTSpat, which I fixed while I was here.