<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Just to be contrarian:<div class=""><br class=""></div><div class="">Ridiculous anti-noise - run noise~ into Miller’s pvoc time stretcher at SUPER slow speed and phase lock it. You break both noise and pvoc, getting swooping sine waves.</div><div class=""><br class=""></div><div class="">Kerry</div><div class=""><br class="">
<br class=""><div><blockquote type="cite" class=""><div class="">On 6 Apr 2017, at 08:09, David Medine <<a href="mailto:dmedine@ucsd.edu" class="">dmedine@ucsd.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">I haven't used Pd in an age, so this is just 'pseudo code' and
      probably all wrong syntactically; but, if you pump random values
      into the frequency inlet of an oscillator or filter, you can have
      fun.<br class="">
    </p><p class="">[noise~]</p><p class="">|</p><p class="">[+/*~ whatever]</p><p class="">|</p><p class="">[$1 whatever(</p><p class="">|</p><p class="">[line~]</p><p class="">|<br class="">
    </p><p class="">[osc~/bp~/whateveroscillater~] <br class="">
    </p>
    <div class="moz-cite-prefix">On 06.04.2017 04:46, Alexandre Torres
      Porres wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:CAEAsFmgQvm-_WA+jpf+1=pMyDUqusPN5j10=OAKJrcs5jBuAYg@mail.gmail.com" class="">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
      <div dir="ltr" class="">
        <div class="">I released today a library, still in very early and
          experimental stage - where future releases may not respect
          backwards compatibility, until a final release is made. The
          release is mostly meant to a current class I'm teaching, I
          only wanted to share it when a final release - or at least a
          beta one - was ready. but anyway, I did create some noise
          objects, inspired and stole from SuperCollider.<br class="">
        </div>
        <div class="">They are:</div>
        <div class=""><br class="">
        </div>
        <div class="">
          <ul style="box-sizing:border-box;padding-left:2em;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,system-ui,"segoe
            ui",helvetica,arial,sans-serif,"apple color
            emoji","segoe ui emoji","segoe ui
            symbol";font-size:16px" class="">
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[crackle~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[cusp~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[gbman~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[henon~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[latoocarfian~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[lfnoise~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[lincong~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[logistic~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[quad~]</li>
            <li style="box-sizing:border-box;margin-top:0.25em" class="">[standard~]<br class="">
            </li>
          </ul>
          <div class="">Full objects list at <a href="https://github.com/porres/pd-else" moz-do-not-send="true" class="">https://github.com/porres/pd-else</a> </div>
        </div>
        <div class=""><br class="">
        </div>
        <div class="">and the release is here (currently alpha3) <a href="https://github.com/porres/pd-else/releases" moz-do-not-send="true" class="">https://github.com/porres/pd-else/releases</a></div>
        <div class=""><br class="">
        </div>
        <div class="">I'm now very interested in chaotic generators, and I can
          glady work on more of those...</div>
        <div class=""><br class="">
        </div>
        <div class="">I'm currently working on cloning LorenzL from SC...</div>
        <div class=""><br class="">
        </div>
        <div class="">cheers</div>
        <div class="gmail_extra"><br class="">
          <div class="gmail_quote">2017-04-05 18:19 GMT-03:00 cyrille
            henry <span dir="ltr" class=""><<a href="mailto:ch@chnry.net" target="_blank" moz-do-not-send="true" class="">ch@chnry.net</a>></span>:<br class="">
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">you can
              try :<br class="">
              <br class="">
              noise~<br class="">
              +~ 1<br class="">
              lop~<br class="">
              *~ 1000<br class="">
              tabread4~ strange_noisy_waveshape<br class="">
              <br class="">
              <br class="">
              or a feedback loop with a strange attractor<br class="">
              <br class="">
              cheers<br class="">
              c
              <div class="">
                <div class="h5"><br class="">
                  <br class="">
                  <br class="">
                  Le 05/04/2017 à 23:08, Matt Davey a écrit :<br class="">
                </div>
              </div>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div class="">
                  <div class="h5">
                    obviously [noise~] does a decent job with white
                    noise, but i'm interested what sorts of other
                    processes there are to generate noise, particularly
                    noise more reminiscent of analogue machines.<br class="">
                    <br class="">
                    or even really weird digital lo-fi approaches or
                    anything like that.<br class="">
                    <br class="">
                    basically, [noise~] alone is not cutting it for what
                    i want.<br class="">
                    <br class="">
                    my current go-to approach is:<br class="">
                    <br class="">
                    [noise~]<br class="">
                    |<br class="">
                    [* 10000]<br class="">
                    |<br class="">
                    [phasor~]<br class="">
                    |<br class="">
                    [expr~ $v1 * 2 - 1]<br class="">
                    <br class="">
                    <br class="">
                    but for sure there must be heaps more interesting
                    methods to get good (or super evil) sounding noise.<br class="">
                    <br class="">
                    <br class="">
                  </div>
                </div>
                ______________________________<wbr class="">_________________<br class="">
                <a href="mailto:Pd-list@lists.iem.at" target="_blank" moz-do-not-send="true" class="">Pd-list@lists.iem.at</a>
                mailing list<br class="">
                UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://lists.puredata.info/li<wbr class="">stinfo/pd-list</a><br class="">
                <br class="">
              </blockquote>
              <br class="">
              ______________________________<wbr class="">_________________<br class="">
              <a href="mailto:Pd-list@lists.iem.at" target="_blank" moz-do-not-send="true" class="">Pd-list@lists.iem.at</a> mailing
              list<br class="">
              UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank" moz-do-not-send="true" class="">https://lists.puredata.info/li<wbr class="">stinfo/pd-list</a><br class="">
            </blockquote>
          </div>
          <br class="">
        </div>
      </div>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br class="">
  </div>

_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" class="">https://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></div></body></html>