jamoma / JamomaCore

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

Change TTUInt16 => TTChannelCount where relevant in audio processing code #293

Closed lossius closed 10 years ago

lossius commented 10 years ago

We've made a new typedef TTChannelCount that can be used when dealing with number of audio channels.

So far it is only being used in TTMutesolo, but Jamoma DSP and AudioGraph should be refactor to make use of it where relevant throughout.

lossius commented 10 years ago

All DSP extentions are updated

lossius commented 10 years ago

All of AudioGraph have been addressed as well, only thing remaining is DSP library itself.

lossius commented 10 years ago

All done.