The following code sends a GetDirectory command to the provider:
ZeroMemory(@MyGlowCommand, SizeOf(GlowCommand));
MyGlowCommand.number := Integer(GlowCommandType_GetDirectory);
glowOutput_init(@MyGlowOutput, @Buffer, BufferSize, 0);
glowOutput_beginPackage(@MyGlowOutput, true);
glow_writeQualifiedCommand(
@MyGlowOutput,
@MyGlowCommand,
FSession.pCursorPath,
FSession.cursorPathLength,
FSession.pCursor.type_);
Size := glowOutput_finishPackage(@MyGlowOutput);
As a result I get 53 bytes and after decoding it says 'Crystal' which is the name of the mixing console.
How do I get the children of this node?
How do I subscribe/unsubscribe to: Sources --> Fader --> Motor dB Value, or:Sources --> States --> PFL1 active?