I've released 0.54-0 test 2 - I think all the known show-soppers are taken care of... uness something appears broken I'll plan to make the 0.54-0release tomorrow.
cheers
Miller
I did a Windows build for 49daa9b and tested for:
- Audio settings (including WASAPI sample-rate changing)
- MIDI settings
- Tabbed preferences
- HTML files
and it all went good.
As for the "Windows installer" I tested https://git.iem.at/pd/pure-data/-/pipelines/11535 yesterday and it went good.
--
Mensaje telepatico asistido por maquinas.
On 03/07/2023 01:09, Miller Puckette wrote:
I've released 0.54-0 test 2 - I think all the known show-soppers are taken care of... uness something appears broken I'll plan to make the 0.54-0release tomorrow.
cheers
Miller
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On Sun, 2023-07-02 at 21:09 -0700, Miller Puckette wrote:
I've released 0.54-0 test 2 - I think all the known show-soppers are taken care of... uness something appears broken I'll plan to make the 0.54-0release tomorrow.
I couldn't find a 0.54-0test2 tag, so I tested current master (49daa9b42894).
I couldn't spot any show stoppers. Tabbed preferences are nice. To my surprise, I don't see any GUI redrawing anymore triggered by data structures, which makes the GUI much more responsive (compared to before).
One minor thing: Recently, the Pd console font got bigger, which makes it the Pd window look even smaller. 43 chars/line is way too narrow.
Roman
On 7/3/23 12:43, Roman Haefeli wrote:
One minor thing: Recently, the Pd console font got bigger, which makes it the Pd window look even smaller. 43 chars/line is way too narrow.
actually i had code that would make the Pd console *bigger* so it can hold a string of 80 chars (which to me is more sensible than the meagre 43 chars). this commit (f85b718ed57340ca2182bf6415a4c5f8bf3b3dff) was actually merged. i'm not sure why it's not being triggered. (the unfortunate thing is, that it's practically only me who touched the relevant files since then)
gmasdf IOhannes
about the bigger console, it triggered to me on test1 I think, but only after I tried to change the font size of the console, then I don't know how to go back...
Em seg., 3 de jul. de 2023 08:14, IOhannes m zmölnig zmoelnig@iem.at escreveu:
On 7/3/23 12:43, Roman Haefeli wrote:
One minor thing: Recently, the Pd console font got bigger, which makes it the Pd window look even smaller. 43 chars/line is way too narrow.
actually i had code that would make the Pd console *bigger* so it can hold a string of 80 chars (which to me is more sensible than the meagre 43 chars). this commit (f85b718ed57340ca2182bf6415a4c5f8bf3b3dff) was actually merged. i'm not sure why it's not being triggered. (the unfortunate thing is, that it's practically only me who touched the relevant files since then)
gmasdf IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 7/3/23 13:23, José de Abreu wrote:
about the bigger console, it triggered to me on test1 I think, but only after I tried to change the font size of the console, then I don't know how to go back...
ah thanks, that's the trick.
so the new resizing code kicks in if you ever change the default font of the Pd-console. since this change is remembered in the GUI-settings, the console is resized for future restarts of Pd (until you clear all the settings).
it's probably something that ought to be fixed, but I think it's low priority (as in: let's not hold this back the Pd-0.54 release)
gfdasrtas IOhannes
I'm staying tuned for the macOS app so I can test it :)
It's still not clear to me if we'll have both single and double precision versions in the same app or what.
I have to say I'm getting really annoyed and not used to the new hot area around outlets. Many many times I just want to click on an object and drag it but end up pulling out an undesired cord. Too late to do anything about it but that's it, maybe I could suggest we could set this up in preferences.
As for the documentation updates, I wanted to better describe the new features of sigmund~, add some examples, but I needed a bit more time to figure things out a bit. I'm also worried the version number won't get updated from 0.7 to 0.8 or something. I'll see if I can revise its help file a bit and change the version.
cheers
Em seg., 3 de jul. de 2023 às 10:47, IOhannes m zmoelnig zmoelnig@iem.at escreveu:
On 7/3/23 13:23, José de Abreu wrote:
about the bigger console, it triggered to me on test1 I think, but only after I tried to change the font size of the console, then I don't know
how
to go back...
ah thanks, that's the trick.
so the new resizing code kicks in if you ever change the default font of the Pd-console. since this change is remembered in the GUI-settings, the console is resized for future restarts of Pd (until you clear all the settings).
it's probably something that ought to be fixed, but I think it's low priority (as in: let's not hold this back the Pd-0.54 release)
gfdasrtas IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
ok, my last edit to the help files, I worked on [sigmund~] and the changes are important, I really think you should include this last one cause I also fixed the correct version number. For details, see https://github.com/pure-data/pure-data/pull/2042
please revise.
cheers
Em seg., 3 de jul. de 2023 às 13:46, Alexandre Torres Porres < porres@gmail.com> escreveu:
I'm staying tuned for the macOS app so I can test it :)
It's still not clear to me if we'll have both single and double precision versions in the same app or what.
I have to say I'm getting really annoyed and not used to the new hot area around outlets. Many many times I just want to click on an object and drag it but end up pulling out an undesired cord. Too late to do anything about it but that's it, maybe I could suggest we could set this up in preferences.
As for the documentation updates, I wanted to better describe the new features of sigmund~, add some examples, but I needed a bit more time to figure things out a bit. I'm also worried the version number won't get updated from 0.7 to 0.8 or something. I'll see if I can revise its help file a bit and change the version.
cheers
Em seg., 3 de jul. de 2023 às 10:47, IOhannes m zmoelnig zmoelnig@iem.at escreveu:
On 7/3/23 13:23, José de Abreu wrote:
about the bigger console, it triggered to me on test1 I think, but only after I tried to change the font size of the console, then I don't know
how
to go back...
ah thanks, that's the trick.
so the new resizing code kicks in if you ever change the default font of the Pd-console. since this change is remembered in the GUI-settings, the console is resized for future restarts of Pd (until you clear all the settings).
it's probably something that ought to be fixed, but I think it's low priority (as in: let's not hold this back the Pd-0.54 release)
gfdasrtas IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Drat, I already built 0.54-0 before seeing this. Don't worry, it will make it into 0.54-1 which I'm sure will be needed before long :)
On 7/3/23 12:18, Alexandre Torres Porres wrote:
ok, my last edit to the help files, I worked on [sigmund~] and the changes are important, I really think you should include this last one cause I also fixed the correct version number. For details, see https://github.com/pure-data/pure-data/pull/2042
please revise.
cheers
Em seg., 3 de jul. de 2023 às 13:46, Alexandre Torres Porres porres@gmail.com escreveu:
I'm staying tuned for the macOS app so I can test it :) It's still not clear to me if we'll have both single and double precision versions in the same app or what. I have to say I'm getting really annoyed and not used to the new hot area around outlets. Many many times I just want to click on an object and drag it but end up pulling out an undesired cord. Too late to do anything about it but that's it, maybe I could suggest we could set this up in preferences. As for the documentation updates, I wanted to better describe the new features of sigmund~, add some examples, but I needed a bit more time to figure things out a bit. I'm also worried the version number won't get updated from 0.7 to 0.8 or something. I'll see if I can revise its help file a bit and change the version. cheers Em seg., 3 de jul. de 2023 às 10:47, IOhannes m zmoelnig <zmoelnig@iem.at> escreveu: On 7/3/23 13:23, José de Abreu wrote: > about the bigger console, it triggered to me on test1 I think, but only > after I tried to change the font size of the console, then I don't know how > to go back... ah thanks, that's the trick. so the new resizing code kicks in if you ever change the default font of the Pd-console. since this change is remembered in the GUI-settings, the console is resized for future restarts of Pd (until you clear all the settings). it's probably something that ought to be fixed, but I think it's low priority (as in: let's not hold this back the Pd-0.54 release) gfdasrtas IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Haha, yeah, this one will probably need a bug fix release soon, let's see.
thanks!
Em ter., 4 de jul. de 2023 às 00:54, Miller Puckette < mpuckette@cloud.ucsd.edu> escreveu:
Drat, I already built 0.54-0 before seeing this. Don't worry, it will make it into 0.54-1 which I'm sure will be needed before long :)
On 7/3/23 12:18, Alexandre Torres Porres wrote:
ok, my last edit to the help files, I worked on [sigmund~] and the changes are important, I really think you should include this last one cause I also fixed the correct version number. For details, see https://github.com/pure-data/pure-data/pull/2042
please revise.
cheers
Em seg., 3 de jul. de 2023 às 13:46, Alexandre Torres Porres porres@gmail.com escreveu:
I'm staying tuned for the macOS app so I can test it :) It's still not clear to me if we'll have both single and double precision versions in the same app or what. I have to say I'm getting really annoyed and not used to the new hot area around outlets. Many many times I just want to click on an object and drag it but end up pulling out an undesired cord. Too late to do anything about it but that's it, maybe I could suggest we could set this up in preferences. As for the documentation updates, I wanted to better describe the new features of sigmund~, add some examples, but I needed a bit more time to figure things out a bit. I'm also worried the version number won't get updated from 0.7 to 0.8 or something. I'll see if I can revise its help file a bit and change the version. cheers Em seg., 3 de jul. de 2023 às 10:47, IOhannes m zmoelnig <zmoelnig@iem.at> escreveu: On 7/3/23 13:23, José de Abreu wrote: > about the bigger console, it triggered to me on test1 I think, but only > after I tried to change the font size of the console, then I don't know how > to go back... ah thanks, that's the trick. so the new resizing code kicks in if you ever change the default font of the Pd-console. since this change is remembered in the GUI-settings, the console is resized for future restarts of Pd (until you clear all the settings). it's probably something that ought to be fixed, but I think it's low priority (as in: let's not hold this back the Pd-0.54 release) gfdasrtas IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list