PlotterGames: OSC to Plotter (AxiDraw) simple interactive „Bridge“ in Processing4

This is a simple OSC for controlling the AxiDraw-Plotter.

The commands were recorded an than executed. There is at the moment no „Job done“ back osc-command. Sorry i had not more time.

The commands (no GL-Commands):


  # oscport 9007
  the osc port in is 9007. send your data here. 

  # recording
  recording: movetoprocess and text will be recorded and executed

  # commands

  /clear              simulation only
  
  /penup           
  /pendown
  
  /movetox 0.0-1.0    xpos
  /movetoy 0.0-1.0    ypos
  /movetoprocess      goto xpos/ypos
  
  /text BLA           draw text BLA at xpos/ypos - 
                      the graphics you find as layer in the vectorgraphics.svg

There is also a simple example in Jockey OSC for remote using the OSC-Processing-Bridge. But of course this works also in every other osc-sotware.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert