<div dir="ltr"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> - soundfiler - send a message when a file or an array isn't found. This<br>
> would be useful for the patch to process this information (instead of just<br>
> showing it in the console)<br>
> E.g. "error file xx not found" and "error array xx not found". This allows<br>
> to sort out the components using route, unpack, etc. and can be updated to<br>
> further error types.<br>
> For now the soundfiler reacts with 0 in all outputs.<br>
<br>
isn't this what you want? a message telling you that the read did not<br>
succeed?<br>
i mean, you can use the 0-on-all-outputs messages to determine on a<br>
patch-level that the file couldn't be read.<br></blockquote><div><br></div><div>The current output is good to know that something went wrong, but not what. Afaik it can be a non-existent file or array - most likely the first. (I don't know if there are other errors with more advanced options).<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> <br>
> - in pd extended, when typing in the name of a new object, the key<br>
> combination ctrl+return would "close" the object. This is now done by<br>
> ctrl+e, which serves for both closing the objects and go in/out of edit<br>
> mode. Currently, presing ctrl+e while editing an object closes the object,<br>
> but not the edit mode. Is it better to separate these two functions?<br>
> <br>
<br>
well, originally the instantiation of an object via Ctrl+E was just a<br>
side-effect of leaving edit-mode.<br></blockquote><div><br></div><div>Exactly, but a quite useful one.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
i haven't noticed myself (but can confirm) the behaviour that Ctrl+E<br>
does not leave edit-mode when currently typing.</blockquote><div><br></div><div>Yes. Also about that, Ctrl+e while typing gets out of the object. In Pd-Ext, Ctrl+return closed the object, but didn't escaped it. Which made keyboard patching a bit more confortable, as one just types Ctrl+1 and continues patching. <br></div><div>Although adding a new object while editing one also closes the previous object and moves on, so for some situations continuity is asured.<br></div></div></div>