Christof, thanks for the [initbang] tip. I could find [init] but it doesn't seem to do the same thing. After downloading iemguts, I don't see [initbang] inside. Is it gone now? I'm running Pd vanilla 0.47.1 on a Mac.
Sam
Message: 2 Date: Mon, 17 Apr 2017 20:05:11 +0100 From: Claude Heiland-Allen claude@mathr.co.uk To: pd-list@lists.iem.at Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk Content-Type: text/plain; charset=utf-8
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
Message: 3 Date: Mon, 17 Apr 2017 21:51:27 +0200 From: "Christof Ressi" christof.ressi@gmx.at To: "Claude Heiland-Allen" claude@mathr.co.uk Cc: pd-list@lists.iem.at Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID:
<trinity-ecf5245e-4df4-489a-9d93-8a5702fe08a4-1492458687378@3capp-gmx-bs28
Content-Type: text/plain; charset=UTF-8
or substitute [loadbang] with [initbang] from the iemguts library.
Gesendet: Montag, 17. April 2017 um 21:05 Uhr Von: "Claude Heiland-Allen" claude@mathr.co.uk An: pd-list@lists.iem.at Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
[init] is from iemlib and works the same as loadbang. unfortunately, [initbang] is not included in the iemguts pd-extended packages (because back then [initbang] was actually part of pd-extended). it is, however, included in the newer v0.2.1 version which is also available via Deken. binaries are only provided for Windows right now but you can easily build it from source (iemguts-v0.2.1-Sources-externals), just follow the instructions in the readme. if you decide to do so it would be super awesome if could upload your binaries to Deken :-).
Christof
Gesendet: Mittwoch, 19. April 2017 um 00:48 Uhr Von: "Samuel Burt" composer.samuel.burt@gmail.com An: pd-list@lists.iem.at Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof, thanks for the [initbang] tip. I could find [init] but it doesn't seem to do the same thing. After downloading iemguts, I don't see [initbang] inside. Is it gone now? I'm running Pd vanilla 0.47.1 on a Mac. Sam
Message: 2 Date: Mon, 17 Apr 2017 20:05:11 +0100 From: Claude Heiland-Allen <claude@mathr.co.uk[mailto:claude@mathr.co.uk]> To: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: <b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto:b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk]> Content-Type: text/plain; charset=utf-8
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
https://mathr.co.uk%5Bhttps://mathr.co.uk]
Message: 3 Date: Mon, 17 Apr 2017 21:51:27 +0200 From: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> To: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk]> Cc: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: trinity-ecf5245e-4df4-489a-9d93-8a5702fe08a4-1492458687378@3capp-gmx-bs28
Content-Type: text/plain; charset=UTF-8
or substitute [loadbang] with [initbang] from the iemguts library.
Gesendet: Montag, 17. April 2017 um 21:05 Uhr Von: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk]> An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk]
Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
Christof,
I've gotten as far as compiling, testing, and zipping the folder for iemguts. However, when I run deken package or deken upload, they both throw this error: OSError: [Errno 2] No such file or directory which looks like some kind of python error. I'm assuming the upload failed, but it does look like it generated a tar.gz file and a sha256 checksum.
Any tips on the final stage of uploading this for the deken database?
Sam
On Wed, Apr 19, 2017 at 5:03 AM Christof Ressi christof.ressi@gmx.at wrote:
[init] is from iemlib and works the same as loadbang. unfortunately, [initbang] is not included in the iemguts pd-extended packages (because back then [initbang] was actually part of pd-extended). it is, however, included in the newer v0.2.1 version which is also available via Deken. binaries are only provided for Windows right now but you can easily build it from source (iemguts-v0.2.1-Sources-externals), just follow the instructions in the readme. if you decide to do so it would be super awesome if could upload your binaries to Deken :-).
Christof
Gesendet: Mittwoch, 19. April 2017 um 00:48 Uhr Von: "Samuel Burt" composer.samuel.burt@gmail.com An: pd-list@lists.iem.at Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof, thanks for the [initbang] tip. I could find [init] but it doesn't seem to do the same thing. After downloading iemguts, I don't see [initbang] inside. Is it gone now? I'm running Pd vanilla 0.47.1 on a Mac.
Sam
Message: 2 Date: Mon, 17 Apr 2017 20:05:11 +0100 From: Claude Heiland-Allen <claude@mathr.co.uk[mailto:claude@mathr.co.uk]> To: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: <b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto: b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk]> Content-Type: text/plain; charset=utf-8
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk]
Message: 3 Date: Mon, 17 Apr 2017 21:51:27 +0200 From: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at ]> To: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk]> Cc: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID:
<trinity-ecf5245e-4df4-489a-9d93-8a5702fe08a4-1492458687378@3capp-gmx-bs28
Content-Type: text/plain; charset=UTF-8
or substitute [loadbang] with [initbang] from the iemguts library.
Gesendet: Montag, 17. April 2017 um 21:05 Uhr Von: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:
claude@mathr.co.uk]>
An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk]
Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at] mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
actually I never used the deken tool because I couldn't get it to work on my Laptop. I always uploaded directly to puredata.info.
Gesendet: Mittwoch, 19. April 2017 um 17:47 Uhr Von: "Samuel Burt" composer.samuel.burt@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: pd-list@lists.iem.at Betreff: Re: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof, I've gotten as far as compiling, testing, and zipping the folder for iemguts. However, when I run deken package or deken upload, they both throw this error: OSError: [Errno 2] No such file or directory which looks like some kind of python error. I'm assuming the upload failed, but it does look like it generated a tar.gz file and a sha256 checksum. Any tips on the final stage of uploading this for the deken database? Sam
On Wed, Apr 19, 2017 at 5:03 AM Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> wrote:[init] is from iemlib and works the same as loadbang. unfortunately, [initbang] is not included in the iemguts pd-extended packages (because back then [initbang] was actually part of pd-extended). it is, however, included in the newer v0.2.1 version which is also available via Deken. binaries are only provided for Windows right now but you can easily build it from source (iemguts-v0.2.1-Sources-externals), just follow the instructions in the readme. if you decide to do so it would be super awesome if could upload your binaries to Deken :-).
Christof
Gesendet: Mittwoch, 19. April 2017 um 00:48 Uhr Von: "Samuel Burt" <composer.samuel.burt@gmail.com[mailto:composer.samuel.burt@gmail.com]> An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof, thanks for the [initbang] tip. I could find [init] but it doesn't seem to do the same thing. After downloading iemguts, I don't see [initbang] inside. Is it gone now? I'm running Pd vanilla 0.47.1 on a Mac. Sam
Message: 2 Date: Mon, 17 Apr 2017 20:05:11 +0100 From: Claude Heiland-Allen <claude@mathr.co.uk[mailto:claude@mathr.co.uk][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]> To: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto:pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: <b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto:b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk][mailto:b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto:b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk]]> Content-Type: text/plain; charset=utf-8
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
https://mathr.co.uk%5Bhttps://mathr.co.uk%5D%5Bhttps://mathr.co.uk%5Bhttps:/...]]
Message: 3 Date: Mon, 17 Apr 2017 21:51:27 +0200 From: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at][mailto:christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]]> To: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]> Cc: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto:pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: trinity-ecf5245e-4df4-489a-9d93-8a5702fe08a4-1492458687378@3capp-gmx-bs28
Content-Type: text/plain; charset=UTF-8
or substitute [loadbang] with [initbang] from the iemguts library.
Gesendet: Montag, 17. April 2017 um 21:05 Uhr Von: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]> An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto:pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]] Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk%5D%5Bhttps://mathr.co.uk%5Bhttps:/...]]
Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at][mailto:Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at]] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
_______________________________________________ Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
I did it!
I ended up running the command:
deken upload -v 0-20170419 --no-source-error iemguts-v0-20170419-(Darwin-i386-32)(Darwin-x86_64-32)-externals.tar.gz
It now appears in deken, although the naming seems a bit weird. It shows up as iemguts/020170419. Maybe, someone else with a Mac can try installing to verify that it unpacks and runs correctly.
I can verify that initbang is sending a bang when a patch is instantiated, but I'm still having a problem in my patch. I guess there's other code involved, too.
Cheers, Sam
On Wed, Apr 19, 2017 at 1:32 PM Christof Ressi christof.ressi@gmx.at wrote:
actually I never used the deken tool because I couldn't get it to work on my Laptop. I always uploaded directly to puredata.info.
Gesendet: Mittwoch, 19. April 2017 um 17:47 Uhr Von: "Samuel Burt" composer.samuel.burt@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: pd-list@lists.iem.at Betreff: Re: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof,
I've gotten as far as compiling, testing, and zipping the folder for iemguts. However, when I run deken package or deken upload, they both throw this error: OSError: [Errno 2] No such file or directory which looks like some kind of python error. I'm assuming the upload failed, but it does look like it generated a tar.gz file and a sha256 checksum.
Any tips on the final stage of uploading this for the deken database?
Sam
On Wed, Apr 19, 2017 at 5:03 AM Christof Ressi <christof.ressi@gmx.at [mailto:christof.ressi@gmx.at]> wrote:[init] is from iemlib and works the same as loadbang. unfortunately, [initbang] is not included in the iemguts pd-extended packages (because back then [initbang] was actually part of pd-extended). it is, however, included in the newer v0.2.1 version which is also available via Deken. binaries are only provided for Windows right now but you can easily build it from source (iemguts-v0.2.1-Sources-externals), just follow the instructions in the readme. if you decide to do so it would be super awesome if could upload your binaries to Deken :-).
Christof
Gesendet: Mittwoch, 19. April 2017 um 00:48 Uhr Von: "Samuel Burt" <composer.samuel.burt@gmail.com[mailto: composer.samuel.burt@gmail.com]> An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
Christof, thanks for the [initbang] tip. I could find [init] but it doesn't seem to do the same thing. After downloading iemguts, I don't see [initbang] inside. Is it gone now? I'm running Pd vanilla 0.47.1 on a Mac.
Sam
Message: 2 Date: Mon, 17 Apr 2017 20:05:11 +0100 From: Claude Heiland-Allen <claude@mathr.co.uk[mailto:claude@mathr.co.uk ][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]> To: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID: <b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto: b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk][mailto: b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk[mailto: b07fc7f6-7d9d-99ce-a42c-c77222a3fb13@mathr.co.uk]]> Content-Type: text/plain; charset=utf-8
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk%5D%5Bhttps://mathr.co.uk%5B https://mathr.co.uk]]
Message: 3 Date: Mon, 17 Apr 2017 21:51:27 +0200 From: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at ][mailto:christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]]> To: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:claude@mathr.co.uk ][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]> Cc: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]] Subject: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue? Message-ID:
<trinity-ecf5245e-4df4-489a-9d93-8a5702fe08a4-1492458687378@3capp-gmx-bs28
Content-Type: text/plain; charset=UTF-8
or substitute [loadbang] with [initbang] from the iemguts library.
Gesendet: Montag, 17. April 2017 um 21:05 Uhr Von: "Claude Heiland-Allen" <claude@mathr.co.uk[mailto:
claude@mathr.co.uk][mailto:claude@mathr.co.uk[mailto:claude@mathr.co.uk]]>
An: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at][mailto:
pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]]
Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 17/04/17 19:56, Samuel Burt wrote:
*[loadbang] doesn't trigger* when created *within a dynamically generated abstraction*.
Send a [loadbang( message to the canvas after creating the abstraction instances in it.
Claude
https://mathr.co.uk%5Bhttps://mathr.co.uk%5D%5Bhttps://mathr.co.uk%5B
Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at][mailto:
Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at]] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...] https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D%5Bhttps://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D%5D
_______________________________________________ Pd-list@lists.iem.at [mailto:Pd-list@lists.iem.at] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...] https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D%5Bhttps://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/listinfo/pd-list%5D%5D
On 2017-04-19 21:40, Samuel Burt wrote:
I did it!
I ended up running the command:
deken upload -v 0-20170419 --no-source-error iemguts-v0-20170419-(Darwin-i386-32)(Darwin-x86_64-32)-externals.tar.gz
please use dots (".") as version delimiter, rather than dashes ("-"), as otherwise it might break sorting and things like that.
also, if you used the v0.2.1 release as basis for compiling (there is an iemguts-v0.2.1 source package available via deken, so i assume you were using that) the version should really be "v0.2.1" (or "v0.2.1.20170419" if you want the version number)
I've gotten as far as compiling, testing, and zipping the folder for iemguts. However, when I run deken package or deken upload, they both throw this error: OSError: [Errno 2] No such file or directory which looks like some kind of python error. I'm assuming the upload failed, but it does look like it generated a tar.gz file and a sha256 checksum.
so what did you change that made it work?
fgamsdr IOhannes
On 2017-04-19 19:32, Christof Ressi wrote:
actually I never used the deken tool because I couldn't get it to work on my Laptop. I always uploaded directly to puredata.info.
while this is certainly a doable workaround, it would also be nice if you could file bugreports (with errors and other helpful information), so that these problems get fixed.
fgasmdr IOhannes
IIRC it was about missing dependencies. Anyway, I'll give it another try next time I upload something to Deken and file a bug report if it doesn't work again.
Gesendet: Donnerstag, 20. April 2017 um 10:47 Uhr Von: "IOhannes m zmoelnig" zmoelnig@iem.at An: pd-list@lists.iem.at Betreff: Re: [PD] nqpoly~ and dynamic object generation, loadbang issue?
On 2017-04-19 19:32, Christof Ressi wrote:
actually I never used the deken tool because I couldn't get it to work on my Laptop. I always uploaded directly to puredata.info.
while this is certainly a doable workaround, it would also be nice if you could file bugreports (with errors and other helpful information), so that these problems get fixed.
fgasmdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list