jamoma / JamomaCore

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

Refactor out 16 deprecation warnings in TTOutputAudio #267

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:47:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:48:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:49:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:50:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:52:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:56:5: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:60:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:61:2: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:67:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:68:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:69:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:70:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:71:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:72:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:73:2: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTOutputAudio.cpp:74: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/Modular/library/PeerObject/TTOutputAudio.cpp

theod commented 10 years ago

done !