Re: [PD] Spotlight Importer for OS X

2008-06-27 Thread Hans-Christoph Steiner

On Jun 27, 2008, at 2:23 AM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 12:11 PM, Hans-Christoph Steiner  
 [EMAIL PROTECTED] wrote:

 On Jun 20, 2008, at 2:34 PM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 5:15 AM, Hans-Christoph Steiner
 [EMAIL PROTECTED] wrote:

 On Jun 20, 2008, at 1:55 PM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 4:02 AM, Hans-Christoph Steiner
 [EMAIL PROTECTED] wrote:

 Does this work at all on 10.4/Tiger?

 Yes, it's configured by default to work with both 10.4 and 10.5.

 Any idea whether it would cause problems on 10.3?  That's not a  
 make-
 or-break thing, but it would be nice if it could still work on  
 10.3.
 As for including the Info.plist changes in v0-40, it would need  
 to be
 throughly tested before including it.  Currently, there are only a
 couple outstanding bugs that need to be fixed for this release
 (AFAIK), so I am really hesitant to include something totally new.

 According to this http://developer.apple.com/qa/qa2005/ 
 qa1406.html the
 public.plain-text UTI we're using existed in 10.3.  Also, this seems
 to be a transitional document for 10.310.4, and doesn't include any
 callouts except:  Note: UTIs are available in Mac OS X v10.3  
 Panther
 and later. Mac OS X v10.4 Tiger added many new types and integrated
 support throughout the operating system.

 So I think it won't be a problem for the keys in the plist, and  
 in the
 future, 10.3 should just ignore the
 Library/Spotlight/PureData.mdimporter file just as it would  
 ignore any
 other file it didn't recognize in the bundle.


 Ok, sounds like it is worth trying to add the Info.plist UTI stuff to
 this release.  Feel free to add it now to branches/pd-extended/v0-40,
 but please test it.

 .hc

 Yo, sorry I didn't read that closely and thought you were comfortable
 with adding the whole kit n' kaboodle, sorry about that.

It just seems to be a big unknown, and adding a big unknown in the  
last days before releasing has bitten me before.

Which reminds me: Could you give a specific example of what the  
Spotlight Importer does?  I don't quite get it.


.hc




 As for building it, how do you build it yourself?  That's  
 usually a
 good starting point for adding it to the auto-build.  If it is an
 xcode project, you can use the command line tool xcodebuild.

 Yo,
 I just built in with the build button : ).  I like buttons...
 So yea, I have the project.  Looks like it builds aok with
 xcodebuild,
 thanks for the tip.  Where should I put the project folder?

 Good question. The first place I thought of is packages/darwin_app
 since it is only for things related to the Pd.app for Mac OS X.
 Maybe:

 packages/darwin_app/spotlight_importer

 Then it probalby makes sense to make a separate  
 'spotlight_importer:'
 target in packages/darwin_app/Makefile to build and install it.

 .hc

 Will do.
 Cheers
 Luke



 - 
 ---
 

 All information should be free.  - the hacker ethic





 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list





 


'You people have such restrictive dress for women,’ she said,  
hobbling away in three inch heels and panty hose to finish out  
another pink-collar temp pool day.  - “Hijab Scene #2, by Mohja Kahf



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] object name and anti aliasing technique : WAS : Re: better tabread4~

2008-06-27 Thread cyrille henry


Charles Henry a écrit :
 On Thu, Jun 26, 2008 at 12:36 PM, cyrille henry
 [EMAIL PROTECTED] wrote:
 
 then, it's possibile to have interpolation using more points, and also
 interpolation that offer antialiasing.

 BTW : i just commited a tabosc4aa~ (aa is for anti aliasing).
 this is also just a test.
 it's far from perfect, but lot's better than the original tabread4~ when
 dealing with high pitch transposition.
 for now, i did this with a classic 8x upsampling + biquad filter inside the
 tabread4aa~ (ok, this is more cpu intensive : about 1 to 1.5 % cpu)
 before i'm doing more work on this, did anyone have experience with this?
 
 To me, the upsampling is not a good approach for anti-aliasing.  This
 means, you have to interpolate, then filter, then sample again.
yes, i know.
but it's this way i've got the best result.
if anyone want to try something else

 
 But you will wind up applying your filter at a lot of points, which
 will just be discarded.

