Re: [PD] Distance Measures among Arrays and Lists

2014-04-25 Thread Bryan Jurish
On Fri, Apr 25, 2014 at 12:12 AM, D G mami.mu...@gmail.com wrote: I will check [listtool] and [ptrdiff_t] D - my apologies, ptrdiff_t was a C joke: it's just the type that a C compiler would assign to the difference between two pd array variables (as pointers). it's neither a pd internal nor

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread Bryan Jurish
what's the distance between two arrays? ptrdiff_t ? -- Bryan Jurish There is *always* one more bug. moocow.bov...@gmail.com -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] text to speech

2012-10-15 Thread Bryan Jurish
moin Roman, On 2012-10-10 17:09, Roman Haefeli wrote: There is [flite] from moocow, which is part of Pd-extended (unfortunately broken in Ubuntu 12.04, it seems) how broken? is there any particular error message being produced? marmosets, Bryan -- Bryan Jurish

Re: [PD] Stream of caracters to list of words

2012-08-20 Thread Bryan Jurish
to split the stream in to words and recognize puctuation or space as words limits. Thanks! F -- Bryan Jurish There is *always* one more bug. moocow.bov...@gmail.com -Lubarsky's Law of Cybernetic Entomology ___ Pd

Re: [PD] text to sound

2012-06-11 Thread Bryan Jurish
there are at least 2 pd interfaces to the flite tts library out there, 1 in svn under ecternals/moocow. there's also ratts, available from ling.uni-potsdam.de/~moocow/projects/pd marmosets, -bryan -- typed with my opposable thumbs! - Original message - Hi, i am developing a proyect

Re: [PD] porting a Pd patch to Max license issues

2012-03-16 Thread Bryan Jurish
will ;-) marmosets, Bryan -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische Akademie der Wissenschaften Jägerstr. 22/23 10117 Berlin Tel.: +49 (0)30 20370 539 E-Mail:jur...@bbaw.de

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Bryan Jurish
/forums/topic.php?id=1139 and this is nothing new but good and clear resource: http://www.blogherald.com/2009/07/07/the-basics-of-the-gpl/ thoughts, previous cases? -- Bryan Jurish There is *always* one more bug. moocow.bov...@gmail.com -Lubarsky's Law

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Bryan Jurish
of the Max system libraries as well. There's probably a GPL clause which handles that as well (java class libraries might behave similarly), but I can't seem to turn it up at the moment. marmosets, Bryan On Thu, Mar 15, 2012 at 9:34 AM, Bryan Jurish moocow.bov...@googlemail.com

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-03-03 Thread Bryan Jurish
setlocale(LC_ALL,de_DE.UTF-8); setlocale(LC_NUMERIC,C); Not sure if this helps with changing the gettext-lookups for the running process though; maybe follow it up with an exec() ? marmosets, Bryan -- Bryan Jurish There is *always* one more bug. moocow.bov

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-03-03 Thread Bryan Jurish
done something like export LC_CTYPE=en_US.ISO-8859-1 or export LC_ALL=C when no one was looking ;-) marmosets, Bryan -- Bryan Jurish There is *always* one more bug. moocow.bov...@gmail.com -Lubarsky's Law of Cybernetic Entomology

Re: [PD] CVs

2011-05-27 Thread Bryan Jurish
, Bryan -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische Akademie der Wissenschaften Jägerstr. 22/23 10117 Berlin Tel.: +49 (0)30 20370 539 E-Mail:jur...@bbaw.de

Re: [PD] CVs

2011-05-27 Thread Bryan Jurish
of something else but the substance of existing things, or this is not the case, but the substratum is something else - Aristotle, Metaphysics, Book III marmosets, Bryan -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische

Re: [PD] CVs

