<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello Mario, Sarerac<div class=""><br class=""></div><div class="">Thank you for the reminder about the FLOSS manuals documentation — that is quite a bit out of date, and doesn't really mention much about making music. &nbsp;:)</div><div class=""><br class=""></div><div class="">Very generally, LiCK is where I dump all the stuff I write in ChucK. &nbsp;The original intent was that it be a place for lots of people to dump their stuff, but that hasn't really happened.</div><div class=""><br class=""></div><div class="">Nearly every class/effect/instrument has an example in the examples directory</div><div class=""><br class=""></div><div class=""><a href="https://github.com/heuermh/lick/tree/master/examples" class="">https://github.com/heuermh/lick/tree/master/examples</a></div><div class=""><br class=""></div><div class="">The examples named *Pedal.ck work similar to a guitar pedal, I typically use them with an Apogee Jam interface, or my real multichannel interface, and this stomp board which acts as a keyboard (though it can also do MIDI over USB)</div><div class=""><br class=""></div><div class=""><a href="https://forum.loopyapp.com/discussion/419/homemade-teensyduino-pedal-works-well-with-loopy" class="">https://forum.loopyapp.com/discussion/419/homemade-teensyduino-pedal-works-well-with-loopy</a></div><div class=""></div><div class=""><br class=""></div><div class="">&nbsp; &nbsp;michael</div><div class=""><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 21, 2019, at 4:07 PM, mario buoninfante &lt;<a href="mailto:mario.buoninfante@gmail.com" class="">mario.buoninfante@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
  
  <div bgcolor="#FFFFFF" text="#000000" class=""><p class="">Hi Sarerac,</p><p class=""><br class="">
    </p><p class="">You can find more info about LiCK here:
      <a class="moz-txt-link-freetext" href="https://en.flossmanuals.net/chuck/_full/#lick-library-for-chuck">https://en.flossmanuals.net/chuck/_full/#lick-library-for-chuck</a></p><p class=""><br class="">
    </p><p class="">Cheers,</p><p class="">Mario<br class="">
    </p>
    <div class="moz-cite-prefix">On 20/08/2019 17:39, sarerac wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:B3386862-D8F2-4417-8590-CD42F3EF3E94@gmail.com" class="">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8" class="">
      Hello;
      <div class=""><br class="">
        How is it implemented LiCK in Chuck? LiCK is a little confuse
        for me because i didn’t know it.</div>
      <div class="">&nbsp;Cheers&nbsp;<br class="">
        <div dir="ltr" class="">Enviado desde mi iPhone</div>
        <div dir="ltr" class=""><br class="">
          El 20 ago 2019, a las 0:29, mario buoninfante &lt;<a href="mailto:mario.buoninfante@gmail.com" moz-do-not-send="true" class="">mario.buoninfante@gmail.com</a>&gt;
          escribió:<br class="">
          <br class="">
        </div>
        <blockquote type="cite" class="">
          <div dir="ltr" class="">
            <meta http-equiv="Content-Type" content="text/html;
              charset=UTF-8" class=""><p class="">Ehehe you're perfectly right Michael, and I have to say I
              love LiCK. I've learned tons just looking at the code in
              there.</p><p class="">The reason why I didn't think about it is because I was
              thinking more about something like Deken in Pure Data (<a class="moz-txt-link-freetext" href="https://puredata.info/docs/Deken" moz-do-not-send="true">https://puredata.info/docs/Deken</a>).</p><p class="">A place where you can look for something and find it (if
              it exists). Now this something could be an important and
              well structured library like LiCK, but also a little
              script with only few Chubgraphs.</p><p class="">I don't know if this makes sense, but this is the kind of
              idea that popped up in my mind. <br class="">
            </p><p class="">But maybe it isn't the right one, that's why I'd like to
              hear from you guys. <br class="">
            </p><p class=""><br class="">
            </p><p class="">Cheers,</p><p class="">Mario<br class="">
            </p><p class=""><br class="">
            </p><p class=""><br class="">
            </p><p class=""><br class="">
            </p>
            <div class="moz-cite-prefix">On 19/08/2019 22:37, Michael
              Heuer wrote:<br class="">
            </div>
            <blockquote type="cite" cite="mid:A7F4208F-3FFF-4388-A8D7-414A6052A694@gmail.com" class="">
              <meta http-equiv="content-type" content="text/html;
                charset=UTF-8" class="">
              <div dir="ltr" class="">How about</div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class="">LiCK, a Library for ChucK</div>
              <div dir="ltr" class=""><a href="https://github.com/heuermh/lick" moz-do-not-send="true" class="">https://github.com/heuermh/lick</a></div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class="">It’s only been going since 2007. &nbsp;;)</div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class="">I’ll help adapt any contributions for code
                style if necessary. E.g. nearly all Chubgraphs extend
                from Effect or one of its subclasses</div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class=""><a href="https://github.com/heuermh/lick/blob/master/lick/effect/Effect.ck" moz-do-not-send="true" class="">https://github.com/heuermh/lick/blob/master/lick/effect/Effect.ck</a></div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class="">&nbsp; &nbsp;michael&nbsp;</div>
              <div dir="ltr" class=""><br class="">
              </div>
              <div dir="ltr" class=""><br class="">
                On Aug 19, 2019, at 2:53 PM, mario buoninfante &lt;<a href="mailto:mario.buoninfante@gmail.com" moz-do-not-send="true" class="">mario.buoninfante@gmail.com</a>&gt;
                wrote:<br class="">
                <br class="">
              </div>
              <blockquote type="cite" class="">
                <div dir="ltr" class="">
                  <meta http-equiv="content-type" content="text/html;
                    charset=UTF-8" class=""><p class="">Hi,</p><p class=""> I've been looking at CSound recently and I was
                    impressed by the quantity of Opcodes (Ugens) it has.<br class="">
                    I know we have official Chugins, but still it's a
                    small collection and I'm pretty sure there are
                    plenty of interesting ones flying around that we all
                    use every day (even if Chubgraphs), just they've
                    never been 'captured'.<br class="">
                    Thus, I was thinking why don't we 'capture' them
                    somewhere <span class="_47e3 _5mfr" title="smile
                      emoticon"><span class="_7oe">:)</span></span><span class="text_exposed_show"><br class="">
                      I also know that having an official repo means
                      maintaining everything is on there, and that
                      requires work as well.<br class="">
                      What do you guys think about having an unofficial
                      repo/'place on the internet' where to put some
                      others, chubgraphs and libraries included?<br class="">
                      I think the community would benefit from this.<br class="">
                      Looking forward to hear your thoughts</span></p><p class=""><span class="text_exposed_show"><br class="">
                    </span></p><p class=""><span class="text_exposed_show">Cheers,</span></p><p class=""><span class="text_exposed_show">Mario<br class="">
                    </span></p>
                  <pre class="moz-signature" cols="72">-- 
