prep code from waterfall/spectrum setData

This commit is contained in:
Charles J. Cliffe
2015-07-28 18:19:39 -04:00
parent 10bc0c8ec5
commit 52e6de5f9d
3 changed files with 348 additions and 3 deletions
+2 -2
View File
@@ -10051,8 +10051,8 @@ void RtApi :: convertBuffer( char *outBuffer, char *inBuffer, ConvertInfo &info
void RtApi :: byteSwapBuffer( char *buffer, unsigned int samples, RtAudioFormat format )
{
register char val;
register char *ptr;
char val;
char *ptr;
ptr = buffer;
if ( format == RTAUDIO_SINT16 ) {