Re: [PD] Creating random filenames

2014-01-02 Thread Joson Android
my abstraction also uses a unique time stamp, creates a folder named rec in the 
directory, and outputs the filename

have fun, 

jonas



rec~.pd
Description: Binary data



Am 30.12.2013 um 14:14 schrieb tim vets:

 an alternative:
 [date +%P%s%N(
 |
 [shell]
 
 
 2013/12/30 tim vets timv...@gmail.com
 [time] and [date] are externals, part of zexy
 tip: create them as [time ___] and [date ] to better see the 
 individual outlets.
 
 
 2013/12/30 Ronni Montoya ronni.mont...@gmail.com
 Hi Tim, the idea is to get unique filenames. How do you get time and
 date inside pd?
 
 2013/12/30, tim vets timv...@gmail.com:
  Do you really need random filenames, or just unique filenames?
  In most cases, I use something like [time] and [date] to generate unique
  filenames...
  Tim
 
 
  2013/12/30 Simon Wise simonzw...@gmail.com
 
  On 30/12/13 00:10, Jack wrote:
 
  Le 29/12/2013 13:17, Ronni Montoya a écrit :
 
  Hi, how can i create random file names in pd?
 
  I need to have a recording button in my patch that everytimes records
  an audio file in a different ( random ) file name.
 
  For example, each time i record something it should create random .wav
  file names:
 
  kasdsd.wav
  lifasik.wav
  kjaskld.wav   etc
 
 
  any idea how to achieve this?
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -  http://lists.puredata.info/
  listinfo/pd-list
 
 
  A solution without external...
 
 
  just use something like  [symbol $1$2$3$4.wav(
 
  to replace [list2symbol] if you really can't use it
 
 
  Simon
 
 
 
  ___
  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

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


Re: [PD] Sequencial patch playback WAS: Japanese PD books

2013-11-03 Thread Joson Android
Hi Pat,

I use Pd for theater video whenever possible. I made abstractions for preset 
management and playlists using sssad and with .mmb also. It is possible to set 
a fadetime. Your vision should be possible with a some modification of my 
princess patches. Even though they are far away from being as clean and nice 
as Marians and Peters ev-toolkit.
BUT: i have no recent documentation, cause the patches are always specialized 
and/or used by myself, and most of all, because i am lazy.
Maybe i have time the next days to see through my latest works. I am eager to 
see if it helpful for you. 

Where are you working?

best,

Jonas


Am 03.11.2013 um 14:04 schrieb Marian Weger:

 Am 02.11.13 20:44, schrieb Pagano, Patrick:
 Also, I wanted to pose/ask this question again regarding sequential patch 
 playback. Peter and Marian's extended view toolkit kind of do this a little 
 bit but I am wondering again if there is any way to configure or program pd 
 to play a patch and then transition to another patch so that pd may be used 
 for theatrical performances.
 
 Hello Patrick,
 
 I am currently working on the documentation of my re-worked scene-managment 
 system which is based on the one currently used in extended view toolkit.
 You can get the current version here:
 https://github.com/m---w/kollabs
 
 There is already a huge helpfile (ds_help.pd), which also explains a bit the 
 playlist view / scene sequencer.
 It would be nice, if you gave some feedback, how you would like this to work, 
 or what you miss.
 At the moment I am working on the user manual, which will soon be available.
 
 cheers,
 marian
 
 
 I currently use Isadora for this but I still wish I could use pd for this 
 purpose. I have fashioned playlist- but i would love to go from one Gem 
 scene to the next with timed fades. I kind of can achieve to with pd  
 syphon on Mac but my main theatre computer right now is a windows box.
 
 Does anyone share this desire with me?
 
 
 ___
 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


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


Re: [PD] $1 inside a message is not saving data ?

2013-10-06 Thread Joson Android
to save with the patch you could use:

[set $1(
|
[t b a]
| /
[emty msg box(


best

-Jonas

Am 06.10.2013 um 20:46 schrieb IOhannes m zmölnig:

 On 10/06/13 20:34, Ivica Ico Bukvic wrote:
 
 A programming language is a lot about being consistent,
 
 yes
 
 and as such it seems logical that a msg should retain its last known state, 
 
 no. that's totally unrelated to being consistent.
 
 so that when receiving a bang it would output its last stored values.
 
 why?
 i think the current behaviour is very consistent though probably less
 convenient than some would like to have it.
 
 consistent and convienient are similar words but not very related.
 
 msg certainly stores the remainder of a non $arg list (if any) and even 
 saves it with the patch, so I would argue that it very much has a kind of 
 memory that can be altered with [set{.
 
 yes, i was inaccurate.
 a msgbox does have a memory, but $args in msgboxes only relate to the
 *current* message. since a message is a volatile event, the *last
 current* message is not longer current in any way, hence it's values are
 not remembered.
 
 gfmser
 IOhannes
 
 ___
 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] AUDIO from movies with pix-film?

2013-06-22 Thread Joson Android
you might want to check out these great example patches by max:

http://www.uni-weimar.de/medien/wiki/Audiovideo

best,

Johnny


Am 21.06.2013 um 21:03 schrieb Patrick Pagano:

 Hello
 a friend on the supercollider list is asking about playing movies in Pure 
 Data from SuperCollider and is mentioning that there is no sound coming from 
 her movies, how can one easiest get audio from a movie to play in 
 Gem[pix-film?
 
 Is this possible on MAC?
 I have attached the simple patch(s)
 
 
 Patrick
 SC2PD.txtSCfilm.pd___
 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-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-07 Thread Joson Android
ok last chance.

the performance of GEM (93.3 included in latest autobuild) with 4 movies 
playback via [pix_film] at the same time is still not as good as in 
42.5-extended.
Is it possible to include VLC-plugin backend in the compiled extended version 
for osx i386? I would so much love that, can't get it compiled myself..

thank you all for this beautiful program

Jonas

Am 07.01.2013 um 19:03 schrieb Budi Prakosa:

 auto completion doesnt works on snow leopard
 
 
 On Tue, Jan 8, 2013 at 12:32 AM, Hans-Christoph Steiner h...@at.or.at wrote:
 
 I think this is the final release, last chance to test your patches and make
 sure everything is working well in this release.  Also, double-check the
 translations.  I'll do one final import of translations from Transifex before
 finalizing it.  Download here:
 
 http://puredata.info/downloads/pd-extended/releases/0.43.4
 
 Its been a long time coming, but its finally reached completion!  This release
 includes the most new features of any release before, here are some 
 highlights:
 
 * complete help search: search all installed docs (Help-Search)
 * loaders: you can now write native Pd objects in Lua (pdlua) and Tcl (tclpd)
 * new libraries: log, iemguts, mediasettings, pduino, syslog
 * GUI plugins: customize your editing experience
 * full Unicode support, write patches in any language
 * fully translatable GUI, with many languages already included
 * Magic Glass to see what's going through connections as it happens
 
 And much more: http://puredata.info/dev/NextRelease
 
 Download it here:
 http://puredata.info/downloads/pd-extended/releases/0.43.4
 
 
 Or if you are using Ubuntu/Mint, you can use the PPA:
 https://launchpad.net/~eighthave/+archive/pd-extended/
 
 run these commands in the Terminal to add this PPA to your system:
 sudo add-apt-repository ppa:eighthave/pd-extended
 
 
 There are some bugs that will have to wait until the next release:
 
 * Windows command line args don't work with unicode
 https://sourceforge.net/tracker/?func=detailaid=3595309group_id=55736atid=478070
 
 * [initbang] worked with GUI objs in 0.42 but not in 0.43
 https://sourceforge.net/tracker/?func=detailaid=3599058group_id=55736atid=478070
 
 * Right-click menu causes CPU spike
 https://sourceforge.net/tracker/index.php?func=detailaid=3525646group_id=55736atid=478070
 
 * specific kinds of GUI overload
 http://lists.puredata.info/pipermail/pd-list/2012-12/099534.html
 
 
 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce
 
 ___
 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


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


Re: [PD] Video stream to pd

2012-10-22 Thread Joson Android
Hi José,

tried pdp, can't get [pdp_netreceice] to work. What object are you using?

greets,

-j-


Am 22.10.2012 um 09:03 schrieb José Luis Santorcuato Tapia:

 Hi...see de pdp library...you can process video with that library or 
 gem...works fine if you have a good bandwidth...only for osx and linux.
 Best regards.
 José
 
 El 22/10/2012 03:04, Johnny Mauser joson.andr...@googlemail.com escribió:
 Dear list,
 
 Does any of you know a good way to get a video stream, for example webcam 
 from internet into pd? To be processed with GEM? 
 I found a way via camTwist, to capture screen from vlc into a vitual camera 
 to use with [pix_video], but the quality is not so nice.
 How about quarts composer? Can i get frames from quartz composer to pd? How 
 about syphon? Anyone experiences here?
 
 Thanks in advance,
 
 Johnny
 
 
 ___
 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] Video stream to pd

2012-10-22 Thread Joson Android
hello cyrille

VLCplugin? sounds amazing!! 

I cannot find any place to get it, just some list discussion. Does it work with 
OSX? 

thanks,

-j-

pd-0.43.1-extended - OSX .6


Am 22.10.2012 um 10:47 schrieb Cyrille Henry:

 hello,
 
 if vlc can read the stream, then the VLC plugin in Gem will also read it.
 you just need a Gem version less than 1 year old, and the VLC plugin.
 
 cheers
 c
 
 
 Le 22/10/2012 08:00, Johnny Mauser a écrit :
 Dear list,
 
 Does any of you know a good way to get a video stream, for example webcam 
 from internet into pd? To be processed with GEM?
 I found a way via camTwist, to capture screen from vlc into a vitual 
 camera to use with [pix_video], but the quality is not so nice.
 How about quarts composer? Can i get frames from quartz composer to pd? How 
 about syphon? Anyone experiences here?
 
 Thanks in advance,
 
 Johnny
 
 
 
 ___
 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] Video stream to pd

2012-10-22 Thread Joson Android
Thanks for the answer, josé.

giss is quite cool i think, but here I try to get some videos/streams INTO pd 
not out.

VLC plugin to open everything VLC can open would be perfect. I will try to 
compile it, but for me it seems, like it is not included in the regular GEM 
0.93.3 distro?!

moi moi

-johnny


Am 22.10.2012 um 16:42 schrieb José Luis Santorcuato Tapia:

 Hi, In pdp look for giss-pdp-osx or giss-pdp-v4l2, you must create an account 
 in giss.tvvery easy to configure.
 
 Best regards
 
 José
 
 2012/10/22 Cyrille Henry c...@chnry.net
 
 
 Le 22/10/2012 12:52, Joson Android a écrit :
 
 hello cyrille
 
 VLCplugin? sounds amazing!!
 
 I cannot find any place to get it, just some list discussion. Does it work 
 with OSX?
 it's included in Gem.
 Yes, i think it is working in osX.
 but i have no idea if you can find a compiled version of Gem, or if you'll 
 have to compile it yourself.
 
 maybe Hans or Iohannes could answer that.
 
 if you create a pix_video object, do you have something like (in pd log) :
 
 [pix_video]: backend #4='vlc'   : vlc
 
 Cheers
 c
 
 
 
 thanks,
 
 -j-
 
 pd-0.43.1-extended - OSX .6
 
 
 Am 22.10.2012 um 10:47 schrieb Cyrille Henry:
 
 hello,
 
 if vlc can read the stream, then the VLC plugin in Gem will also read it.
 you just need a Gem version less than 1 year old, and the VLC plugin.
 
 cheers
 c
 
 
 Le 22/10/2012 08:00, Johnny Mauser a écrit :
 Dear list,
 
 Does any of you know a good way to get a video stream, for example webcam 
 from internet into pd? To be processed with GEM?
 I found a way via camTwist, to capture screen from vlc into a vitual camera 
 to use with [pix_video], but the quality is not so nice.
 How about quarts composer? Can i get frames from quartz composer to pd? How 
 about syphon? Anyone experiences here?
 
 Thanks in advance,
 
 Johnny
 
 
 
 ___
 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
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 -- 
 http://arselectronicachile.blogspot.com
 http://comunicacionnativa.blogspot.com/  
 http://www.myspace.com/santorcuato
 
 
 

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


[PD] AES Budapest

2012-04-24 Thread Joson Android
Dear List!

I am going to AES-Convention to Budapest tomorrow. Are any of you attending? 
And do you know about any Pd related topics on the convention, and spaces or 
works to see in Budapest? Does any of you have a recommendation of Pubs or 
Parties till Saturday?

Greetings from rainy Hamburg,

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


Re: [PD] AES Budapest

2012-04-24 Thread Joson Android
Hallo András

thank you for you fast answers and hints.
For clubs I would prefer some experimental music or art performance -stuff 
(like Pd..), or traditional hungarian music.
For pubs i would prefer cheap beer and/or traditional hungarian food. First I 
look for a nice place to watch the soccer match BayernMünchen vs RealMadrid for 
my travel group..

thanks again,

Jonas



On 24.04.2012, at 18:16, András Murányi wrote:

 On Tue, Apr 24, 2012 at 17:37, Joson Android
 joson.andr...@googlemail.com wrote:
 Dear List!
 
 I am going to AES-Convention to Budapest tomorrow. Are any of you attending? 
 And do you know about any Pd related topics on the convention, and spaces or 
 works to see in Budapest? Does any of you have a recommendation of Pubs or 
 Parties till Saturday?
 
 Greetings from rainy Hamburg,
 
 Jonas
 
 Hello Jonas,
 
 the Calendar of Events is online and I don't see anything specifically
 Pd-related. The Béla Bartók concert hall is a place to see/hear as it
 has the best acoustics/technology in the country and may be one of the
 best in the world.
 For bars and clubs, you'll most likely have to cross the Danube, as
 they are rare on the Buda side and frequent on the Pest side. I
 recommend the inner parts of district VI and VII. Knowing your
 pub/party taste I may be able to give you more exact tips.
 
 Greetings from rainy Budapest,
 
 András
 
 ___
 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] [OT] amusement in Budapest (was: AES Budapest)

2012-04-24 Thread Joson Android
Thank you András!

I will see where it takes me.. Of course more hints welcome

Jonas


On 24.04.2012, at 21:35, András Murányi wrote:

 2012/4/24 András Murányi muran...@gmail.com:
 2012/4/24 Joson Android joson.andr...@googlemail.com:
 Hallo András
 
 thank you for you fast answers and hints.
 For clubs I would prefer some experimental music or art performance -stuff 
 (like Pd..), or traditional hungarian music.
 For pubs i would prefer cheap beer and/or traditional hungarian food. First 
 I look for a nice place to watch the soccer match BayernMünchen vs 
 RealMadrid for my travel group..
 
 thanks again,
 
 Jonas
 
 Well, it is a bit unfortunate moment because a rather big and
 interesting festival will be held this weekend but not exactly in
 Budapest (but Komárom):
 http://www.facebook.com/events/311146218954781/ they'll have folk
 music and jazz and cinema and everything one might need.
 My choice for tomorrow night:
 http://www.facebook.com/events/260908464006182/ not really folk though
 :)
 Quite serious Industrial festival this weekend:
 http://www.facebook.com/events/334356253241114/
 Then Trafó is a place famous for excellent contemporary dance:
 http://trafo.hu/hu-HU/programs
 Sorry, no performances or experimental stuff that I know of.
 
 Ah! I've found you something experimental (??) for tomorrow:
 https://www.facebook.com/events/371553812868102/
 
 András
 
 ___
 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


[PD] save search path 0.43 OSX

2012-02-18 Thread Joson Android
Dear List!

i love pd-extended-0.43 !! but i cannot add any search path in the 
prefferences. It will show my new settings right when i make changes but wont 
save anything. It prints ripts/../extra/mapping: no such object in the 
pd-window. It works in pd-extended-0.42.5 . Should there be a file where pd 
saves the path? Where is it?
Also, when i make changes in 0.42.5, 0.43 will know about them on next startup.

I use OSX10.6.7 and the latest autobuild of xi386 version of 0.43.1-extended.

Maybe it is the fault of chaotic me and chaotic computer, so i deleted all old 
versions of pd, but that didn't help...

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


Re: [PD] Pd-extended 0.43 tests builds usable again

2012-02-01 Thread Joson Android
now i used the build of first of feb. osx pd-extended105x86

still the same:

 For me it also shows 28 languages, but language switcher crashes when i try 
 to open Pd through it, and has no effect, if i try opening pd without it. 

it would be cool to switch, but i can live with both: pd in German (my mother 
tongue), or my operating system in English..

best wishes,

jo

On 30.01.2012, at 20:52, Hans-Christoph Steiner wrote:

 
 Did you use today's or yesterday's build?
 
 .hc
 
 On Jan 30, 2012, at 2:40 PM, Joson Android wrote:
 
 For me it also shows 28 languages, but language switcher crashes when i try 
 to open Pd through it, and has no effect, if i try opening pd without it. 
 
 best wishes,
 
 jo
 
 
 On 29.01.2012, at 20:38, Hans-Christoph Steiner wrote:
 
 
 On Jan 29, 2012, at 1:43 PM, Max wrote:
 
 Am 28.01.2012 um 19:52 schrieb Hans-Christoph Steiner:
 On Jan 27, 2012, at 11:53 AM, Max wrote:
 Am 24.01.2012 um 15:37 schrieb Joson Android:
 One thing bothers me: How to change the language from German to 
 English? 
 
 MacOSX10.6.7
 
 Apple allowed to change the language of a single Application through the 
 properties (Ctrl-i) on the Application Icon until OS 10.5 but removed 
 this feature with 10.6
 
 Now there are 3rd party tools which let you still do that:
 http://www.tj-hd.co.uk/en-gb/languageswitcher/
 however this app doesn't see the languages in Pd it claims it's only in 
 english.
 This might be a bug of that specific tool or a bug how the multiple 
 languages are implemented in Pd(-ext).
 
 I just tested today's build with Language Switch, it shows 28 languages.  
 Try it out and let me know if it doesn't work for you.
 
 Hi hans, thanks for that - i downloaded 
 Pd-0.43.1-extended-macosx105-i386.dmg and unfortunately it doesn't work 
 for me, the Pd icon is missing too. If i try to open the plist in xcode it 
 tells me that it has been corrupted.
 replacing it with the one you posted makes the program not launchable any 
 more.
 
 Oops, silly bug, I forgot about how limited Mac OS X's built-in sed is.  I 
 checked the fix in, or if you want to test now, replace the Info.plist in 
 the app with the attached one.
 
 .hc
 Info.plist
 
 
 
 
 If you are not part of the solution, you are part of the problem.
 
 
 
 
 
 
 
 “We must become the change we want to see. - Mahatma Gandhi
 


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


Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-30 Thread Joson Android
Thanks! That sounds useful for me, I will try that!

best wishes,

Jo

On 27.01.2012, at 17:53, Max wrote:

 
 Am 24.01.2012 um 15:37 schrieb Joson Android:
 One thing bothers me: How to change the language from German to English? 
 
 MacOSX10.6.7
 
 Apple allowed to change the language of a single Application through the 
 properties (Ctrl-i) on the Application Icon until OS 10.5 but removed this 
 feature with 10.6
 
 Now there are 3rd party tools which let you still do that:
 http://www.tj-hd.co.uk/en-gb/languageswitcher/
 however this app doesn't see the languages in Pd it claims it's only in 
 english.
 This might be a bug of that specific tool or a bug how the multiple languages 
 are implemented in Pd(-ext).
 
 m.
 


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


Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-30 Thread Joson Android
For me it also shows 28 languages, but language switcher crashes when i try to 
open Pd through it, and has no effect, if i try opening pd without it. 

best wishes,

jo


On 29.01.2012, at 20:38, Hans-Christoph Steiner wrote:

 
 On Jan 29, 2012, at 1:43 PM, Max wrote:
 
 Am 28.01.2012 um 19:52 schrieb Hans-Christoph Steiner:
 On Jan 27, 2012, at 11:53 AM, Max wrote:
 Am 24.01.2012 um 15:37 schrieb Joson Android:
 One thing bothers me: How to change the language from German to English? 
 
 MacOSX10.6.7
 
 Apple allowed to change the language of a single Application through the 
 properties (Ctrl-i) on the Application Icon until OS 10.5 but removed this 
 feature with 10.6
 
 Now there are 3rd party tools which let you still do that:
 http://www.tj-hd.co.uk/en-gb/languageswitcher/
 however this app doesn't see the languages in Pd it claims it's only in 
 english.
 This might be a bug of that specific tool or a bug how the multiple 
 languages are implemented in Pd(-ext).
 
 I just tested today's build with Language Switch, it shows 28 languages.  
 Try it out and let me know if it doesn't work for you.
 
 Hi hans, thanks for that - i downloaded 
 Pd-0.43.1-extended-macosx105-i386.dmg and unfortunately it doesn't work for 
 me, the Pd icon is missing too. If i try to open the plist in xcode it tells 
 me that it has been corrupted.
 replacing it with the one you posted makes the program not launchable any 
 more.
 
 Oops, silly bug, I forgot about how limited Mac OS X's built-in sed is.  I 
 checked the fix in, or if you want to test now, replace the Info.plist in the 
 app with the attached one.
 
 .hc
 Info.plist
 
 
 
 
 If you are not part of the solution, you are part of the problem.
 
 


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


Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Joson Android
I got 0.43.1-extended first time working today. I love it!!! Thank you! Spend 
all day testing new cool features (instead of working).

One thing bothers me: How to change the language from German to English? 

MacOSX10.6.7


Am 23.01.2012 um 18:13 schrieb Hans-Christoph Steiner:

 
 Ok, Mac OS X 32-bit builds (i.e. with working Gem, hid, etc) are back:
 
 http://autobuild.puredata.info/auto-build/2012-01-23/Pd-0.43.1-extended-20120123-macosx105-i386.dmg
 
 .hc
 
 On Jan 11, 2012, at 12:41 PM, Hans-Christoph Steiner wrote:
 
 
 The 32-bit Mac OS X/i386 build machine is offline, but will be back soon.
 
 .hc
 
 On Jan 11, 2012, at 6:46 AM, Scott R. Looney wrote:
 
 appears that GEM is temporarily broken on Mac for the build dated 10th
 of Jan 2012, possibly tclpd as well.
 
 Startup Log:
 --
 
 /Applications/Pd-0.43.1-extended-20120110.app/Contents/Resources/Scripts/../startup/tclpd:
 can't load startup library'!
 
 /Applications/Pd-0.43.1-extended-20120110.app/Contents/Resources/Scripts/../extra/Gem/Gem.pd_darwin:
 dlopen(/Applications/Pd-0.43.1-extended-20120110.app/Contents/Resources/Scripts/../extra/Gem/Gem.pd_darwin,
 10): Symbol not found: __Z10initGemWinv
 Referenced from:
 /Applications/Pd-0.43.1-extended-20120110.app/Contents/Resources/Scripts/../extra/Gem/Gem.pd_darwin
 Expected in: dynamic lookup
 
 Gem: can't load library
 
 -
 
 scott
 
 
 On Tue, Jan 10, 2012 at 2:34 PM, Hans-Christoph Steiner h...@at.or.at 
 wrote:
 
 On the road to getting a release out, I've recently done some work making 
 some GUI stuff run stably (using apps like XYZee, for example), and I've 
 included Miller's GOP fixes.  Give it a whirl and report back how it works 
 for you:
 
 http://autobuild.puredata.info/auto-build/latest/
 
 .hc
 
 
 
 
 
 It is convenient to imagine a power beyond us because that means we don't 
 have to examine our own lives., from The Idols of Environmentalism, by 
 Curtis White
 
 
 
 
 
 ___
 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
 
 
 
 
 Access to computers should be unlimited and total.  - the hacker ethic
 
 
 
 
 
 
 I hate it when they say, He gave his life for his country.  Nobody gives 
 their life for anything.  We steal the lives of these kids.  -Admiral Gene 
 LeRocque
 
 
 ___
 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