the current implementation use a 4 time upsampling, so it's not so inefficient, 
the result are quite good.


 
 In fewer steps, (I think) we can modify the interpolation function
 continuously as the speed changes.  Rather than filtering on a long
 signal, just filter it in place.  The part that gets tricky is that
 the DFT is a lot less relevant, and you have to rely upon continuous
 functions instead.

Shannon interpolation use sinc function.
with 16 points interpolation i was not able to have the same quality as the 4 
times oversampled 4 points interpolation

plus you also have to compute a 2D table of sinc function for improving 
performance (so you also have to interpolate in this 2D table).

maybe it's the way to do a 128 points, very heavy, but almost perfect sounding 
interpolation that could be used in non real time.
i should give it an other try, but i think i'll not have the time soon.
(will finish the other one thirst).


anyway, i don't know a lot's on this subject, so any help is welcome


cyrille

 
 I didn't make any progress today... and friday is gone for sure :)  I
 will calculate the spectrum for tabread4c~ on Saturday, I think.
 
 I'm down with the project, but I can't really see the big picture for
 a tabread/vd/tabosc lib yet.
 
 Chuck
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] more eee trouble (on xandros)

2008-06-27 Thread Hans-Christoph Steiner


Sounds like you are missing Tk (aka libtk).  you will definitely need  
that if you want to see the GUI.  It should now run without the GUI  
like this:


pd -nogui

.hc

On Jun 27, 2008, at 4:59 AM, potax flan wrote:


hi
im trying to install extended using hans' deb package and xandros  
(i know ubuntu and debian are better but i do wanna keep this)

when i launch pd from the terminal i get:
/usr/lib/pd/bin/pd-gui: error while loading shared libraries:
libtk8.4.so.0: cannot open shared object file: no such file or
directory

am i missing a library?
how to fix it?
thanks

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list




 



  ¡El pueblo unido jamás será vencido!


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [pd] where is sssad?

2008-06-27 Thread hard off
i have sssad on my system, so i definitely found it once.

but no matter what i enter into google, i can't find it again.

please help.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] more eee trouble (on xandros)

2008-06-27 Thread potax flan
so how do i install tk?
thanks


On Fri, Jun 27, 2008 at 12:40 PM, Hans-Christoph Steiner [EMAIL PROTECTED]
wrote:


 Sounds like you are missing Tk (aka libtk).  you will definitely need that
 if you want to see the GUI.  It should now run without the GUI like this:

 pd -nogui

 .hc

 On Jun 27, 2008, at 4:59 AM, potax flan wrote:

 hi
 im trying to install extended using hans' deb package and xandros (i know
 ubuntu and debian are better but i do wanna keep this)
 when i launch pd from the terminal i get:
 /usr/lib/pd/bin/pd-gui: error while loading shared libraries:
 libtk8.4.so.0: cannot open shared object file: no such file or
 directory

 am i missing a library?
 how to fix it?
 thanks

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





 

   ¡El pueblo unido jamás será vencido!



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] more eee trouble (on xandros)

2008-06-27 Thread Kevin McCoy
Potax,

How did you install pd-extended without installing tk?  Hans, isn't it
a dependency that has to be met for the package to be installed?

Potax, did you enable Debian repositories as per the wiki on
eeeuser.com?  I'd find the link but it seems the site has some
downtime right now.  Are you in easy mode or advanced mode in Xandros?

If you're in easy mode, do a CTRL+ALT+T to bring up the terminal, and type in

sudo synaptic

When you press enter, you'll be prompted for your password, after
which the synaptic package manager will load.  Do a search for libtk
or tk and look for something called libtkwhatever that is at least
version 8.4.

This is the general idea for installing programs on Linux -
programmers save themselves work by borrowing from libraries written
by other people to make their job easier so they don't have to write
as much code.  The hardest part used to be tracking down and
installing all the libraries just to get your one program working.
Now it's much easier with the Debian/Ubuntu system of packages.

Hypothetically speaking say you want to have some dinner because you
worked up a hunger learning Linux.  You tell Xandros I want some
dinner! and it says wait wait, my young potax, before you can have
your dinner I have to get you the peas, the carrots, the tofu, and the
lemonade.  Only then will your dinner be truly functional and
delicious.  All you care about at this point is your dinner, but the
synaptic package manager runs the errands for you.

So to summarize, you're missing the lemonade.  Run synaptic and get yo
self some tk lemonade.

km

On Fri, Jun 27, 2008 at 7:05 AM, potax flan [EMAIL PROTECTED] wrote:
 so how do i install tk?
 thanks


 On Fri, Jun 27, 2008 at 12:40 PM, Hans-Christoph Steiner [EMAIL PROTECTED]
 wrote:

 Sounds like you are missing Tk (aka libtk).  you will definitely need that
 if you want to see the GUI.  It should now run without the GUI like this:
 pd -nogui
 .hc
 On Jun 27, 2008, at 4:59 AM, potax flan wrote:

 hi
 im trying to install extended using hans' deb package and xandros (i know
 ubuntu and debian are better but i do wanna keep this)
 when i launch pd from the terminal i get:
 /usr/lib/pd/bin/pd-gui: error while loading shared libraries:
 libtk8.4.so.0: cannot open shared object file: no such file or
 directory

 am i missing a library?
 how to fix it?
 thanks

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



 
   ¡El pueblo unido jamás será vencido!



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





-- 


http://art.sewanee.edu/mccoy

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pd] where is sssad?

2008-06-27 Thread dani
you mean this?
http://mccormick.cx/viewcvs/oldcrap/s-abstractions/sssad/

dani.


hard off escribió:
 i have sssad on my system, so i definitely found it once.

 but no matter what i enter into google, i can't find it again. 

 please help. 


 

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
   


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pd] where is sssad?

2008-06-27 Thread Frank Barknecht
Hallo,
dani hat gesagt: // dani wrote:

 you mean this?
 http://mccormick.cx/viewcvs/oldcrap/s-abstractions/sssad/

If your frightended by the  oldcrap in that URL (though it's
probably harmless), you can get the official version from the Pd SVN
at sourceforge in the directory:

/trunk/abstractions/footils/sssad

Ciao
-- 
 Frank Barknecht _ __footils.org__

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] more eee trouble (on xandros)

2008-06-27 Thread potax flan
thanks for your long and detailed answer kevin,
i added repositories, pinned the system, managed to install tk8.4 and now pd
(extended 0.40.3) loads with gui and all
but it's missing libs still. pdp, pipid and gem. i will need gem (i know the
eee is not the perfect machine, but it's really minor gem action).
a friend managed to install hans' 0.39 deb package and gem works. is there a
reason why gem shouldn't be properly installed using 0.40
?
workarounds? should i uninstall 0.40 and reinstall 0.39? (and how?)
best!
r
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-27 Thread Ingo Scherzinger
I just got an Arduino Diecimila. I am completely new to it so I cant really
track down the problem.

When I try to send the Firmata-2.0beta1 to the board it says: 21: error:
Firmata.h: No such file or directory.

I am using Standard_Firmata.pde from Firmata-2.0beta1. Standard_Firmata_334
is working fine.

Is there anything else I need to do? Or is the file incomplete? Do I need to
compile something? If yes - how?

 

Thank you

Ingo Scherzinger

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-27 Thread Hans-Christoph Steiner

It sounds like it can't find the library.  You need to install the Firmata 
arduino library
into the Arduino environment.  There are instructions in the included README.


.hc

On Fri, 27 Jun 2008, Ingo Scherzinger wrote:

 I just got an Arduino Diecimila. I am completely new to it so I cant really
 track down the problem.

 When I try to send the Firmata-2.0beta1 to the board it says: 21: error:
 Firmata.h: No such file or directory.

 I am using Standard_Firmata.pde from Firmata-2.0beta1. Standard_Firmata_334
 is working fine.

 Is there anything else I need to do? Or is the file incomplete? Do I need to
 compile something? If yes - how?



 Thank you

 Ingo Scherzinger



zen
   \
\
 \

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] more eee trouble (on xandros)

2008-06-27 Thread Hans-Christoph Steiner


The error messages in the Pd window will tell you which libraries are 
missing.  If you have trouble finding them, post the contents of your Pd 
window here.

It should have installed all the needed dependencies, if it is a 
Debian-based system.  I don't know Xandros at all.  Try running this in 
your Terminal:

sudo apt-get -f install

That should install all of the missing libs pd-extended needs.

.hc

On Fri, 27 Jun 2008, potax flan wrote:

 thanks for your long and detailed answer kevin,
 i added repositories, pinned the system, managed to install tk8.4 and now pd
 (extended 0.40.3) loads with gui and all
 but it's missing libs still. pdp, pipid and gem. i will need gem (i know the
 eee is not the perfect machine, but it's really minor gem action).
 a friend managed to install hans' 0.39 deb package and gem works. is there a
 reason why gem shouldn't be properly installed using 0.40
 ?
 workarounds? should i uninstall 0.40 and reinstall 0.39? (and how?)
 best!
 r


zen
   \
\
 \

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Spotlight Importer for OS X

2008-06-27 Thread Luke Iannini
On Fri, Jun 27, 2008 at 3:12 AM, Hans-Christoph Steiner [EMAIL PROTECTED] 
wrote:

 On Jun 27, 2008, at 2:23 AM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 12:11 PM, Hans-Christoph Steiner
 [EMAIL PROTECTED] wrote:

 On Jun 20, 2008, at 2:34 PM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 5:15 AM, Hans-Christoph Steiner
 [EMAIL PROTECTED] wrote:

 On Jun 20, 2008, at 1:55 PM, Luke Iannini wrote:

 On Fri, Jun 20, 2008 at 4:02 AM, Hans-Christoph Steiner
 [EMAIL PROTECTED] wrote:

 Does this work at all on 10.4/Tiger?

 Yes, it's configured by default to work with both 10.4 and 10.5.

 Any idea whether it would cause problems on 10.3?  That's not a
 make-
 or-break thing, but it would be nice if it could still work on
 10.3.
 As for including the Info.plist changes in v0-40, it would need
 to be
 throughly tested before including it.  Currently, there are only a
 couple outstanding bugs that need to be fixed for this release
 (AFAIK), so I am really hesitant to include something totally new.

 According to this http://developer.apple.com/qa/qa2005/
 qa1406.html the
 public.plain-text UTI we're using existed in 10.3.  Also, this seems
 to be a transitional document for 10.310.4, and doesn't include any
 callouts except:  Note: UTIs are available in Mac OS X v10.3
 Panther
 and later. Mac OS X v10.4 Tiger added many new types and integrated
 support throughout the operating system.

 So I think it won't be a problem for the keys in the plist, and
 in the
 future, 10.3 should just ignore the
 Library/Spotlight/PureData.mdimporter file just as it would
 ignore any
 other file it didn't recognize in the bundle.


 Ok, sounds like it is worth trying to add the Info.plist UTI stuff to
 this release.  Feel free to add it now to branches/pd-extended/v0-40,
 but please test it.

 .hc

 Yo, sorry I didn't read that closely and thought you were comfortable
 with adding the whole kit n' kaboodle, sorry about that.

 It just seems to be a big unknown, and adding a big unknown in the
 last days before releasing has bitten me before.

 Which reminds me: Could you give a specific example of what the
 Spotlight Importer does?  I don't quite get it.
Sure -

Spotlight searches not only filenames but file contents for your
search terms, so it would pull up Theory and Techniques of Electronic
Music's PDF if you searched for Fourier, for example (since a PDF
Spotlight importer is built in to OS X).  So, with the Pd file
importer, it will pull up not only I01.Fourier.analysis.pd, but
I02.Hann.window.pd, I03.resynthesis.pd, etc. as well, since they
contain the word Fourier in their comments.*

It also works with objects, so you can find every patch containing fiddle~.

And, as I mentioned, you can use it to implement, e.g. a TODO/FIXME
tracker by creating a smart folder (aka saved search) that searches
for Pd files containing those words.

*It will only find files if they're outside of the Pd bundle, so I
guess that's a drawback (but I'll see if I can find a way to force it
to search within the bundle)

Cheers
Luke

(and by the way, this is a common practice lest you think I'm doing
something nutty : ); Apple includes source code importers for c,
obj-c, ruby, python etc when you install XCode, and most OS X apps
with a custom file format include a Spotlight importer.

