comparison include/Bela.h @ 537:bfcbeb437869 API-update

Updated RTAudioSettings with in/out, ported some examples and libpd
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 24 Jun 2016 01:36:07 +0100
parents 5c8f46fcd4d0
children ce391098f321
comparison
equal deleted inserted replaced
528:5c8f46fcd4d0 537:bfcbeb437869
110 int periodSize; 110 int periodSize;
111 /// Whether to use the analog input and output 111 /// Whether to use the analog input and output
112 int useAnalog; 112 int useAnalog;
113 /// Whether to use the 16 programmable GPIOs 113 /// Whether to use the 16 programmable GPIOs
114 int useDigital; 114 int useDigital;
115 /// How many channels for the ADC and DAC 115 /// How many audio input channels
116 int numAnalogChannels; 116 int numAudioInChannels;
117 /// How many audio out channels
118 int numAudioOutChannels;
119 /// How many analog input channels
120 int numAnalogInChannels;
121 /// How many analog output channels
122 int numAnalogOutChannels;
117 /// How many channels for the GPIOs 123 /// How many channels for the GPIOs
118 int numDigitalChannels; 124 int numDigitalChannels;
119 125
120 /// Whether to begin with the speakers muted 126 /// Whether to begin with the speakers muted
121 int beginMuted; 127 int beginMuted;