hi all...
i've set up a wiki to collect topics for the developer meetings on irc:
http://puredata.org/Members/timblech/developerwiki
feel free to add topics, that are supposed to be discussed there ... it can also be used to propose a date ...
cheers ... tim
On Wed, 9 Feb 2005, Tim Blechmann wrote:
i've set up a wiki to collect topics for the developer meetings on irc: http://puredata.org/Members/timblech/developerwiki feel free to add topics, that are supposed to be discussed there ... it can also be used to propose a date ...
Apparently, in the meantime, this has moved to:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
******************************************************************* * NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 * *******************************************************************
This is the FINAL date, because the people we delayed the meeting for have, to my knowledge, not proposed any other date. (contact me if you believe i may have accidentally skipped a mail on this...)
Tim's list of topics (from the link above): -------------------------------------------
fft, position of the nyquist bin, fftw, sign of the complex part of rfft~ irfft~
behaviour of audio arrays (references to _array or a_vec?)
adding callback-based scheduling?
memory locking resulting in segmentation faults
locking mechanism for g_arrays to make a threaded soundfiler threadsafe
threadsafety of pd in general (e.g. improved idle callbacks)
alsa midi support (higgs: I'll even raise my hand and offer to start this if pd-dev likes.)
Matju's list of topics (from the link above): ---------------------------------------------
devel_0_38 bug in loading of externals (mystery and major hurdle)
distribution of devel_0_38 (tarballs, rpm's, etc.)
unit-testing in pd : how to ensure pd's functionalities work, and continue to work even when changes (major or minor) are made to pd itself or any supporting libraries
improving error-handling in pd (important if unit-testing of pd is done using pd patches); this would consist of a way for a pd patch to trap an error message and process it. For example, sending a message to [error]? would make that same message go out of left inlet, except that if ever pd_error() is called before returning, the message gets sent by right-outlet of [error]? instead of (or in addition to) being printed in the console.
fixing miller's console: how to make it optional? not all error messages are being rerouted to the Pd console, and when Pd dies early there is no way to see those messages. Matju's console is optional, but is found only in impd_0_37 and would cvs-conflict with Miller's. Also: control the urge to remove the term-window, or at least tell people how they're supposed to reenable it in case of need. (or figure a way to reroute stdout/stderr portably! no fork() in mingw)
integration of impd_0_37 to devel_0_38; especially, making sure the merge of miller_0_39 and devel_0_38 will be smooth enough, so that less efforts get wasted.
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
Can you remind me of the IRC address and what's a good client (gaim?) ... never tried IRC before.
thanks Miller
On Mon, Feb 21, 2005 at 04:19:42PM -0500, Mathieu Bouchard wrote:
On Wed, 9 Feb 2005, Tim Blechmann wrote:
i've set up a wiki to collect topics for the developer meetings on irc: http://puredata.org/Members/timblech/developerwiki feel free to add topics, that are supposed to be discussed there ... it can also be used to propose a date ...
Apparently, in the meantime, this has moved to:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
This is the FINAL date, because the people we delayed the meeting for have, to my knowledge, not proposed any other date. (contact me if you believe i may have accidentally skipped a mail on this...)
Tim's list of topics (from the link above):
fft, position of the nyquist bin, fftw, sign of the complex part of rfft~ irfft~
behaviour of audio arrays (references to _array or a_vec?)
adding callback-based scheduling?
memory locking resulting in segmentation faults
locking mechanism for g_arrays to make a threaded soundfiler threadsafe
threadsafety of pd in general (e.g. improved idle callbacks)
alsa midi support (higgs: I'll even raise my hand and offer to start this if pd-dev likes.)
Matju's list of topics (from the link above):
devel_0_38 bug in loading of externals (mystery and major hurdle)
distribution of devel_0_38 (tarballs, rpm's, etc.)
unit-testing in pd : how to ensure pd's functionalities work, and continue to work even when changes (major or minor) are made to pd itself or any supporting libraries
improving error-handling in pd (important if unit-testing of pd is done using pd patches); this would consist of a way for a pd patch to trap an error message and process it. For example, sending a message to [error]? would make that same message go out of left inlet, except that if ever pd_error() is called before returning, the message gets sent by right-outlet of [error]? instead of (or in addition to) being printed in the console.
fixing miller's console: how to make it optional? not all error messages are being rerouted to the Pd console, and when Pd dies early there is no way to see those messages. Matju's console is optional, but is found only in impd_0_37 and would cvs-conflict with Miller's. Also: control the urge to remove the term-window, or at least tell people how they're supposed to reenable it in case of need. (or figure a way to reroute stdout/stderr portably! no fork() in mingw)
integration of impd_0_37 to devel_0_38; especially, making sure the merge of miller_0_39 and devel_0_38 will be smooth enough, so that less efforts get wasted.
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
On Mon, 21 Feb 2005, Miller Puckette wrote:
Can you remind me of the IRC address and what's a good client (gaim?) ... never tried IRC before.
Some swear by xchat (me) and some swear by ksirc (alex).
In the days when I was using gaim, it only was handling AOL Instant Messenger (hence the name gaim), so I never tried its IRC mode, so I can't tell.
Basically, what you need to know:
* the protocol is called IRC * IRC has several networks and ours is called FreeNode * FreeNode has several servers. Use "irc.freenode.net" to pick one automatically * choose a screen name (a "nick") like mpuckette or something * join our chatroom with the command: /join #dataflow
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
Coo, thanks... see you Friday.
Miller
On Mon, Feb 21, 2005 at 11:27:56PM -0500, Mathieu Bouchard wrote:
On Mon, 21 Feb 2005, Miller Puckette wrote:
Can you remind me of the IRC address and what's a good client (gaim?) ... never tried IRC before.
Some swear by xchat (me) and some swear by ksirc (alex).
In the days when I was using gaim, it only was handling AOL Instant Messenger (hence the name gaim), so I never tried its IRC mode, so I can't tell.
Basically, what you need to know:
- the protocol is called IRC
- IRC has several networks and ours is called FreeNode
- FreeNode has several servers. Use "irc.freenode.net" to pick one automatically
- choose a screen name (a "nick") like mpuckette or something
- join our chatroom with the command: /join #dataflow
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
On Mon, 21 Feb 2005, Mathieu Bouchard wrote:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
Ok, this is a reminder for the followup of the above meeting. It's THIS FRIDAY UTC 18.00. So yes, this is in less than 24 hours from now (however it was first announced during the previous meeting)
The topics of the meeting are essentially the same, as most of them are still open questions. You can bring new topics as you wish (it's good to list them on the wiki; use the above url)
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
So maybe we should have the timezone discussion now ;)
Correct me if I am wrong:
10.00 Pacific Time 13.00 Eastern Time 18.00 UTC 19.00 Central European
Right? Those are the major timezones...
This site seems to say that: http://www.radioing.com/hamradio/clock.html
.hc
On Mar 17, 2005, at 10:15 PM, Mathieu Bouchard wrote:
On Mon, 21 Feb 2005, Mathieu Bouchard wrote:
http://puredata.org/Members/timblech/ TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
Ok, this is a reminder for the followup of the above meeting. It's THIS FRIDAY UTC 18.00. So yes, this is in less than 24 hours from now (however it was first announced during the previous meeting)
The topics of the meeting are essentially the same, as most of them are still open questions. You can bring new topics as you wish (it's good to list them on the wiki; use the above url)
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
________________________________________________________________________ ____
Man has survived hitherto because he was too ignorant to know how to realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams
On Fri, 18 Mar 2005, Hans-Christoph Steiner wrote:
So maybe we should have the timezone discussion now ;) Correct me if I am wrong: 10.00 Pacific Time 13.00 Eastern Time 18.00 UTC 19.00 Central European Right? Those are the major timezones...
Sounds right.
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
On Fri, 18 Mar 2005, Mathieu Bouchard wrote:
On Fri, 18 Mar 2005, Hans-Christoph Steiner wrote:
So maybe we should have the timezone discussion now ;) Correct me if I am wrong: 10.00 Pacific Time 13.00 Eastern Time 18.00 UTC 19.00 Central European Right? Those are the major timezones...
Sounds right.
This time it will be:
9.00 Pacific Time (Miller) 12.00 Eastern Time (Mathieu, Alex, Hans, Ben, ...) 17.00 UTC 19.00 Central European
I'm sorry for the people in Europe, but I'm really not sure that earlier than 9.00 is ok with Miller...
This week, there are three things of note, time-zone wise:
Europe enters summer time Canada and Northern USA only enter summer time next week California never enters summer time
As usual, the meeting will last two hours (or a bit more).
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
On Thu, 17 Mar 2005, Mathieu Bouchard wrote:
On Mon, 21 Feb 2005, Mathieu Bouchard wrote:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
Ok, this is a reminder for the followup of the above meeting. It's THIS FRIDAY UTC 18.00. So yes, this is in less than 24 hours from now (however it was first announced during the previous meeting)
Next dev meeting 2004.04.01 UTC 17.00.
Previous logs at:
[2] http://artengine.ca/matju/dataflow-20050318-meeting.irc [1] http://artengine.ca/matju/dataflow-20050226-meeting.irc
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju
On Thu, 17 Mar 2005, Mathieu Bouchard wrote:
On Mon, 21 Feb 2005, Mathieu Bouchard wrote:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
Ok, this is a reminder for the followup of the above meeting. It's THIS FRIDAY UTC 18.00. So yes, this is in less than 24 hours from now (however it was first announced during the previous meeting)
Hi,
Sorry I missed this one. Well hope the the 1st of April one is for real ..
Guenter
The topics of the meeting are essentially the same, as most of them are still open questions. You can bring new topics as you wish (it's good to list them on the wiki; use the above url)
Mathieu Bouchard -=- Montr�al QC Canada -=- http://artengine.ca/matju
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev
On Mon, 21 Mar 2005, [X-UNKNOWN] günter geiger wrote:
On Thu, 17 Mar 2005, Mathieu Bouchard wrote:
On Mon, 21 Feb 2005, Mathieu Bouchard wrote:
http://puredata.org/Members/timblech/TopicsForTheDeveloperMeetingsOnIrc/
- NOTE: THE MEETING WILL BE HELD ON FRIDAY FEBRUARY 25, UTC 17.00 *
Ok, this is a reminder for the followup of the above meeting. It's THIS FRIDAY UTC 18.00. So yes, this is in less than 24 hours from now (however it was first announced during the previous meeting)
Sorry I missed this one. Well hope the the 1st of April one is for real ..
Last year, my April's Fool's joke was that I released GridFlow 2.42 and changed name to Nicolai V. Stavrogin. This year it is that I make no April's Fool's joke (Kurt Goedel would be proud of me). The meeting on April 1 is real.
HOWEVER, the meeting on April exp(i*pi/2) is imaginary.
_____________________________________________________________________ Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju