Hi,
I've been reading through the mailing list and going through the source code and examples in github but I'm failing to get a full understanding and wondering if someone would be able to help me. I'm trying to talk ember to a Studer mixer and I'm wanting to do a paper exercise to get my head around it.
Sending a directory request my sequence looks as follows:
<A-4294946012 type="Sequence">
<A-32 type="Integer">1</A-32>
</A-4294946012>
I see that the byte sequence (from Chris Milton) should equate to this:
7f 8f ff fe d9 5c 80 30 80 7f 20 02 30 00 00 00 00 00
I'm unable to get from one to another by looking through the Ember, Glow or S101 documentation. I appreciate this works and that there's something I'm doing wrong but I'm not able to work out what that is.
If someone could start me off in the right direction with this example I'm sure the rest will click in to place.
Many thanks,
Kevin