mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-18 05:34:16 +00:00
Cleanup
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
//Class used to facilitate communication with a QInstance
|
||||
//Listens for incoming messages via qReceiver (UDP) and tcpSender (TCP)
|
||||
//WEIRD MESSAGE PARSING RULES NEED FIXED
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using SharpOSC;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace qController
|
||||
{
|
||||
public class QClient
|
||||
|
||||
Reference in New Issue
Block a user