Re: [PD] Save patch with internal message

2019-03-13 Thread Esteban Viveros
Thanks IOhannes!!! It close that issue!!! :) Em seg, 11 de mar de 2019 às 17:09, IOhannes m zmölnig escreveu: > On 3/11/19 8:29 PM, Federico Camara Halac wrote: > > (unless you are talking about the 'first' save) it should be simply > > > > [menusave( > > | > > [s pd-mypatch.pd] > > > > I've

Re: [PD] Save patch with internal message

2019-03-11 Thread IOhannes m zmölnig
On 3/11/19 8:29 PM, Federico Camara Halac wrote: > (unless you are talking about the 'first' save) it should be simply > > [menusave( > | > [s pd-mypatch.pd] > > I've never found a way of saving the patch to the current file, but if you what do you mean by "current file" (as opposed to where

Re: [PD] Save patch with internal message

2019-03-11 Thread IOhannes m zmölnig
On 3/11/19 3:56 PM, Esteban Viveros wrote: > Hi List! > > I'm tried to save a patch through internal messages > without > success. I tried menusave and menusaveas methods in some ways. aha. in which ways? > Is it possible to save

Re: [PD] Save patch with internal message

2019-03-11 Thread Federico Camara Halac
(unless you are talking about the 'first' save) it should be simply [menusave( | [s pd-mypatch.pd] I've never found a way of saving the patch to the current file, but if you >> want to save it to a new file, you can do this: >> > Did not how 'savetofile' worked until you mentioned it! Thanks!! I

Re: [PD] Save patch with internal message

2019-03-11 Thread Esteban Viveros
teban > Viveros > *Sent:* 11 March 2019 14:56 > *To:* Pd-List > *Subject:* [PD] Save patch with internal message > > Hi List! > > I'm tried to save a patch through internal messages > <https://puredata.info/community/pdwiki/PdInternalMessages> without > success. I t

Re: [PD] Save patch with internal message

2019-03-11 Thread Liam Goodacre
To: Pd-List Subject: [PD] Save patch with internal message Hi List! I'm tried to save a patch through internal messages<https://puredata.info/community/pdwiki/PdInternalMessages> without success. I tried menusave and menusaveas methods in some ways. I'm using Pd 0.49-1 (mac). Is it po

Re: [PD] Save patch with internal message

2019-03-11 Thread Fede Camara Halac
Hi Esteban, I have here some patches I made that go through most of (hidden) pd messages I could find https://github.com/fdch/fd_lib/tree/master/tutorials/pd-messages (The above is a bit hacky, but saving from inside a pd patch is mentioned there :) hope it helps! fede fdch.github.io >

[PD] Save patch with internal message

2019-03-11 Thread Esteban Viveros
Hi List! I'm tried to save a patch through internal messages without success. I tried menusave and menusaveas methods in some ways. I'm using Pd 0.49-1 (mac). Is it possible to save patches via internal messages yet? Thanks for any