<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You could create the sliders in Tcl/Tk
      and direct the output to ChucK on the command line; there's a good
      example of that with the piece "Granite09" in the PlorK repository:
      <a class="moz-txt-link-freetext" href="http://plork.cs.princeton.edu/Repository/PLOrk.zip">http://plork.cs.princeton.edu/Repository/PLOrk.zip</a><br>
      <br>
      Another option is to build a user interface in Processing
      (<a class="moz-txt-link-freetext" href="http://processing.org">http://processing.org</a>) and send the slider values as OSC messages
      to ChucK. The OSC documentation for ChucK is pretty good; there's
      a section in the manual and a few samples in the examples folder.<br>
      <br>
      Joel<br>
      <br>
      On 02/07/2014 12:47 AM, Philipp Blume wrote:<br>
    </div>
    <blockquote
cite="mid:CAF0ZPxEFy6VZHyXM-hpCNr+3s0mT2aFh_QQ-0zVYAWhVmjk4cQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">I am looking to implement a listener into my (very
        simple) ChucK program. I want to operate a bank of virtual
        sliders that send their position to ChucK.
        <div><br>
        </div>
        <div>In what program/application can I build such a slider, and
          where in the ChucK API can I read up on listeners? I don't yet
          know my way around the documentation, though I do have the
          Kapur, Cook, Salazar, & Wang text which is wonderful.<br
            clear="all">
          <div><br>
          </div>
          <div>Thanks in advance!</div>
          <div><br>
          </div>
          Philipp Blume<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
chuck-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>