From 21ebb41f3f540f0de9e7c9cf03e2547dd53b1491 Mon Sep 17 00:00:00 2001 From: kieran-mcauliffe Date: Tue, 20 Aug 2024 14:21:58 +0200 Subject: [PATCH] run max on startup --- startup.cmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/startup.cmd b/startup.cmd index 72a79ba..32b031b 100644 --- a/startup.cmd +++ b/startup.cmd @@ -1,2 +1,6 @@ :: Connect to the local network -netsh wlan connect ssid="hsspeakers" name="hsspeakers" \ No newline at end of file +netsh wlan connect ssid="hsspeakers" name="hsspeakers" + +:: Run max client patch +cd 'C:\Users\LattePanda\Documents\Max 8\Library\healing-soundscapes\' +hss-distributed-client.maxpat \ No newline at end of file