#pragma once #define BRIDGE_CHANNELS 16 namespace rack { void bridgeInit(); void bridgeDestroy(); } // namespace rack