From e02d273a1ca755cf2e46806bd7511ec3f06c081a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 25 Mar 2018 09:54:00 -0400 Subject: [PATCH] Change Bridge protocol port --- include/bridgeprotocol.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bridgeprotocol.hpp b/include/bridgeprotocol.hpp index 646dc39d..001cd097 100644 --- a/include/bridgeprotocol.hpp +++ b/include/bridgeprotocol.hpp @@ -7,9 +7,9 @@ namespace rack { // TODO Change driver and port number to something less common /** Driver ID in AudioIO and MidiIO */ -#define BRIDGE_DRIVER -5000 +#define BRIDGE_DRIVER -12512 #define BRIDGE_HOST "127.0.0.1" -#define BRIDGE_PORT 5000 +#define BRIDGE_PORT 12512 #define BRIDGE_NUM_PORTS 16 /** Number of VST/AU automation parameters */ #define BRIDGE_NUM_PARAMS 16