Electronic Musician, Creative Coder, QA Engineer
<a class="moz-txt-link-freetext" href="https://vimeo.com/creativecodingsalerno" moz-do-not-send="true">https://vimeo.com/creativecodingsalerno</a>
<a class="moz-txt-link-freetext" href="http://mbuoninfante.tumblr.com/" moz-do-not-send="true">http://mbuoninfante.tumblr.com/</a>
<a class="moz-txt-link-freetext" href="https://github.com/mariobuoninfante" moz-do-not-send="true">https://github.com/mariobuoninfante</a>
<a class="moz-txt-link-freetext" href="https://bitbucket.org/mariobuoninfante/" moz-do-not-send="true">https://bitbucket.org/mariobuoninfante/</a></pre>
                </div>
              </blockquote>
              <blockquote type="cite" class="">
                <div dir="ltr" class=""><span class="">_______________________________________________</span><br class="">
                  <span class="">chuck-users mailing list</span><br class="">
                  <span class=""><a href="mailto:chuck-users@lists.cs.princeton.edu" moz-do-not-send="true" class="">chuck-users@lists.cs.princeton.edu</a></span><br class="">
                  <span class=""><a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" moz-do-not-send="true" class="">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a></span><br class="">
                </div>
              </blockquote>
              <br class="">
              <fieldset class="mimeAttachmentHeader"></fieldset>
              <pre class="moz-quote-pre" wrap="">_______________________________________________
chuck-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:chuck-users@lists.cs.princeton.edu" moz-do-not-send="true">chuck-users@lists.cs.princeton.edu</a>
<a class="moz-txt-link-freetext" href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" moz-do-not-send="true">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a>
</pre>
            </blockquote>
            <pre class="moz-signature" cols="72">-- 
Electronic Musician, Creative Coder, QA Engineer
<a class="moz-txt-link-freetext" href="https://vimeo.com/creativecodingsalerno" moz-do-not-send="true">https://vimeo.com/creativecodingsalerno</a>
<a class="moz-txt-link-freetext" href="http://mbuoninfante.tumblr.com/" moz-do-not-send="true">http://mbuoninfante.tumblr.com/</a>
<a class="moz-txt-link-freetext" href="https://github.com/mariobuoninfante" moz-do-not-send="true">https://github.com/mariobuoninfante</a>
<a class="moz-txt-link-freetext" href="https://bitbucket.org/mariobuoninfante/" moz-do-not-send="true">https://bitbucket.org/mariobuoninfante/</a></pre>
          </div>
        </blockquote>
        <blockquote type="cite" class="">
          <div dir="ltr" class=""><span class="">_______________________________________________</span><br class="">
            <span class="">chuck-users mailing list</span><br class="">
            <span class=""><a href="mailto:chuck-users@lists.cs.princeton.edu" moz-do-not-send="true" class="">chuck-users@lists.cs.princeton.edu</a></span><br class="">
            <span class=""><a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" moz-do-not-send="true" class="">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a></span><br class="">
          </div>
        </blockquote>
      </div>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-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>
    <pre class="moz-signature" cols="72">-- 
Electronic Musician, Creative Coder, QA Engineer
<a class="moz-txt-link-freetext" href="https://vimeo.com/creativecodingsalerno">https://vimeo.com/creativecodingsalerno</a>
<a class="moz-txt-link-freetext" href="http://mbuoninfante.tumblr.com/">http://mbuoninfante.tumblr.com/</a>
<a class="moz-txt-link-freetext" href="https://github.com/mariobuoninfante">https://github.com/mariobuoninfante</a>
<a class="moz-txt-link-freetext" href="https://bitbucket.org/mariobuoninfante/">https://bitbucket.org/mariobuoninfante/</a></pre>
  </div>

_______________________________________________<br class="">chuck-users mailing list<br class=""><a href="mailto:chuck-users@lists.cs.princeton.edu" class="">chuck-users@lists.cs.princeton.edu</a><br class="">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users<br class=""></div></blockquote></div><br class=""></div></body></html>