SourceForge.net | 1 Jun 2008 11:59
Picon
Favicon

[ pure-data-Patches-1975056 ] show whole subpatch name in window title

Patches item #1975056, was opened at 2008-05-27 11:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1975056&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 4
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: show whole subpatch name in window title

Initial Comment:
Since you can type a whole long list of atoms in the subpatch object box, it is also useful to show this whole
name in the window title.  This patch does that.

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-01 05:59

Message:
Logged In: YES 
user_id=27104
(Continue reading)

Hans-Christoph Steiner | 1 Jun 2008 11:29
Gravatar

Re: compiling pd


Do you have the jack dev package installed?

.hc

On Jun 1, 2008, at 12:08 AM, Rich E wrote:

Those configure settings work for me.  Do you have the jack development packages/headers installed for your system?  Is jack found by the configure script? This is what I get:

r <at> pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack
checking for jack_set_xrun_callback in -ljack... yes
checking for jack_set_error_function in -ljack... yes

And i also get a -DUSEAPI_JACK linking flag when compiling.

-rich

On Sat, May 31, 2008 at 1:26 PM, forwind <forward-hRp4WuybtY7R7s880joybQ@public.gmane.org> wrote:
Hi all,

I am trying to compile pd 0.41-4 on a amd 64 bit machine.
I'm using:
/configure --enable-alsa=yes --enable-jack=yes --enable-oss=no

This results in make building with
cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS
-fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M

The binary builds with any problems but when I run it there is no option
for jack or alsa (within the audio settings drop down) ?

The card works fine through alsa/jack.

Any ideas?


Conor


_______________________________________________
PD-dev mailing list
PD-dev-3mXD6pJrRzU@public.gmane.org
http://lists.puredata.info/listinfo/pd-dev

_______________________________________________
PD-dev mailing list




----------------------------------------------------------------------------

                            kill your television


_______________________________________________
PD-dev mailing list
PD-dev@...
http://lists.puredata.info/listinfo/pd-dev
forwind | 1 Jun 2008 14:54

Re: compiling pd

>> Do you have the jack dev package installed?
yep
I installed the standard libjack-dev library from apt-get (running
ubuntu studio 64 8.04)

>> r <at> pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack
> > checking for jack_set_xrun_callback in -ljack... yes
> > checking for jack_set_error_function in -ljack... yes

I also have the same configure output and the '-DUSEAPI_JACK' linking
flag is used. The version from apt-get works fine (as in runs with
options for alsa and jack). Don't have a clue what is isn't talking to
alsa. Everything else is ?

Conor

On Sun, 2008-06-01 at 11:29 +0200, Hans-Christoph Steiner wrote:
> 
> 
> Do you have the jack dev package installed?
> 
> 
> .hc
> 
> On Jun 1, 2008, at 12:08 AM, Rich E wrote:
> 
> > Those configure settings work for me.  Do you have the jack
> > development packages/headers installed for your system?  Is jack
> > found by the configure script? This is what I get:
> > 
> > r <at> pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack
> > checking for jack_set_xrun_callback in -ljack... yes
> > checking for jack_set_error_function in -ljack... yes
> > 
> > And i also get a -DUSEAPI_JACK linking flag when compiling.
> > 
> > -rich
> > 
> > On Sat, May 31, 2008 at 1:26 PM, forwind <forward@...>
> > wrote:
> >         Hi all,
> >         
> >         I am trying to compile pd 0.41-4 on a amd 64 bit machine.
> >         I'm using:
> >         /configure --enable-alsa=yes --enable-jack=yes
> >         --enable-oss=no
> >         
> >         This results in make building with
> >         cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS
> >         -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M
> >         
> >         The binary builds with any problems but when I run it there
> >         is no option
> >         for jack or alsa (within the audio settings drop down) ?
> >         
> >         The card works fine through alsa/jack.
> >         
> >         Any ideas?
> >         
> >         
> >         Conor
> >         
> >         
> >         _______________________________________________
> >         PD-dev mailing list
> >         PD-dev@...
> >         http://lists.puredata.info/listinfo/pd-dev
> > 
> > _______________________________________________
> > PD-dev mailing list
> > PD-dev@...
> > http://lists.puredata.info/listinfo/pd-dev
> 
> 
> 
> 
> 
> 
> ----------------------------------------------------------------------------
> 
> 
> 
>                             kill your television
> 
> 
> 
SourceForge.net | 1 Jun 2008 16:38
Picon
Favicon

