<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">I get the same, and I don't yet understand why it doesn't show,
although a midifile-help.pd file is there.</pre>
      </blockquote>
      It's because [midifile] sets "midifile-help" as the help symbol
      instead of just "midifile", so Pd looks for
      "midifile-help-help.pd".</p>
    <p><a class="moz-txt-link-freetext" href="https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/mrpeach/midifile/midifile.c">https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/mrpeach/midifile/midifile.c</a></p>
    <p>Apparantly, this has been fixed in Purr Data, btw.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 18.05.2020 23:06, Roman Haefeli
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:9c640c531b44a40579db4bdb04a3c1da3dcb858c.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">Hi Jakob

I'm not IOhannes, but I'll answer anyway.

On Mon, 2020-05-18 at 22:22 +0200, Jakob Laue wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap=""> But when I add a "-lib mrpeach" in the
command line preferences, I always get "mrpeach: can't load library" 
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Yes, because the mrpeach library doesn't contain a binary named
mrpeach. In case of mrpeach, it is sufficient to just add the path.
Preferably, you add the path with [declare -path mrpeach] in your
patch, rather than in the Pd configuration. This makes your patch more
portable.

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">on startup. But I can still create objects from it. I mean, I can use
the objects, but I don't get an overall init-message on startup,
which makes me think that someting is not set correctly.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
You don't see a message, because no external is loaded at start up
(only the path is added). This is unlike the zexy library, which comes
with a zexy binary and which prints something to the console when
loaded. However, from what I understand, if a specific external prints
a message at load time is purely optional. So that is not necessarily
an indicator.

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap=""> Also, pd seems not to be able to find the help files for mrpeach-
objects. Right-clicking [midifile] and selecting "help" gives "sorry,
couldn't find help patch for "midifile-help.pd"" in the console.

Do you have an idea what I could try to do? 
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
I get the same, and I don't yet understand why it doesn't show,
although a midifile-help.pd file is there.

Roman
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<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>
  </body>
</html>