22 #ifndef _AudioBufferMixer_hxx__
23 #define _AudioBufferMixer_hxx__
39 std::vector< InPort<Audio>* > mInputPorts;
41 std::vector< FloatInControl* > mInputControls;
43 void RemovePortsAndControls();
44 void CreatePortsAndControls();
51 RemovePortsAndControls();
66 #endif // __AudioBufferMixer_hxx__