[slinkelist] using hase

Marc Hebert gorgoesq@swbell.net
Tue, 02 Jan 2001 17:43:38 -0600


Hello,

I'm trying to use the HASE interface to slinkx to control CDJ, and I
can't quite figure out some syntax.

To be a little more specific, I'm writing a java app in  to send
commands via a socket to the HASE Socket Slinkx Server.  For now
atleast, I don't really plan to use vbscript, I'll put all my logic in
my java app.

I can get my java app to receive responses successfully, from either the
Socket Slinkx Server or the main HASE program, but I can't send
commands.  Using the Winsock test client, I can send SSS, for example,
"commandID sendex cdj:playlist_play" (plus a carriage return), and the
command is executed, but when I send the same string in my own code,
nothing happens.  Less important, I can't figure out how to validly send
the message to the HASE main program (using the default sample.has
vbscript).  In the latter case, I get an error message (as opposed to
being ignored).

I haven't seen anything in the log files to shed light on what I'm doing
wrong.  Any ideas?

TIA,
Marc