The next step would be to add real Quick Look support to show a
preview of the patch's appearance as the icon and QL view (right now
it just shows the plaintext version of the pd file).  Anyone have any
insight on that?  Perhaps just a separate Tcl generator would work...



 .hc




 As for building it, how do you build it yourself?  That's
 usually a
 good starting point for adding it to the auto-build.  If it is an
 xcode project, you can use the command line tool xcodebuild.

 Yo,
 I just built in with the build button : ).  I like buttons...
 So yea, I have the project.  Looks like it builds aok with
 xcodebuild,
 thanks for the tip.  Where should I put the project folder?

 Good question. The first place I thought of is packages/darwin_app
 since it is only for things related to the Pd.app for Mac OS X.
 Maybe:

 packages/darwin_app/spotlight_importer

 Then it probalby makes sense to make a separate
 'spotlight_importer:'
 target in packages/darwin_app/Makefile to build and install it.

 .hc

 Will do.
 Cheers
 Luke



 -
 ---
 

 All information should be free.  - the hacker ethic





 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/
 listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/
 listinfo/pd-list





 
 

 'You people have such restrictive dress for women,' she said,
 hobbling away in three inch 

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc2 released

2008-06-27 Thread Hans-Christoph Steiner


Something is loading pyext.  Try deleting your preferences file.  It is 
~/Library/Preferences/org.puredata.pd.plist

.hc


On Fri, 27 Jun 2008, bbarros wrote:

 Hi Hans,

 I didn't open any patch, just PD itself.

 cheers,
 Bernardo

 2008/6/27 Hans-Christoph Steiner [EMAIL PROTECTED]:


 Looks like it is a problem with pyext, since that's what is on top of the
 crashdump. Try it with a patch that doesn't use  python.

 .hc

 On Jun 27, 2008, at 6:01 PM, bbarros wrote:

 Hallo Hans,

 pd-extended crashes just after launching in my machine. I'm using OS 10.5.3
 in a MacBook Pro.

 System Configuration:

 Model: MacBookPro2,2, BootROM MBP22.00A5.B07, 2 processors, Intel Core 2
 Duo, 2.33 GHz, 2 GB
 Graphics: kHW_ATIr520Item, ATY,RadeonX1600, spdisplays_pcie_device, 256 MB
 Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
 Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
 AirPort: spairport_wireless_card_type_airport_extreme, 1.3.5
 Bluetooth: Version 2.1.0f17, 2 service, 1 devices, 1 incoming serial ports
 Network Service: AirPort, AirPort, en1
 Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
 Parallel ATA Device: MATSHITADVD-R   UJ-857D, 789.4 MB
 USB Device: Built-in iSight, Micron, high_speed, 500 mA
 USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed,
 500 mA
 USB Device: General Purpose USB Hub, full_speed, 500 mA
 USB Device: PCR-1, EDIROL, full_speed, 200 mA
 USB Device: PCR-1, EDIROL, full_speed, 200 mA
 USB Device: IR Receiver, Apple Computer, Inc., full_speed, 500 mA
 USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA




 Log:

 Process: pd [2757]
 Path:
  /Applications/Pd-extended.app/Contents/Resources/Scripts/../bin/pd
 Identifier:  pd
 Version: ??? (???)
 Code Type:   X86 (Native)
 Parent Process:  Pd-extended [2752]

 Date/Time:   2008-06-27 12:56:20.056 -0300
 OS Version:  Mac OS X 10.5.3 (9D34)
 Report Version:  6

 Exception Type:  EXC_BAD_ACCESS (SIGBUS)
 Exception Codes: KERN_PROTECTION_FAILURE at 0x
 Crashed Thread:  7

 Thread 0:
 0   libSystem.B.dylib 0x0884 __memcpy + 228
 1   libSystem.B.dylib 0x942665a2 szone_realloc + 2388
 2   libSystem.B.dylib 0x94265c0e malloc_zone_realloc + 88
 3   libSystem.B.dylib 0x94265b81 realloc + 209
 4   pd 0x000440f7 sys_trytogetmoreguibuf + 34
 (s_inter.c:614)
 5   pd 0x00044251 sys_vgui + 182
 (s_inter.c:661)
 6   py.pd_darwin   0x013f6fdf
 flext_base_multi::SetAttrib(_symbol const*, flext_base_multi::AttrItem*,
 flext_multi::AtomList const) + 159
 7   py.pd_darwin   0x013e8eb2
 pyobj::__setup__(flext_class*) + 18
 8   py.pd_darwin   0x013f549e
 flext_obj_multi::obj_add(bool, bool, bool, bool, char const*, char const*,
 void (*)(flext_class*), flext_obj_multi* (*)(int, _atom*), void
 (*)(flext_hdr*), int, ...) + 722
 9   py.pd_darwin   0x013e7b21 pyobj_setup() + 115
 10  py.pd_darwin   0x013f00e8 pybase::lib_setup() + 856
 11  py.pd_darwin   0x013f4fd0
 flext_obj_multi::lib_init(char const*, void (*)()) + 56
 12  py.pd_darwin   0x013f016b py_setup + 37
 13  pd 0x0004717f sys_do_load_lib + 615
 (s_loader.c:204)
 14  pd 0x00047486 sys_load_lib + 43
 (s_loader.c:241)
 15  pd 0x00041cc7 glob_initfromgui + 355
 (s_main.c:228)
 16  pd 0x00039f11 pd_typedmess + 737
 (m_class.c:703)
 17  pd 0x0003d7df binbuf_eval + 1043
 (m_binbuf.c:677)
 18  pd 0x000448ca socketreceiver_read + 1016
 (s_inter.c:553)
 19  pd 0x00043983 sys_domicrosleep + 367
 (s_inter.c:193)
 20  pd 0x000439e8 sys_microsleep + 19
 (s_inter.c:216)
 21  pd 0x0004185e m_scheduler + 658
 (m_sched.c:492)
 22  pd 0x00043770 sys_main + 1524
 (s_main.c:320)
 23  pd 0x21ae _start + 216
 24  pd 0x20d5 start + 41

 Thread 1:
 0   libSystem.B.dylib 0x9425b4ee semaphore_wait_signal_trap +
 10
 1   libSystem.B.dylib 0x9428d866 _pthread_cond_wait + 1267
 2   libSystem.B.dylib 0x942d3371 pthread_cond_wait + 48
 3   com.grame.JackRouter   0x01103119 CAGuard::Wait() + 73
 4   com.grame.JackRouter   0x0110eaf9
 HP_Device::ExecuteAllCommands() + 57
 5   com.grame.JackRouter   0x0110768e
 CommandThread::ThreadEntry(CommandThread*) + 30
 6   com.grame.JackRouter   0x011039f1 CAPThread::Entry(CAPThread*)
 + 129
 7   libSystem.B.dylib 0x9428c6f5 _pthread_start + 321
 8   libSystem.B.dylib 0x9428c5b2 thread_start + 34

 Thread 2:
 0   libSystem.B.dylib

