ALAN AMARAL

Results 5 issues of ALAN AMARAL

### Describe the feature The proposed feature is a simple mechanism to cancel a multipart upload, close socket, kill upload threads, etc. Something simple, like transferManager.cancelTransfer(fileUpload). I assume that the...

feature-request
transfer-manager
p2

In this code: public void discoverNode(ArtPollReplyPacket reply) { InetAddress nodeIP = reply.getIPAddress(); ArtNetNode node = discoveredNodes.get(nodeIP); if (node == null) { logger.info("discovered new node: " + nodeIP); node = reply.getNodeStyle().createNode();...

In the Art-Net 4 protocol release v1.4 doc, in section Art-Net overview/Art-Net 4: is this paragraph: Art-Net can address over 30,000 universes. Previously, each group of 4 DMX ports were...

In the ArtNet protocol it states that both the long and short names are **_null-terminated_**, i.e. "C" style, strings. However, the code that creates the names simply grabs the entire...

I was planning on using jackmix for an embedded project I'm working on, but since it's tightly bound to Qt, and I don't have an X display to use, I...