|
|
|
|
@ -83,6 +83,24 @@ FluidManipulationClient {
|
|
|
|
|
^nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cols {|action|
|
|
|
|
|
action ?? {action = postit};
|
|
|
|
|
this.prSendMsg(\cols,[],action,[numbers(FluidMessageResponse,_,1,_)]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
read{|filename, action|
|
|
|
|
|
this.prSendMsg(\read,[filename.asString],action);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
write{|filename, action|
|
|
|
|
|
this.prSendMsg(\write,[filename.asString],action);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
size {|action|
|
|
|
|
|
action ?? {action = postit};
|
|
|
|
|
this.prSendMsg(\size,[],action,[numbers(FluidMessageResponse,_,1,_)]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
prSendMsg { |msg, args, action,parser|
|
|
|
|
|
if(this.server.serverRunning.not,{(this.asString + "– server not running").error; ^nil});
|
|
|
|
|
forkIfNeeded{
|
|
|
|
|
|