From fe288cc416344621cb0e0eb380dae4826587b02d Mon Sep 17 00:00:00 2001 From: sago35 Date: Fri, 26 Jun 2026 20:07:17 +0900 Subject: [PATCH] Replace endpoint configuration with a hardcoded value --- via.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/via.go b/via.go index 851c50a..9e94d70 100644 --- a/via.go +++ b/via.go @@ -9,8 +9,8 @@ import ( ) const ( - EPxIN = usb.MIDI_ENDPOINT_IN - EPxOUT = usb.MIDI_ENDPOINT_OUT + EPxIN = 6 + EPxOUT = 7 ) func init() {