[ pure-data-Patches-1981332 ] add path arg to openpanel and savepanel

Patches item #1981332, was opened at 2008-06-01 10:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Nobody/Anonymous (nobody)
Summary: add path arg to openpanel and savepanel

Initial Comment:
This patch adds a path argument to openpanel and savepanel which is saved whenever the enclosing patch is saved.
I used A_GIMME for the argument, but only a single symbol will be used, any other args will be quietly ignored.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736
SourceForge.net | 2 Jun 2008 00:54
Picon
Favicon

[ pure-data-Patches-1981332 ] add path arg to openpanel and savepanel

Patches item #1981332, was opened at 2008-06-01 10:38
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Nobody/Anonymous (nobody)
Summary: add path arg to openpanel and savepanel

Initial Comment:
This patch adds a path argument to openpanel and savepanel which is saved whenever the enclosing patch is saved.
I used A_GIMME for the argument, but only a single symbol will be used, any other args will be quietly ignored.

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-01 18:54

Message:
Logged In: YES 
user_id=27104
Originator: NO

how about using all of the arguments as the path name?  That way you can
easily include paths that have spaces in them, which are quite common.  you
can see an example of how to convert the argv t_atom list to a binbuf then
to a string here, in function print_new():

http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/v0-40/pd/src/x_interface.c?view=markup

Ideally, it would also handle commas, etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736
SourceForge.net | 2 Jun 2008 04:20
Picon
Favicon

[ pure-data-Bugs-1848069 ] pdp_qt makes pd crash when saving patch (OSX 10.5.1)

Bugs item #1848069, was opened at 2007-12-10 10:34
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848069&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: wonderingwout (wonderingwout)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pdp_qt makes pd crash when saving patch (OSX 10.5.1)

Initial Comment:
Specs:
- MacBook 1,83 with 2GB ram and MacOSX Leopard (10.5.1)
- Movie with JPEG compression, 640x480 px and 15 fps
- Pd version 0.39.3-extended-rc5

If a movie is loaded into pdp_qt, after hitting save pd will definitely crash. Sometimes pd will crash
anyway by saving a patch.

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2008-06-01 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-18 11:48

Message:
Logged In: YES 
user_id=27104
Originator: NO

I could not reproduce this on Mac OS X 10.5.2 using Pd-extended
0.40.3-20080517.  There have been a number of significant changes related
to PDP, so I think this is fixed, please test it and report back if it
still crashes for you.  A patch that triggers the crash makes it 100%
easier to fix the bug.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1848069&group_id=55736
Tarakajian, Samuel | 2 Jun 2008 17:03
Favicon

Understanding Pd source code

Hi all,

So I was hoping to write a sound editing application using Pd to do all the signal processing.  More exactly, I
wanted to use pieces of Pd's sound processing architecture without other parts of Pd, like the GUI.  It
seems like to do this would require a very in-depth understanding of the Pd source code, but even after
reading every document in the Developer's section of the Pd website, I still understand very little of how
Pd works.

Could someone point me in the direction of a guide to the Pd source code (assuming such a thing exists)?  Or,
failing that,  is there someone in particular who might have some insight whom I should talk to?  Any help at
all would be greatly appreciated.

-Sam
SourceForge.net | 2 Jun 2008 18:08
Picon
Favicon

[ pure-data-Patches-1981332 ] add path arg to openpanel and savepanel

Patches item #1981332, was opened at 2008-06-01 10:38
Message generated for change (Comment added) made by mrpeach
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Nobody/Anonymous (nobody)
Summary: add path arg to openpanel and savepanel

Initial Comment:
This patch adds a path argument to openpanel and savepanel which is saved whenever the enclosing patch is saved.
I used A_GIMME for the argument, but only a single symbol will be used, any other args will be quietly ignored.

----------------------------------------------------------------------

>Comment By: Martin Peach (mrpeach)
Date: 2008-06-02 12:08

Message:
Logged In: YES 
user_id=919007
Originator: YES

OK, here is a patch that just makes a path from all the arguments. If the
path doesn't work it seems to be quietly ignored by tcl. Not sure which OSs
allow commas in file names...

File Added: panelpatch2.diff

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-01 18:54

Message:
Logged In: YES 
user_id=27104
Originator: NO

how about using all of the arguments as the path name?  That way you can
easily include paths that have spaces in them, which are quite common.  you
can see an example of how to convert the argv t_atom list to a binbuf then
to a string here, in function print_new():

