To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
Em qui, 8 de ago de 2019 às 21:51, Miller Puckette msp@ucsd.edu escreveu:
Pd version 0.50-0test1 is available
Yay!
One issue I spotted in the new features is that [pdcontrol] still has a "gui" message example, I had mentioned that in https://github.com/pure-data/pure-data/commit/6d28e3fcd805ffb11cb8047f6a6fe2...
I'm hoping to be able to put out a "stable" release in a week.
Ok, I'll work more on that manual section on externals that I've been writing then (thanks for including it).
I see only bug fixes and minor issues are on the table right now. So I'd like to bring attention to three rather simple fixes that I really hoped we could have for this update, in order of priority:
had an attempt you weren't sure about, which was actually bad, but Christof nailed it in here: https://github.com/pure-data/pure-data/pull/708 - I really need this for an external in ELSE.
https://github.com/pure-data/pure-data/pull/631 but I argue it is a fix, specially the first two commits that fixes https://github.com/pure-data/pure-data/issues/629 so I think you can just cherry pick those - I can see how the rest of the PR that deals with clipping may give rise to a compatibility flag and maybe you wanna leave it for later. I also need this for an external in cyclone!
different commits and at least the first 3 commits are quite simple fixes that closes https://github.com/pure-data/pure-data/issues/693 & https://github.com/pure-data/pure-data/issues/683 - This is also needed for an external.
Moreover, there are a couple of very simple and headache free fixes that I think you could check just to get out of the way (no rush though): https://github.com/pure-data/pure-data/pull/611 & https://github.com/pure-data/pure-data/pull/609
And I see that maybe you won't have time to check this out throughly, but I've dedicated a lot of effort in trying to reorganize the whole documentation of Pd. No edits were made, unless specified in different commits, but the overall impact is more cosmetic, though some fixes have been made: https://github.com/pure-data/pure-data/pull/608
Thanks!
Em qui, 8 de ago de 2019 às 21:51, Miller Puckette msp@ucsd.edu escreveu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
for the sake of keeping things organized on github, I see we still have a 0.49-1 milestone here https://github.com/pure-data/pure-data/milestone/5 probably this was put there before releasing 0.49, anyway, this could be moved to 0.50 https://github.com/pure-data/pure-data/milestone/6 - and maybe we should have a new 0.51 milestone and start moving things to that as well :)
Em sex, 9 de ago de 2019 às 00:02, Alexandre Torres Porres porres@gmail.com escreveu:
Em qui, 8 de ago de 2019 às 21:51, Miller Puckette msp@ucsd.edu escreveu:
Pd version 0.50-0test1 is available
Yay!
One issue I spotted in the new features is that [pdcontrol] still has a "gui" message example, I had mentioned that in https://github.com/pure-data/pure-data/commit/6d28e3fcd805ffb11cb8047f6a6fe2...
I'm hoping to be able to put out a "stable" release in a week.
Ok, I'll work more on that manual section on externals that I've been writing then (thanks for including it).
I see only bug fixes and minor issues are on the table right now. So I'd like to bring attention to three rather simple fixes that I really hoped we could have for this update, in order of priority:
- Kinda overdue is this bug I first reported back in 0.46 for the delay. I
had an attempt you weren't sure about, which was actually bad, but Christof nailed it in here: https://github.com/pure-data/pure-data/pull/708 - I really need this for an external in ELSE.
- This is marked as a feature,
https://github.com/pure-data/pure-data/pull/631 but I argue it is a fix, specially the first two commits that fixes https://github.com/pure-data/pure-data/issues/629 so I think you can just cherry pick those - I can see how the rest of the PR that deals with clipping may give rise to a compatibility flag and maybe you wanna leave it for later. I also need this for an external in cyclone!
- This PR has fixes but also includes new features, so I've split into
different commits and at least the first 3 commits are quite simple fixes that closes https://github.com/pure-data/pure-data/issues/693 & https://github.com/pure-data/pure-data/issues/683 - This is also needed for an external.
Moreover, there are a couple of very simple and headache free fixes that I think you could check just to get out of the way (no rush though): https://github.com/pure-data/pure-data/pull/611 & https://github.com/pure-data/pure-data/pull/609
And I see that maybe you won't have time to check this out throughly, but I've dedicated a lot of effort in trying to reorganize the whole documentation of Pd. No edits were made, unless specified in different commits, but the overall impact is more cosmetic, though some fixes have been made: https://github.com/pure-data/pure-data/pull/608
Thanks!
Em qui, 8 de ago de 2019 às 21:51, Miller Puckette msp@ucsd.edu escreveu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Hi Miller,
thanks a lot for all your work!
I just want to point out three little features which you might still want to consider:
https://github.com/pure-data/pure-data/pull/606 ("send" method for [value])
https://github.com/pure-data/pure-data/pull/592 (add new "mode" argument to [openpanel])
Apart from selecting a single file, you can now also select a folder or multiple files.
We can finally tell people to stop abusing the internal [donecanvasdialog( method - which has caused so many troubles - and use the new public method instead.
Would be cool if you manage to queeze that in, but I also understand if you don't.
Another question: what shall we do with the netobject updates? We're almost finished, only bikesheeding multicast :-) Do you see a chance this could go to Pd 0.50 or do we have to postpone it? It don't have a problem with the latter.
Christof
PS: Other features, to be considered for future releases:
Gesendet: Freitag, 09. August 2019 um 02:09 Uhr Von: "Miller Puckette" msp@ucsd.edu An: pd-announce@iem.at Betreff: [PD] [PD-announce] pd 0.50-0 test1 released
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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 sex, 9 de ago de 2019 às 07:39, Christof Ressi christof.ressi@gmx.at escreveu:
- https://github.com/pure-data/pure-data/pull/347 (dollar-zero in
message boxes)
+1000 for this one :)
I didn't mention any features in my suggestions, but if I had picked one, that would be it!
Actually, if I'm not mistaken, I think we discussed this one being included in 0.49 but it didn't make it then, so it was promised for 0.50 - as it doesn't seem anything too complicated, I really really hope it can make it in. I do have actual dreams about being able to use this, haha...
thanks
Good stuff! Hope for double precision for low interpolation noise in buffer reading...
a.
www.elgallorojorecords.com soundcloud.com/alfonsosantimone www.facebook.com/alfonsosantimone
On Fri, Aug 9, 2019 at 4:03 PM Alexandre Torres Porres porres@gmail.com wrote:
Em sex, 9 de ago de 2019 às 07:39, Christof Ressi christof.ressi@gmx.at escreveu:
- https://github.com/pure-data/pure-data/pull/347 (dollar-zero in
message boxes)
+1000 for this one :)
I didn't mention any features in my suggestions, but if I had picked one, that would be it!
Actually, if I'm not mistaken, I think we discussed this one being included in 0.49 but it didn't make it then, so it was promised for 0.50 - as it doesn't seem anything too complicated, I really really hope it can make it in. I do have actual dreams about being able to use this, haha...
thanks _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hello Miller,
Thank you for this new version ! Tested on Ubuntu 18.04.3 LTS with Test audio and MIDI and with Gem ver: 0.94.git v0.94-29-g01b1861d. All seems OK. ++
Jack
Le 09/08/2019 à 02:09, Miller Puckette a écrit :
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
One bug found : => Edit / Disconnect Selection
Do not disconnect to objects connected (Otherwise "Connect Selection" works).
Less intelligent patching works fine too. ++
Jack
Le 09/08/2019 à 12:38, Jack a écrit :
Hello Miller,
Thank you for this new version ! Tested on Ubuntu 18.04.3 LTS with Test audio and MIDI and with Gem ver: 0.94.git v0.94-29-g01b1861d. All seems OK. ++
Jack
Le 09/08/2019 à 02:09, Miller Puckette a écrit :
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
thank you very much, miller!
very excited about the “range” in text search, hooray! and pdcontrol is super useful too!
two other observations as per release notes:
console says: pdcontrol: no method for ‘gui'
cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
"sort" doc is hidden away in "text define" (one sends "sort" message to the define object, no need for a separate "text sort" object just to do that.)
There's no "gui" method to pdcontrol anymore - I was talked out of it. I have to get it out of the help window though - will do that now.
thanks Miller
On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller!
very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too!
two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6)
console says: pdcontrol: no method for ???gui'
cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Reading this mail with interest, I just wanted to explore the sort function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort" message to the define object, no need for a separate "text sort" object just to do that.)
There's no "gui" method to pdcontrol anymore - I was talked out of it.
I have to get it out of the help window though - will do that now.thanks Miller
On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller!
very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too!
two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6) console says: pdcontrol: no method for ???gui'
cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Works here (Windows 7).
Something I'm badly missing is the ability to sort based on a certain number of fields. I think what many people would want to do is sorting lines according to the first field (only).
So I think [sort( could really take two (optional) arguments: start index (default: 0) + number of fields (<= 0: end of line -> default)
[sort 0 1( -> sort by the leading field [sort 1 1( -> sort by field 1 [sort 1( -> sort by all fields starting at 1, like the current [sort -k 1( [sort 2 2( -> sort by fields 2 and 3
etc.
What do you think?
Christof
Gesendet: Samstag, 10. August 2019 um 12:01 Uhr Von: s.lexer@incalcando.com An: "Miller Puckette" msp@ucsd.edu Cc: pd-list pd-list@iem.at, pd-announce@iem.at, "hans w. koch" hansw.koch@gmail.com Betreff: Re: [PD] [PD-announce] pd 0.50-0 test1 released
Reading this mail with interest, I just wanted to explore the sort function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort" message to the define object, no need for a separate "text sort" object just to do that.)
There's no "gui" method to pdcontrol anymore - I was talked out of it. I have to get it out of the help window though - will do that now.
thanks Miller
On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller!
very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too!
two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6) console says: pdcontrol: no method for ???gui'
cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
same here…trying to explore the sort function via helpfile (subpatch “sorting-text”) tanks pd instantly. mac OS 10.14.6
best hans
Am 10.08.2019 um 12:01 schrieb s.lexer@incalcando.com:
Reading this mail with interest, I just wanted to explore the sort function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort" message to the define object, no need for a separate "text sort" object just to do that.) There's no "gui" method to pdcontrol anymore - I was talked out of it. I have to get it out of the help window though - will do that now. thanks Miller On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller! very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too! two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6)
console says: pdcontrol: no method for ???gui' cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
confirmed on my mac 10.14.6, 'sort' blows up Pd and makes it instantly disappear
Em sáb, 10 de ago de 2019 às 13:17, hans w. koch hansw.koch@gmail.com escreveu:
same here…trying to explore the sort function via helpfile (subpatch “sorting-text”) tanks pd instantly. mac OS 10.14.6
best hans
Am 10.08.2019 um 12:01 schrieb s.lexer@incalcando.com:
Reading this mail with interest, I just wanted to explore the sort
function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or
without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort" message to
the
define object, no need for a separate "text sort" object just to do
that.)
There's no "gui" method to pdcontrol anymore - I was talked out of it.
I have
to get it out of the help window though - will do that now. thanks Miller On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller! very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too! two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6)
console says: pdcontrol: no method for ???gui' cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on
http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thanks - I've uploaded a fix to git repo - will put out a new test version once I've looked at some other problems.
M
On Sat, Aug 10, 2019 at 01:26:18PM -0300, Alexandre Torres Porres wrote:
confirmed on my mac 10.14.6, 'sort' blows up Pd and makes it instantly disappear
Em s??b, 10 de ago de 2019 ??s 13:17, hans w. koch hansw.koch@gmail.com escreveu:
same here???trying to explore the sort function via helpfile (subpatch ???sorting-text???) tanks pd instantly. mac OS 10.14.6
best hans
Am 10.08.2019 um 12:01 schrieb s.lexer@incalcando.com:
Reading this mail with interest, I just wanted to explore the sort
function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or
without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort" message to
the
define object, no need for a separate "text sort" object just to do
that.)
There's no "gui" method to pdcontrol anymore - I was talked out of it.
I have
to get it out of the help window though - will do that now. thanks Miller On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller! very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too! two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os 10.14.6)
console says: pdcontrol: no method for ???gui' cheers hans
Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu:
To Pd-announce:
Pd version 0.50-0test1 is available on
http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
cool, sort works now, but [pdcontrol] still says "or to send a command directly to the tcl/tk interpreter used for Pd's gui." in the documentation
Em sáb, 10 de ago de 2019 às 18:27, Miller Puckette msp@ucsd.edu escreveu:
Thanks - I've uploaded a fix to git repo - will put out a new test version once I've looked at some other problems.
M
On Sat, Aug 10, 2019 at 01:26:18PM -0300, Alexandre Torres Porres wrote:
confirmed on my mac 10.14.6, 'sort' blows up Pd and makes it instantly disappear
Em s??b, 10 de ago de 2019 ??s 13:17, hans w. koch <hansw.koch@gmail.com
escreveu:
same here???trying to explore the sort function via helpfile (subpatch ???sorting-text???) tanks pd instantly. mac OS 10.14.6
best hans
Am 10.08.2019 um 12:01 schrieb s.lexer@incalcando.com:
Reading this mail with interest, I just wanted to explore the sort
function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or
without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort"
message to
the
define object, no need for a separate "text sort" object just to do
that.)
There's no "gui" method to pdcontrol anymore - I was talked out of
it.
I have
to get it out of the help window though - will do that now. thanks Miller On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote:
thank you very much, miller! very excited about the ???range??? in text search, hooray! and pdcontrol is super useful too! two other observations as per release notes:
- didn??t find "sort method for text object??? ?
- pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os
10.14.6)
console says: pdcontrol: no method for ???gui' cheers hans > Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu: > > To Pd-announce: > > Pd version 0.50-0test1 is available on
http://msp.ucsd.edu/software.htm
> or (source only) via github:
https://github.com/pure-data/pure-data
> > I'm hoping to be able to put out a "stable" release in a week. > > cheers > Miller > > > > _______________________________________________ > 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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Miller, hope you catch this on time, there's a new revision of the manual you could include on 'test2' so others could revise/check out.
https://github.com/pure-data/pure-data/pull/720
thanks
Em sáb, 10 de ago de 2019 às 18:44, Alexandre Torres Porres < porres@gmail.com> escreveu:
cool, sort works now, but [pdcontrol] still says "or to send a command directly to the tcl/tk interpreter used for Pd's gui." in the documentation
Em sáb, 10 de ago de 2019 às 18:27, Miller Puckette msp@ucsd.edu escreveu:
Thanks - I've uploaded a fix to git repo - will put out a new test version once I've looked at some other problems.
M
On Sat, Aug 10, 2019 at 01:26:18PM -0300, Alexandre Torres Porres wrote:
confirmed on my mac 10.14.6, 'sort' blows up Pd and makes it instantly disappear
Em s??b, 10 de ago de 2019 ??s 13:17, hans w. koch <
hansw.koch@gmail.com>
escreveu:
same here???trying to explore the sort function via helpfile (subpatch ???sorting-text???) tanks pd instantly. mac OS 10.14.6
best hans
Am 10.08.2019 um 12:01 schrieb s.lexer@incalcando.com:
Reading this mail with interest, I just wanted to explore the sort
function.
Opening the help file and clicking on 'sort' crashes pd. :( Same in the [pd sorting] subpatch. Irrespective of whether text window is open or closed, with data or
without.
Mac OS 10.14.5, Pd-0.50-0test1
Best, Sebastian
On 2019-08-09 17:19, Miller Puckette wrote:
"sort" doc is hidden away in "text define" (one sends "sort"
message to
the
define object, no need for a separate "text sort" object just to do
that.)
There's no "gui" method to pdcontrol anymore - I was talked out of
it.
I have
to get it out of the help window though - will do that now. thanks Miller On Fri, Aug 09, 2019 at 01:52:49PM +0200, hans w. koch wrote: > thank you very much, miller! > very excited about the ???range??? in text search, hooray! > and pdcontrol is super useful too! > two other observations as per release notes: > 1. didn??t find "sort method for text object??? ? > 2. pdcontrol: the example for system command in the help file "gui
pdsend [concat bazoo [exec date]]??? didn??t work for me. (mac os
10.14.6)
> console says: pdcontrol: no method for ???gui' > cheers > hans > > Am 09.08.2019 um 02:09 schrieb Miller Puckette msp@ucsd.edu: > > > > To Pd-announce: > > > > Pd version 0.50-0test1 is available on
http://msp.ucsd.edu/software.htm
> > or (source only) via github:
https://github.com/pure-data/pure-data
> > > > I'm hoping to be able to put out a "stable" release in a week. > > > > cheers > > Miller > > > > > > > > _______________________________________________ > > 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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hi Miller,
Just to let you know: the completion plugin doesn’t seem to work with pd 0.50-0 test1. When I put an object, type for example ‘sf’ and press the tab key I get ‘… couldn’t create’ in the Pd window instead of a list of objects that include ’sf’ in their name. I’m on macos 10.14.6 and use [completion-plugin] version 0.46.1
Best!
Edwin
On 9 Aug 2019, at 09:09, Miller Puckette msp@ucsd.edu wrote:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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, 13 de ago de 2019 às 04:17, Edwin van der Heide pd@evdh.net escreveu:
Hi Miller,
Just to let you know: the completion plugin doesn’t seem to work with pd 0.50-0 test1.
Do you mean the one by Henri?
Hi Edwin!
There were modifications to the "pdtk_text.tcl" file so it's probably why it's not working.
I'll update the plugin as soon as i can!
Henri.
De: Pd-list pd-list-bounces@lists.iem.at em nome de Edwin van der Heide pd@evdh.net Enviado: terça-feira, 13 de agosto de 2019 03:56 Para: pd-list@iem.at pd-list@iem.at Assunto: Re: [PD] [PD-announce] pd 0.50-0 test1 released
Hi Miller,
Just to let you know: the completion plugin doesn’t seem to work with pd 0.50-0 test1. When I put an object, type for example ‘sf’ and press the tab key I get ‘… couldn’t create’ in the Pd window instead of a list of objects that include ’sf’ in their name. I’m on macos 10.14.6 and use [completion-plugin] version 0.46.1
Best!
Edwin
On 9 Aug 2019, at 09:09, Miller Puckette msp@ucsd.edu wrote:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thank you and everyone involved very much.
As far as I can see the List of objects aka. help-intro.pd doesn't contain the new objects jet and the description of clone reads - mak copies of a subpatch, when it should read abstraction.
m.
On 09.08.19 02:09, Miller Puckette wrote:
To Pd-announce:
Pd version 0.50-0test1 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data
I'm hoping to be able to put out a "stable" release in a week.
cheers Miller
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 seg, 19 de ago de 2019 às 12:25, Max abonnements@revolwear.com escreveu:
Thank you and everyone involved very much.
As far as I can see the List of objects aka. help-intro.pd doesn't contain the new objects jet and the description of clone reads - mak copies of a subpatch, when it should read abstraction.
It seems the concept of a subpatch includes abstractions. But I agree
thanks. Should be fixed in git now.
On Mon, Aug 19, 2019 at 12:55:23PM -0300, Alexandre Torres Porres wrote:
Em seg, 19 de ago de 2019 ??s 12:25, Max abonnements@revolwear.com escreveu:
Thank you and everyone involved very much.
As far as I can see the List of objects aka. help-intro.pd doesn't contain the new objects jet and the description of clone reads - mak copies of a subpatch, when it should read abstraction.
It seems the concept of a subpatch includes abstractions. But I agree
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list