[PD] Ratts object on OSX

2008-06-27 Thread dh254
Compiled and running on osx 10.5.3 (flite as well) but getting errors:

Can anyone help -- has anyone successfully used this object on leopard?

error: inlet: expected '' but got 'bang'
error: inlet: expected '' but got 'bang'
error: inlet: expected '' but got 'bang'
...

Thanks much,
-DH


















___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Ratts object on OSX

2008-06-27 Thread Bryan Jurish
moin DH,

never tried it on OSX myself, but [ratts~] is just an abstraction.  try
looking at the help files for e.g. [klatt~], [holmes], and the like to
figure out at least which object is complaining at you... it may be that
something in ratts is indeed broken (your error message looks hauntingly
familiar, but I can't remember in what context I last saw it...), but I
suspect there may be an easier fix...

marmosets,
Bryan

On 2008-06-28 00:20:26, dh254 [EMAIL PROTECTED] appears to have written:
 Compiled and running on osx 10.5.3 (flite as well) but getting errors:
 
 Can anyone help -- has anyone successfully used this object on leopard?
 
 error: inlet: expected '' but got 'bang'
 error: inlet: expected '' but got 'bang'
 error: inlet: expected '' but got 'bang'
 ...
 
 Thanks much,
 -DH

-- 
Bryan Jurish   There is *always* one more bug.
[EMAIL PROTECTED]  -Lubarsky's Law of Cybernetic Entomology

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Ratts object on OSX

2008-06-27 Thread IOhannes m zmölnig
Bryan Jurish wrote:
 (your error message looks hauntingly
 familiar, but I can't remember in what context I last saw it...), but I

you see it whenever an object that Pd was unable to create receives a
message (that is: the ghost of this object)

in short this means: either the compilation of necessary objects failed
or you should add the paths to the objects to your Pd startup.

use Find last error, it will tell you more.
take a close look at the Pd-console, it will tell you even more.


fgmadsr
IOhannes

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list