http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/v0-40/pd/src/x_interface.c?view=markup

Ideally, it would also handle commas, etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736
SourceForge.net | 2 Jun 2008 19:04
Picon
Favicon

[ pure-data-Patches-1981332 ] add path arg to openpanel and savepanel

Patches item #1981332, was opened at 2008-06-01 10:38
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Nobody/Anonymous (nobody)
Summary: add path arg to openpanel and savepanel

Initial Comment:
This patch adds a path argument to openpanel and savepanel which is saved whenever the enclosing patch is saved.
I used A_GIMME for the argument, but only a single symbol will be used, any other args will be quietly ignored.

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-02 13:04

Message:
Logged In: YES 
user_id=27104
Originator: NO

FYI: commas are valid in all the major filesystems, EXT2/3, HFS+, NTFS,
XFS, etc.  I think even FAT supports commas.  Same with semi-colons.

Basically, the NTFS restrictions are the common denominator
(http://en.wikipedia.org/wiki/NTFS), you can't use these characters:

U+0000 (NUL) / (slash) \ (backslash) : (colon) * (asterisk) ? (Question
mark) " (quote) < (less than) > (greater than) and | (pipe)

EXT2/3 only limits (NULL /) and HFS+ APIs limit (NULL / :) 

----------------------------------------------------------------------

Comment By: Martin Peach (mrpeach)
Date: 2008-06-02 12:08

Message:
Logged In: YES 
user_id=919007
Originator: YES

OK, here is a patch that just makes a path from all the arguments. If the
path doesn't work it seems to be quietly ignored by tcl. Not sure which OSs
allow commas in file names...

File Added: panelpatch2.diff

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-01 18:54

Message:
Logged In: YES 
user_id=27104
Originator: NO

how about using all of the arguments as the path name?  That way you can
easily include paths that have spaces in them, which are quite common.  you
can see an example of how to convert the argv t_atom list to a binbuf then
to a string here, in function print_new():

http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/v0-40/pd/src/x_interface.c?view=markup

Ideally, it would also handle commas, etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736
SourceForge.net | 2 Jun 2008 19:22
Picon
Favicon

[ pure-data-Patches-1981332 ] add path arg to openpanel and savepanel

Patches item #1981332, was opened at 2008-06-01 10:38
Message generated for change (Comment added) made by mrpeach
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Nobody/Anonymous (nobody)
Summary: add path arg to openpanel and savepanel

Initial Comment:
This patch adds a path argument to openpanel and savepanel which is saved whenever the enclosing patch is saved.
I used A_GIMME for the argument, but only a single symbol will be used, any other args will be quietly ignored.

----------------------------------------------------------------------

>Comment By: Martin Peach (mrpeach)
Date: 2008-06-02 13:22

Message:
Logged In: YES 
user_id=919007
Originator: YES

Of course you're right. In my experience of cross-platformity though it's
best to use underscores instead of spaces, never start a filename with a
number, and otherwise use only alphanumeric characters in file names. It
just _always_ works that way.

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-02 13:04

Message:
Logged In: YES 
user_id=27104
Originator: NO

FYI: commas are valid in all the major filesystems, EXT2/3, HFS+, NTFS,
XFS, etc.  I think even FAT supports commas.  Same with semi-colons.

Basically, the NTFS restrictions are the common denominator
(http://en.wikipedia.org/wiki/NTFS), you can't use these characters:

U+0000 (NUL) / (slash) \ (backslash) : (colon) * (asterisk) ? (Question
mark) " (quote) < (less than) > (greater than) and | (pipe)

EXT2/3 only limits (NULL /) and HFS+ APIs limit (NULL / :) 

----------------------------------------------------------------------

Comment By: Martin Peach (mrpeach)
Date: 2008-06-02 12:08

Message:
Logged In: YES 
user_id=919007
Originator: YES

OK, here is a patch that just makes a path from all the arguments. If the
path doesn't work it seems to be quietly ignored by tcl. Not sure which OSs
allow commas in file names...

File Added: panelpatch2.diff

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-06-01 18:54

Message:
Logged In: YES 
user_id=27104
Originator: NO

how about using all of the arguments as the path name?  That way you can
easily include paths that have spaces in them, which are quite common.  you
can see an example of how to convert the argv t_atom list to a binbuf then
to a string here, in function print_new():

http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/v0-40/pd/src/x_interface.c?view=markup

Ideally, it would also handle commas, etc.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1981332&group_id=55736

Gmane