diff include/render.h @ 12:a6beeba3a648

Initial support for higher matrix sample rates by reducing the number of channels. Input not tested yet, and not all examples updated to new format.
author andrewm
date Thu, 22 Jan 2015 19:00:22 +0000
parents 8a575ba3ab52
children 6adb088196a7
line wrap: on
line diff
--- a/include/render.h	Thu Nov 13 16:02:59 2014 +0100
+++ b/include/render.h	Thu Jan 22 19:00:22 2015 +0000
@@ -33,7 +33,8 @@
 
 #define MATRIX_MAX  65535.0
 
-bool initialise_render(int numChannels, int numMatrixFramesPerPeriod,
+bool initialise_render(int numMatrixChannels, int numAudioChannels,
+		  	   	   	   int numMatrixFramesPerPeriod,
 					   int numAudioFramesPerPeriod,
 					   float matrixSampleRate, float audioSampleRate,
 					   void *userData);