Just reinstalled Debian 11 (got really wonky), now missing lots of pd stuff. Need dwt~, not in creb anymore, though dwt~help.pd is there, oddly enough. Can anyone tell me where to look? Grateful for any help.
/Paul
On Mon, 2023-01-16 at 10:23 +0100, Paul Pignon wrote:
Just reinstalled Debian 11 (got really wonky), now missing lots of pd stuff. Need dwt~, not in creb anymore, though dwt~help.pd is there, oddly enough.
Add:
[declare -lib creb]
to your patch in order to load the creb library.
(Probably your patch does something like [declare -stdlib creb], but this like doesn't work anymore with the default path Deken installs into).
Roman
On 1/16/23 11:09, Roman Haefeli wrote:
On Mon, 2023-01-16 at 10:23 +0100, Paul Pignon wrote:
Just reinstalled Debian 11 (got really wonky), now missing lots of pd stuff. Need dwt~, not in creb anymore, though dwt~help.pd is there, oddly enough.
Add:
[declare -lib creb]
this!
to your patch in order to load the creb library.
(Probably your patch does something like [declare -stdlib creb], but
[declare -stdlib creb] works nicely if you use the "creb" package from Debian ("apt-get install pd-creb")
gfasmdr IOhannes
Just reinstalled Debian 11 (got really wonky), now missing lots of pd stuff. Need dwt~, not in creb anymore, though dwt~help.pd is there, oddly enough. Can anyone tell me where to look?
http://deken.puredata.info/ maybe.