From 6d6e095e724c87c0d7db45e4415a151075c6f630 Mon Sep 17 00:00:00 2001 From: Christopher Dziomba Date: Sat, 3 Jul 2021 17:47:25 +0200 Subject: [PATCH] Added not-tested disclaimer --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index d9c6f5b..6a8d4fa 100644 --- a/README.MD +++ b/README.MD @@ -13,6 +13,8 @@ It requires either Showkontrol / Beatkontrol (https://www.tc-supply.com/home) to - [ ] Other request packets like Beat Grid, Wave Form - [ ] Control capabilities (like stopping layers) from TCNet +**This has only been tested against the Bridge software with NO DJMs or CDJs attached. Bascially this is an implementation solely on the protocol documentation. Testing on real equipment is needed.** + ## Example ```typescript import { TCNetConfiguration, PioneerDJTCClient, LayerIndex } from "node-tcnet"