Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions).
One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it...
Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally).
I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels.
A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one.
A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now.
Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508!
More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10
Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release.
cheers
Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
I have still no luck with [sfont~] under Manjaro Linux 23.1.
I just updated to the latest Else 1.0-0 rc-10 thru Pd/Deken: http://puredata.info/Members/porres/software/else/1.0-0_rc10-with_live_elect... -- 2023-11-08 05:42:23
(unless otherwise noted in particular objects, check 'license' folder)
Opening some of my patches using [sfont~], I'm getting in Pd's console: //home/joe/Pure-Data/externals/else/sfont~.l_amd64:libpcre.so.3: cannot open shared object file: No such file or directory else/sfont~ -g 0.3 ... couldn't create// / Note: The same already occurred with some previous 'rc' versions of Else. / /Thanks, Joseph Gastelais
Le 08/11/2023 à 05:08, Alexandre Torres Porres a écrit :
Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions).
One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it...
Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally).
I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels.
A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one.
A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in http://mpe.in] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now.
Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508!
More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10
Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release.
cheers
Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
Em seg., 13 de nov. de 2023 às 20:51, Linux Rouen Normandie < linux.rouen@free.fr> escreveu:
I have still no luck with [sfont~] under Manjaro Linux 23.1.
Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies...
I just updated to the latest Else 1.0-0 rc-10 thru Pd/Deken:
http://puredata.info/Members/porres/software/else/1.0-0_rc10-with_live_elect... -- 2023-11-08 05:42:23
-----> ELSE - EL Locus Solus' Externals for Pure Data <-----
- Version: 1.0-0 rc-10; (Released novemeber 7th 2023)
- Author: Alexandre Torres Porres & others
- Repository: https://github.com/porres/pd-else
- License: Do What The Fuck You Want To Public License
(unless otherwise noted in particular objects, check 'license' folder)
- ELSE 1.0-0 rc-10 needs at least Pd 0.54-1
(you have 0.54-1, you're good!)
Opening some of my patches using [sfont~], I'm getting in Pd's console:
*/home/joe/Pure-Data/externals/else/sfont~.l_amd64:libpcre.so.3: cannot open shared object file: No such file or directory else/sfont~ -g 0.3 ... couldn't create*
Note: The same already occurred with some previous 'rc' versions of Else.
Thanks, Joseph Gastelais
Le 08/11/2023 à 05:08, Alexandre Torres Porres a écrit :
Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions).
One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it...
Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally).
I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels.
A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one.
A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now.
Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508!
More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10
Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release.
cheers
Pd-announce mailing listPd-announce@lists.iem.athttps://lists.puredata.info/listinfo/pd-announce
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On Mon, 2023-11-13 at 23:09 -0300, Alexandre Torres Porres wrote:
Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies...
Yes. Nevertheless, rc9 ships with a build of sfont~ that has libpcre3 included, while rc10 ships with a build of sfont~ that links to the system version of libpcre3.
rc9 and rc10 definitely don't use the same build of sfont~.
Roman
Here below is what I'm getting searching for "libpcre3" on the whole systems. On the left Linux Mint 21.2 where [sfont~] is working okay -but- on the right Manjaro Linux 23.1 where is not working. Note: In both case nothing was found in neither /home folders where the Pd's external folders are sitting.
Le 14/11/2023 à 10:47, Roman Haefeli a écrit :
On Mon, 2023-11-13 at 23:09 -0300, Alexandre Torres Porres wrote:
Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies...
Yes. Nevertheless, rc9 ships with a build of sfont~ that has libpcre3 included, while rc10 ships with a build of sfont~ that links to the system version of libpcre3.
rc9 and rc10 definitely don't use the same build of sfont~.
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->https://lists.puredata.info/listinfo/pd-list
If I remember well the one really working was the one that Albert has compiled for Manjaro Linux few months ago.
Le 14/11/2023 à 03:09, Alexandre Torres Porres a écrit :
Em seg., 13 de nov. de 2023 às 20:51, Linux Rouen Normandie linux.rouen@free.fr escreveu:
I have still no luck with [sfont~] under Manjaro Linux 23.1.
Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies...
I just updated to the latest Else 1.0-0 rc-10 thru Pd/Deken: http://puredata.info/Members/porres/software/else/1.0-0_rc10-with_live_electronics_tutorial/else%5Bv1.0-0_rc10-with_live_electronics_tutorial%5D(Darwin-amd64-32)(Darwin-arm64-32)(Linux-amd64-32)(Windows-amd64-32).dek -- 2023-11-08 05:42:23 ------------------------------------------------------------------- -----> ELSE - EL Locus Solus' Externals for Pure Data <----- ------------------------------------------------------------------- - Version: 1.0-0 rc-10; (Released novemeber 7th 2023) - Author: Alexandre Torres Porres & others - Repository: https://github.com/porres/pd-else - License: Do What The Fuck You Want To Public License (unless otherwise noted in particular objects, check 'license' folder) - ELSE 1.0-0 rc-10 needs at least Pd 0.54-1 (you have 0.54-1, you're good!) ------------------------------------------------------------------- Opening some of my patches using [sfont~], I'm getting in Pd's console: //home/joe/Pure-Data/externals/else/sfont~.l_amd64:libpcre.so.3: cannot open shared object file: No such file or directory else/sfont~ -g 0.3 ... couldn't create// / Note: The same already occurred with some previous 'rc' versions of Else. / /Thanks, Joseph Gastelais ---------- Le 08/11/2023 à 05:08, Alexandre Torres Porres a écrit :
Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions). One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it... Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally). I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels. A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one. A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in <http://mpe.in>] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now. Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508! More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10 Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release. cheers _______________________________________________ Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Em ter., 14 de nov. de 2023 às 22:30, Linux ROUEN Normandie < linux.rouen@free.fr> escreveu:
If I remember well the one really working was the one that Albert has compiled for Manjaro Linux few months ago.
can you confirm if the rc9 release works or not please?
Joseph
Le 14/11/2023 à 03:09, Alexandre Torres Porres a écrit :
Em seg., 13 de nov. de 2023 às 20:51, Linux Rouen Normandie < linux.rouen@free.fr> escreveu:
I have still no luck with [sfont~] under Manjaro Linux 23.1.
Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies...
I just updated to the latest Else 1.0-0 rc-10 thru Pd/Deken:
http://puredata.info/Members/porres/software/else/1.0-0_rc10-with_live_elect... -- 2023-11-08 05:42:23
-----> ELSE - EL Locus Solus' Externals for Pure Data <-----
- Version: 1.0-0 rc-10; (Released novemeber 7th 2023)
- Author: Alexandre Torres Porres & others
- Repository: https://github.com/porres/pd-else
- License: Do What The Fuck You Want To Public License
(unless otherwise noted in particular objects, check 'license' folder)
- ELSE 1.0-0 rc-10 needs at least Pd 0.54-1
(you have 0.54-1, you're good!)
Opening some of my patches using [sfont~], I'm getting in Pd's console:
*/home/joe/Pure-Data/externals/else/sfont~.l_amd64:libpcre.so.3: cannot open shared object file: No such file or directory else/sfont~ -g 0.3 ... couldn't create*
Note: The same already occurred with some previous 'rc' versions of Else.
Thanks, Joseph Gastelais
Le 08/11/2023 à 05:08, Alexandre Torres Porres a écrit :
Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions).
One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it...
Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally).
I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels.
A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one.
A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now.
Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508!
More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10
Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release.
cheers
Pd-announce mailing listPd-announce@lists.iem.athttps://lists.puredata.info/listinfo/pd-announce
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Yes, ELSE 1.0-0 rc-9, released on August 31st 2023, is working under Manjaro, but only your 2nd compilation not the 1st one. It seems for this second one you have at least added 'libpcre.so.3' in /externals/else/amd64/.
Now, if I add this 'libpcre.so.3' file from the 2nd rc-9 publication to the Else 1.0-0 rc-10, released on November 7th 2023, [sfont~] is now working under Manjaro Linux.
Note for /externals/else/amd64/ folder:
it's missing 'libopus.so.0', 'libpcre.so.3', 'libreadline.so.8' and 'libtinfo.so.6' files.
Le 15/11/2023 à 02:38, Alexandre Torres Porres a écrit :
Em ter., 14 de nov. de 2023 às 22:30, Linux ROUEN Normandie linux.rouen@free.fr escreveu:
If I remember well the one really working was the one that Albert has compiled for Manjaro Linux few months ago.
can you confirm if the rc9 release works or not please?
Joseph -------------------- Le 14/11/2023 à 03:09, Alexandre Torres Porres a écrit :
Em seg., 13 de nov. de 2023 às 20:51, Linux Rouen Normandie <linux.rouen@free.fr> escreveu: I have still no luck with [sfont~] under Manjaro Linux 23.1. Didn't we take care of that some time before? like the last update or something? Wasnt it workin in rc9? it's the same binary and dependencies... I just updated to the latest Else 1.0-0 rc-10 thru Pd/Deken: http://puredata.info/Members/porres/software/else/1.0-0_rc10-with_live_electronics_tutorial/else%5Bv1.0-0_rc10-with_live_electronics_tutorial%5D(Darwin-amd64-32)(Darwin-arm64-32)(Linux-amd64-32)(Windows-amd64-32).dek -- 2023-11-08 05:42:23 ------------------------------------------------------------------- -----> ELSE - EL Locus Solus' Externals for Pure Data <----- ------------------------------------------------------------------- - Version: 1.0-0 rc-10; (Released novemeber 7th 2023) - Author: Alexandre Torres Porres & others - Repository: https://github.com/porres/pd-else - License: Do What The Fuck You Want To Public License (unless otherwise noted in particular objects, check 'license' folder) - ELSE 1.0-0 rc-10 needs at least Pd 0.54-1 (you have 0.54-1, you're good!) ------------------------------------------------------------------- Opening some of my patches using [sfont~], I'm getting in Pd's console: //home/joe/Pure-Data/externals/else/sfont~.l_amd64:libpcre.so.3: cannot open shared object file: No such file or directory else/sfont~ -g 0.3 ... couldn't create// / Note: The same already occurred with some previous 'rc' versions of Else. / /Thanks, Joseph Gastelais ---------- Le 08/11/2023 à 05:08, Alexandre Torres Porres a écrit :
Howdy, a quick update I needed to make in the middle of a course and to settle the ground for a project I'm unveiling this week in a symposium (the first draft of my modular abstractions). One new thing I have is a great gift from Tim Schoen, he just gave me this incredible object named [circuit~] that emulates analog circuitry. I'm blown away and have no idea how it works, it's just pure magic as I see it. As an atheist, I can't explain it... Tim also helped in a compild version of [conv~]. I had this very expensive abstraction and this is now a much more simplified version of the great william brent's [convolve~] object. This was one of the things on my list for a final release, so we're getting closer. By the way, I think I've said it before, I'm planning a final release next year when Tim's Plugdata reaches version 1.0 (phew, finally). I'm still extendind the MC awareness of objects in ELSE. The [sine~] , [imp~] and [adsr~] objects are now MC aware! The [adsr~] and [envgen~] also got a new audio inlet for retriggering with impulses. Including new objects, ELSE now has 70 signal objects that can deal with multichannels. A family of new objects I'm really proud of is [pm6~], [pm4~] and [pm2~]. These are 6, 4 and 2 operators synths with a modulation matrix for phase modulation. So yeah, think of DX7 and stuff. Or Native Instruments' FM8, actually. This is beautifual, and MC aware! Being MC aware makes it polyphonic with [voices~], without the need of [clone]. Did I mention I'm working on modular abstractions? Yup, one based on [pm6~] is done, and looks great with all the GUI there for you to set values in the modulation matrix, plus panning, detuning, ratio. Really damn proud of this one. A new [mono~] object offers monophonic voice management with signal rate portamento output. A [mpe.in <http://mpe.in>] object is my first take on managing MIDI Polyphonic Expression. I guess that's the highlights and it for now. Current object count is: 518 (277 signal objects and 241 control objects)! 299 coded objects (192 signal objects / 107 control objects) 219 abstractions (85 signal objects / 134 control objects) Not much new in the tutorial, just some updates and revisions to add the new objects and breaking changes in ELSE. Total number of examples is now 508! More details in https://github.com/porres/pd-else/releases/tag/v.1.0-rc10 Get it from there or deken (no raspberry pi yet). Expect this one soon in a next PlugData release. cheers _______________________________________________ Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
_______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list