2011-05-23 Thread Bryan Jurish
of such-and-such a mean volume of sodium ions... to put it bluntly, how `real' is fiction? Maybe that's what you were getting at in the first place; apologies if I'm beating a dead horse, airborne or otherwise ;-) marmosets, Bryan -- Bryan Jurish There is *always

Re: [PD] CVs

2011-05-21 Thread Bryan Jurish
On 2011-05-20 07:01, Chris McCormick wrote: On Thu, May 19, 2011 at 05:12:09PM +0200, Bryan Jurish wrote: If forty-two trees fall in a forest and no one is around to count them, __forty-two__ trees have still fallen. ... Of course, there is nothing to stop there being models of things

Re: [PD] CVs

2011-05-21 Thread Bryan Jurish
On 2011-05-20 16:05, Simon Wise wrote: On 19/05/11 23:12, Bryan Jurish wrote: On 2011-05-19 14:01, Simon Wise wrote: That is which numbers are directly perceivable, without some more abstract mathematical mapping to guide us? Zero ;-) My point is that it is not zero, Sorry

Re: [PD] CVs

2011-05-19 Thread Bryan Jurish
and no one is around to count them, __forty-two__ trees have still fallen. marmosets, Bryan -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische Akademie der Wissenschaften Jägerstr. 22/23 10117 Berlin Tel.: +49 (0)30

Re: [PD] CVs

2011-05-09 Thread Bryan Jurish
) is the whole point (or as it were, the whole hypotenuse, curve, circle, etc) ;-) uncountably infinite marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology

Re: [PD] Abstractions x Externals

2011-02-16 Thread Bryan Jurish
, that you can find a word for it. Anyone got an idea about how to name this ? Non-internal classes, classes outside of the main executable ? user-defined objects ? non-primitive objects? ... or maybe civilized objects ? ;-) marmosets, Bryan -- Bryan Jurish

Re: [PD] standard encoding of pd files in each system?

2011-01-31 Thread Bryan Jurish
moin again, On 2011-01-30 17:07:44, Mathieu Bouchard ma...@artengine.ca appears to have written: On Sat, 29 Jan 2011, Bryan Jurish wrote: In this scenario, we're blatantly re-casting the array's (t_float*) into a (char*) and reading/writing raw bytes. Ok, I thought you were going to write

Re: [PD] standard encoding of pd files in each system?

2011-01-29 Thread Bryan Jurish
moin Mathieu, moin all, On 2011-01-29 17:12:02, Mathieu Bouchard ma...@artengine.ca appears to have written: On Fri, 28 Jan 2011, Bryan Jurish wrote: iirc, Miller has indicated in the past that he feels this sort of thing should be done using arrays. But a feeling is but a feeling. Now

Re: [PD] standard encoding of pd files in each system?

2011-01-28 Thread Bryan Jurish
/listinfo/pd-list -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische Akademie der Wissenschaften Jägerstr. 22/23 10117 Berlin Tel.: +49 (0)30 20370 539 E-Mail:jur...@bbaw.de

Re: [PD] pd quine?

2011-01-28 Thread Bryan Jurish
___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list -- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology

Re: [PD] standard encoding of pd files in each system?

2011-01-26 Thread Bryan Jurish
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 -- Bryan Jurish There is *always* one more bug

Re: [PD] markov chains?

2010-10-01 Thread Bryan Jurish
list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at

Re: [PD] Problems with pool object

2010-08-24 Thread Bryan Jurish
. This leads me back to pool in itself. Compiling all of flext really seems a daunting task, but I think I'll give it a go, if no one comes up with a better suggestion. ;) Thank you all. João Martins -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de

Re: [PD] benevolent dictator?

2010-07-14 Thread Bryan Jurish
are comparatively trivial to fix. Ciao -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] class_sethelpsymbol (was: [folder] external?)

2010-06-25 Thread Bryan Jurish
-- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -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] mbrola for pd?

2010-06-10 Thread Bryan Jurish
i know there is one for max and something on sc so i was wondering: is there a pd object for mbrola? alternatively, any other speech synthesis implementations usable from pd? thanks -- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -Lubarsky's Law

Re: [PD] [OT] linux multi-output soundcard

2010-04-12 Thread Bryan Jurish
suggestion? -- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] pdstring?

2010-03-17 Thread Bryan Jurish
the ACE satellite... Martin hc wrote: Ah, right, here's an updated version, that will also disconnect if there's no response within 5000ms. .hc -- Bryan Jurish There is *always* one more bug. jur...@uni-potsdam.de -Lubarsky's Law

Re: [PD] makefilename inconsistency (or not?)

2009-12-11 Thread Bryan Jurish
. -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info

Re: [PD] message box issue with blank spaces

2009-12-09 Thread Bryan Jurish
easily. Even in vanilla pd, you can do: [32( | [makefilename foo%cbar] | [symbol] | [print] ... which will create print a single symbol foo bar (pipe it to [list length] if you don't believe me ;-) marmosets, Bryan -- Bryan Jurish There is *always* one more

Re: [PD] message box issue with blank spaces

2009-12-08 Thread Bryan Jurish
( | [ ( but since it involves two message boxes i thought it could be more confusing. -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list

Re: [PD] pd-flite text-to-speech offline ?

2009-08-25 Thread Bryan Jurish
argh argh argh ... mistyped again (sorry). the url should be (really, I mean it this time): http://www.ling.uni-potsdam.de/~moocow/projects/pd/pdflite-0.02-2.tar.gz marmosets, Bryan On 2009-08-24 21:23:44, Bryan Jurish moo...@ling.uni-potsdam.de appears to have written: http

Re: [PD] pd-flite text-to-speech offline ?

2009-08-24 Thread Bryan Jurish
... or of course in SVN. marmosets, Bryan On 2009-08-21 16:36:31, tim vets timv...@gmail.com appears to have written: Hi all, I wanted to try out this external from Bryan Jurish but it seems to be unavailable. http://www.ling.uni-potsdam.de/~moocow/projects/pd/pd-flite-0.02-2.tar.gz

Re: [PD] MinGW/Windows work session - tomorrow, Tuesday 5/18

2009-05-21 Thread Bryan Jurish
) reports: A copy of glib 1.2.8 is shipped together with pkg-config and this is sufficient for pkg-config to compile and work properly huh... marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law

Re: [PD] MinGW/Windows work session - tomorrow, Tuesday 5/18

2009-05-18 Thread Bryan Jurish
* 1.00 CST/Taipei (2009-05-20) .hc -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] My first external: [fsm] finite state machine for pd

2009-04-19 Thread Bryan Jurish
is appreciated. All the best, lsw~ -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] [PD-dev] does anyone know of a good Eq I can use?

2009-03-20 Thread Bryan Jurish
/ ___ Pd-dev mailing list pd-...@iem.at http://lists.puredata.info/listinfo/pd-dev -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology

Re: [PD] PdCon09: TeX paper templates

2009-03-12 Thread Bryan Jurish
On 2009-03-12 14:01:24, IOhannes m zmoelnig zmoel...@iem.at appears to have written: i just cannot write a paper in an office app. amen! -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology

Re: [PD] httpget: fun with tcpclient and pdstring

2009-03-04 Thread Bryan Jurish
library too. -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-20 Thread Bryan Jurish
moin all, On 2009-02-20 06:20:18, Hans-Christoph Steiner h...@eds.org appears to have written: On Feb 19, 2009, at 4:13 PM, Bryan Jurish wrote: moin Hans, moin list, On 2009-02-19 18:43:49, Hans-Christoph Steiner h...@eds.org appears to have written: One other thing, it seems that the ASCII

[PD] UTF-8 for pd-devel WAS: locales for Pd WAS: japanese encoded chars in PD

2009-02-17 Thread Bryan Jurish
On 2009-02-12 06:24:44, Hans-Christoph Steiner h...@eds.org appears to have written: On Feb 11, 2009, at 6:34 AM, Bryan Jurish wrote: On 2009-02-11 03:04:34, Hans-Christoph Steiner h...@eds.org appears to This is something that I would really like to have working properly in Pd-devel. Tcl/Tk

Re: [PD] locales for Pd WAS: japanese encoded chars in PD

2009-02-13 Thread Bryan Jurish
moin all, On 2009-02-13 03:14:20, Hans-Christoph Steiner h...@eds.org appears to have written: On Thu, 12 Feb 2009, Bryan Jurish wrote: Are we certain that Tk is actually translating at all, and not just using some 8-bit default like latin-1 when it finds non-UTF-8 input? I ask because

Re: [PD] locales for Pd WAS: japanese encoded chars in PD

2009-02-13 Thread Bryan Jurish
morning all, On 2009-02-12 20:22:22, Hans-Christoph Steiner h...@eds.org appears to have written: On 2009-02-12 06:24:44, Hans-Christoph Steiner h...@eds.org appears to have written: On Feb 11, 2009, at 6:34 AM, Bryan Jurish wrote: for me, pd *does* display utf-8 strings correctly in message

Re: [PD] locales for Pd WAS: japanese encoded chars in PD

2009-02-12 Thread Bryan Jurish
moin Hans, moin all, On 2009-02-12 06:24:44, Hans-Christoph Steiner h...@eds.org appears to have written: On Feb 11, 2009, at 6:34 AM, Bryan Jurish wrote: for me, pd *does* display utf-8 strings correctly in message boxes (tested with umlauts äöü, as well as Greek pi;delta; Hmm, I am

Re: [PD] string2any in arduino.pd is now broken

2009-02-12 Thread Bryan Jurish
that something has changed, and it now causes a freak out on load: string2any_setup(): WARNING: names are in flux! string2any_setup(): Prefer [bytes2any] over [string2any]. bytes2any: pdstring version 0.09 by Bryan Jurish moocow/string2any: already loaded ... snip (repeat 1000 times) ... moocow

Re: [PD] japanese encoded chars in PD

2009-02-11 Thread Bryan Jurish
of course make a trivial dummy external out of it for use with -lib ... marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology barf-both.pd Description: application/puredata

[PD] Announce: pdstring v0.08 + locale v0.01

2009-01-26 Thread Bryan Jurish
], [tabwrite], zexy's [tabset], [tabdump]), but the former would make wrapping C functions a lot more comfortable... ideas, anyone? marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic

Re: [PD] request for objections: any2string - unsigned char

2009-01-19 Thread Bryan Jurish
(as Mathieu suggested) change to unicode in the future, but I've added aliases [any2bytes] and [bytes2any] for now. marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology

Re: [PD] request for objections: any2string - unsigned char

2009-01-19 Thread Bryan Jurish
morning again all, On 2009-01-19 15:19:04, Martin Peach martin.pe...@sympatico.ca appears to have written: Bryan Jurish wrote: well, without wanting to be trite, I have to say that think that data transmission and linguistic processing are pretty much synonymous. Pretty much but linguistic

Re: [PD] request for objections: any2string - unsigned char

2009-01-17 Thread Bryan Jurish
their own for-loops... marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] request for objections: any2string - unsigned char

2009-01-16 Thread Bryan Jurish
moin Mathieu, moin all, On 2009-01-15 20:45:13, Mathieu Bouchard ma...@artengine.ca appears to have written: On Thu, 15 Jan 2009, Bryan Jurish wrote: byte-strings are IMHO the more basic representation (a char* is still a char*, even in this post-unicode world). What happened

Re: [PD] request for objections: any2string - unsigned char

2009-01-16 Thread Bryan Jurish
. marmosets, Bryan -- Bryan Jurish There is *always* one more bug. jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

[PD] request for objections: any2string - unsigned char

2009-01-15 Thread Bryan Jurish
recent sourceforge report wrt. [any2string] (Bug #2501709, http://sourceforge.net/tracker/index.php?func=detailaid=2501709group_id=55736atid=478070). speak now or forever live with the consequences, etc. etc., Bryan -- Bryan Jurish There is *always* one more bug

Re: [PD] request for objections: any2string - unsigned char

2009-01-15 Thread Bryan Jurish
moin Mathieu, moin all, On 2009-01-15 16:33:03, Mathieu Bouchard ma...@artengine.ca appears to have written: On Thu, 15 Jan 2009, Bryan Jurish wrote: Would anyone object if the [any2string] semantics were changed so that only unsigned char values in the range (0..255) get output, rather

Re: [PD] Chicago Patching Circle

2008-11-10 Thread Bryan Jurish
Mike -- 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

Re: [PD] problems with Delta 1010LT?

2008-11-09 Thread Bryan Jurish
/jaimeoliver www-crca.ucsd.edu/ http://www-crca.ucsd.edu/ www.realidadvisual.org http://www.realidadvisual.org 858 202 1522 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic

Re: [PD] Building Externals

2008-10-13 Thread Bryan Jurish
know if you are still interested in making a better world. Wow, that was a waste of everyone's time. Just come in and bitch at a lot of people, then bail. I think it falls under free and open exchange of ideas ;-) marmosets, Bryan -- Bryan Jurish

Re: [PD] how to use [tcpserver] in a non-OSC context?

2008-08-14 Thread Bryan Jurish
moin Martin, On 2008-08-14 00:51:53, Martin Peach [EMAIL PROTECTED] appears to have written: Bryan Jurish wrote: but I can't tell right now because they don't seem to be in my Pd 0.40.3-extended-20080719, or I'm not looking in the right place. looking at the debian-stable and debian-testing

Re: [PD] how to use [tcpserver] in a non-OSC context?

2008-08-13 Thread Bryan Jurish
(probably old and stale, possibly broken) copies in /usr/lib/pd/extra/flatspace, which should probably just get deleted (along with sprinkler). I assume these come from externals/build/src; I'll just go ahead and remove them and see if anyone hollers... marmosets, Bryan -- Bryan Jurish

Re: [PD] Ratts object on OSX

2008-06-28 Thread Bryan Jurish
a message like: ratts: Realtime Analog Text-To-Speech externals v0.07 by Bryan Jurish ratts: Based on text-to-speech code by Nick Ing-Simmons and Jon Iles ratts: and PD external code by Orm Finnendahl and Travis Newhouse ratts: compiled by USER on DATE on the pd console at startup? marmosets

Re: [PD] Ratts object on OSX

2008-06-27 Thread Bryan Jurish
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

Re: [PD] get sample length for setting array size

2008-06-19 Thread Bryan Jurish
, is that pd slows down when the sample size is to great. is there an alternative to play long samples? thanks a lot. /robert -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] tape-like transport emulation (search for external)

2008-06-19 Thread Bryan Jurish
suit ;] does anybody know an external which would do that kind of thing? cheers, -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology ___ Pd-list@iem.at

Re: [PD] VOSIM - Voice Synth and similar

2008-04-06 Thread Bryan Jurish
+ josue moreno josuemoreno1 at hotmail.com wrote: Hi everyone, can anyone tell me if there is some software for simulate singing voices? It can be cool if there is a spanish oriented one my OS is Mac OS X 10.4.8 ppc thanks -- Bryan Jurish There is *always

Re: [PD] vowel recognition

2008-03-11 Thread Bryan Jurish
speculation ... marmosets, Bryan On 2008-03-11 00:35:42, marius schebella [EMAIL PROTECTED] appears to have written: hi, I wonder if anyone did vowel recognition with Pd. Maybe ed kelly? or brian j.? can it be based on fiddle~ or does it neeed more/other objects/technology? marius. -- Bryan

Re: [PD] [OT]TTS

2008-03-06 Thread Bryan Jurish
/tts/tts.html On 2008-03-06 20:40:00, Reinhard Handl [EMAIL PROTECTED] appears to have written: hello list, sorry for the off-topic, but i dont know where to ask: does anybody know a free or opensource TTS with a german male voice? any hints appreciated, thx, reinhard -- Bryan

Re: [PD] soundfiler alternative - realtime? (loading in background)

2008-02-12 Thread Bryan Jurish
support there though, and it's only N times faster than real time, not as fast as possible without dropouts. Claude -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] [OT] New machine - sound hardware?

2008-02-05 Thread Bryan Jurish
luck! marmosets, Bryan -- 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

Re: [PD] Split symbol into individual characters

2008-01-16 Thread Bryan Jurish
for a solution to split a symbol into its own individual characters. Something a bit like Max's [spell] object... Anyone came up with this situation before ? -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] Split symbol into individual characters

2008-01-16 Thread Bryan Jurish
] object... [symbol2list] with an empty symbol as delimiter (the default is the space-symbol) -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology ___ PD-list

Re: [PD] mrpeach tcpclient float to string decoder, mayby str ?

2008-01-07 Thread Bryan Jurish
-- 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] string padding

2007-12-16 Thread Bryan Jurish
] help examples. it looks like mrpeach's stuff is the closest to what i want, but i don't think it's what i want. after tofofmtl introduced me to pdmtl, i expected there would be some string handling in to coincide with the list stuff they have too, but nothing there. thanks, andy -- Bryan

Re: [PD] code and compilers

2007-12-09 Thread Bryan Jurish
a spiffy blinky pseudo-analogue StarTrek kind of data display, I probably would have seen the bug immediately, whereas it took me the said 2 days using ddd oh well ;-) marmosets, Bryan (philosopher-turned-hacker) -- Bryan Jurish There is *always* one more

Re: [PD] Voice Synth Windows and/or OSX

2007-11-09 Thread Bryan Jurish
the flite libraries to compile correct? it doesnt seem like it does by the documentation... correct: ratts ought to compile on its own without any non-standard c libraries. flite sounds much more intelligible though ;-) marmosets, Bryan --- Bryan Jurish [EMAIL PROTECTED] wrote

Re: [PD] Weighted Randomness

2007-10-12 Thread Bryan Jurish
of density. -- 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

Re: [PD] about pd

2007-10-11 Thread Bryan Jurish
oops... guess i'm buying ;-) peace, love, marmosets, Bryan On 2007-10-11 03:48:09, Roman Haefeli [EMAIL PROTECTED] appears to have written: that the next one, who continues this certain thread, pays for a round of beer. -- Bryan Jurish There is *always* one

Re: [PD] [OT] Re: about sexism

2007-10-11 Thread Bryan Jurish
-- 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] Re-targeting sends.

2007-08-19 Thread Bryan Jurish
... marmosets, Bryan On 2007-08-19 04:22:18, Robert Scott [EMAIL PROTECTED] appears to have written: I'd like to be able to send arbitrary length lists down this send, and the positional parameters wouldn't seem to be able to do this. -- Bryan Jurish There is *always

Re: [PD] midi controller advice?

2007-08-10 Thread Bryan Jurish
also happy to share. marmosets, Bryan -- 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

Re: [PD] KNIF.HAND.CHOP.BOT

2007-08-06 Thread Bryan Jurish
sent me this, I don't know if it's been on this list before.) .hc -- *** Bryan Jurish Deutsches Textarchiv Berlin-Brandenburgische Akademie der Wissenschaften Jägerstr. 22/23 10117 Berlin Tel.: +49 (0)30 20370 539 E-Mail:[EMAIL

Re: [PD] midi controller advice?

2007-08-06 Thread Bryan Jurish
: what did i expect?. I think roland and yamaha also make 1-2 expression pedal multi-bang stompboxes along the same lines, but have never used them. If I had the time, I'd get an arduino and a mess of burned out wah pedals on ebay and solder my own ;-) marmosets, Bryan -- Bryan Jurish

Re: [PD] pdstring feature requests...

2007-07-25 Thread Bryan Jurish
creative was going to be passed through any2string/string2any (dollars, escapes, etc.), but that's not really any anymore... 109 097 114 109 111 115 101 116 115 ... with prehensile tails, Bryan -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED

Re: [PD] [OT] Voice Synth

2007-06-08 Thread Bryan Jurish
-configurable _offline_ synthesis, consider using festival directly (e.g. from pd with SayWhat over OSC). marmosets, Bryan -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] [OT] Voice Synth

2007-06-02 Thread Bryan Jurish
moin Roman, moin all, On 2007-06-02 11:53:21, Roman Haefeli [EMAIL PROTECTED] appears to have written: but i couldn't find a help file. also when i create it, i get the message: ratts: Realtime Analog Text-To-Speech externals v0.04 by Bryan Jurish ratts: Based on text-to-speech code by Nick

Re: [PD] [OT] Voice Synth

2007-06-02 Thread Bryan Jurish
, here's a little patch that contains the bare essentials that you need to do start experimenting with Ratts: ratsass.pd: [snip] -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] [OT] Voice Synth

2007-06-02 Thread Bryan Jurish
moin Georg, moin list, On 2007-06-02 12:34:18, Georg Holzmann [EMAIL PROTECTED] appears to have written: Hallo! Bryan Jurish is the speech expert in pd world ;) ... you can find all his stuff here: http://www.ling.uni-potsdam.de/~moocow/projects/pd/ Thanks for plugging my site Georg

Re: [PD] Pd and Edirol UA-25

2007-05-30 Thread Bryan Jurish
moin Robert, On 2007-05-30 17:15:06, Atwood, Robert C [EMAIL PROTECTED] appears to have written: -Original Message- On Behalf Of Bryan Jurish ... run pd with the -rt switch (which required getting realtime capabilities patches working: urgh) when using ALSA directly, otherwise I

Re: [PD] Pd and Edirol UA-25

2007-05-29 Thread Bryan Jurish
Power Book 1.5 Edirol UA-25? -- 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

Re: [PD] converting (hebrew) text to numerical values?

2007-05-11 Thread Bryan Jurish
efficient way to convert letters into values, and i dont even know if it is possible within pd? Any advice will be greatly appreciated. Shalom Cyrill -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] USB Sound card

2007-05-04 Thread Bryan Jurish
] ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] USB Sound card

2007-05-04 Thread Bryan Jurish
noticed that the manufacturer only supplies drivers for Windows and Mac. On May 4, 2007, at 10:34 AM, Bryan Jurish wrote: moin David, I just recently acquired an Edirol UA-25 with which I'm quite happy (2 channel analog|digital audio I/O, MIDI). --Bryan Jurish

Re: [PD] USB Sound card

2007-05-04 Thread Bryan Jurish
with ALSA ? -- 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

Re: [PD] re-animate PD - Stammtisch Berlin ??

2007-04-11 Thread Bryan Jurish
if anyone based in Berlin is interested in re- animate some kind of unofficial PD-Stammtisch/Meeting. Let me know ;-) Let us meet ;-) Luigi -- Bryan Jurish There is *always* one more bug. [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology

Re: [PD] flext, fluid~, readanysf~, and FLEXT_USE_CMEM (or don't)

2007-02-07 Thread Bryan Jurish
release of flext or are you using the head of cvs? I'm using the head of cvs, and I haven't actually removed the -pthread from my build flags here. Of course, I am still getting bizarre crashes lockups, but not the fluid~-related ones. marmosets, Bryan -- Bryan Jurish

Re: [PD] flext, fluid~, readanysf~, and FLEXT_USE_CMEM (or don't)

2007-02-06 Thread Bryan Jurish
-- 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

fluid~ bug (was: [PD] flext, fluid~, readanysf~, and FLEXT_USE_CMEM (or don't))

2007-02-06 Thread Bryan Jurish
/main.cpp in CVS from: fluid(int argc, t_atom *argv) to: fluid(int argc, t_atom *argv) : synth(NULL) ? Finding this one at least makes me feel somewhat better, although readanysf~ is still giving me headaches... marmosets, Bryan -- Bryan Jurish

Re: [PD] flext, fluid~, readanysf~, and FLEXT_USE_CMEM (or don't)

2007-02-02 Thread Bryan Jurish
to not to. Concerning your fluid problems i can't really help, since i don't use it, but i'm sure there are some experts who can. all the best, Thomas Am 28.01.2007 um 17:17 schrieb Bryan Jurish: [snip] + would it help to fork the flext build procedure (again!), basically adding

Re: [PD] osc

2007-01-29 Thread Bryan Jurish
[second attempt at sending, since my new machine is not yet fully configured and the first attempt bounced :-/] moinmoin, yep, that's what OSC is for -- sending to arbitrary IP addresses. be warned though, that since OSC (usually) uses UDP as its transport, your packets might get lost en route;

  1   2   >