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 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 external object,

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread Bryan Jurish
ays or two lists. > > so 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 __

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

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

2012-08-20 Thread Bryan Jurish
lists from a stream? wich objetc can help > my? its needed 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."

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
n to a question of "linking" vs "interpreting/compiling". > With this in mind the motivation to port to Max may evaporate. Hmm... if we can keep up the debate on GPL arcana for another few weeks, I'd say it almost certainly will ;-) marmosets, Bryan -- **

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

2012-03-15 Thread Bryan Jurish
goals). If it's any consolation, I suspect that the legal issues get quite a bit murkier if we consider "binary" distributions of the (XS+changes) package (if such things exist; I seem to recall having heard about them at some point), since these would assumedly include

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

2012-03-15 Thread Bryan Jurish
r. and I thought there could not be GPL > software written in Max because the interpreter is closed-source. > http://www.cycling74.com/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/ >

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

2012-03-03 Thread Bryan Jurish
at once. ... unless you've 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 -Lub

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

2012-03-03 Thread Bryan Jurish
or). The C equivalent is just: #include 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

Re: [PD] CVs

2011-05-27 Thread Bryan Jurish
all and most perplexing, whether unity and being, as the Pythagoreans and Plato said, are not attributes 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 --

Re: [PD] CVs

2011-05-27 Thread Bryan Jurish
, etc.). In this sense, if you take our conventional semantics for [42], [tree], and [falling], even if no one is around to construct or interpret the utterance, the associated semantic proposition still holds. A less complicated example is the equation: "42=6*7&qu

Re: [PD] CVs

2011-05-23 Thread Bryan Jurish
pective synaptic gaps in response to an influx 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,

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 ;-) >

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 bein

Re: [PD] CVs

2011-05-19 Thread Bryan Jurish
ever that may be defined) than complex numbers. I'll agree that integers and complex numbers have the same sort and degree of existence, but I don't believe they're `constructs'. If forty-two trees fall in a forest and no one is around to count them, __forty-two__ trees have sti

Re: [PD] CVs

2011-05-09 Thread Bryan Jurish
inkable*, and that (I think) 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

Re: [PD] Abstractions x Externals

2011-02-16 Thread Bryan Jurish
;m sure, though, 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"? ...

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 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 thou

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 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 f

Re: [PD] pd quine?

2011-01-28 Thread Bryan Jurish
chard tél: +1.514.383.3801 Villeray, Montréal, QC > > > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list -- Bryan Jurish "

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

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 Deutsches Textarchiv Be

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

Re: [PD] markov chains?

2010-10-01 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...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology _

Re: [PD] Problems with "pool" object

2010-08-24 Thread Bryan Jurish
t exactly the same error message. > 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 M

Re: [PD] benevolent dictator?

2010-07-14 Thread Bryan Jurish
t; Well, there still are some issues like the sad omission of "sssad" in > Pd-extended which is not shipped at all but such things are > comparatively trivial to fix. > > Ciao -- Bryan Jurish "There is *always* one more bug." jur...@ling.uni-po

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

2010-06-25 Thread Bryan Jurish
e problem is absolutely not that, >>>this is perfectly correct.. >>> >>>problem is that playlist-help.pd is not included in pd-extended .. >>> >>>Jonathan Wilkes wrote: >>>> A different issue: >>>> >>>

Re: [PD] plugin~ external

2010-06-14 Thread Bryan Jurish
logy left a lot to be desired too)... so what was the point again? :-P marmosets, Bryan ps - sorry sorry sorry, I just couldn't resist pulling this thread even further OT ;-) -- Bryan Jurish "There is *always* one more bug."

Re: [PD] mbrola for pd?

2010-06-10 Thread Bryan Jurish
pears to have written: > hi > 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 *alwa

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

2010-04-12 Thread Bryan Jurish
ing ""out-of-the-box""). > I've been advised about the Terratec Phase 88 Rack.. > Any other suggestion? -- Bryan Jurish "There is *always* one more bug." jur...@uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology __

Re: [PD] pdstring?

2010-03-17 Thread Bryan Jurish
d-extended on OS X). >>> Thanks >>> ~Chipp >>> On Mon, Mar 1, 2010 at 5:13 PM, >> <mailto:martin.pe...@sympatico.ca>> wrote: >>>And here's a version that gets the latest solar wind speed from the >>>ACE satellite... >>>

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

2009-12-11 Thread Bryan Jurish
just output a 0-length string. > > Just write a tiny C program to test what sprintf() actually does. -- Bryan Jurish "There is *always* one more bug." jur...@ling.uni-potsdam.de -Lubarsky's Law of Cybernetic Entomology _

Re: [PD] message box issue with blank spaces

2009-12-09 Thread Bryan Jurish
2symbol] from zexy to create symbols with spaces quite 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, B

Re: [PD] message box issue with blank spaces

2009-12-08 Thread Bryan Jurish
; Before I report it to the bugtracker, am I missing something? > > P.S. the same results are obtained with > > [set $1( > | > [ ( > > but since it involves two message boxes i thought it could be more > confusing. > -- Bryan Jurish "There

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 appears to have written: > http://www.ling.uni-potsdam.de/~moo

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

2009-08-24 Thread Bryan Jurish
of course in SVN. marmosets, Bryan On 2009-08-21 16:36:31, tim vets 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
igure and it ought to build ... no time for this atm, especially since these other libs are giving me grief and annoying segfault popups ... grr Strangely, http://pkgconfig.freedesktop.org/wiki/ (the official pkg-config home) reports: "A copy of glib 1.2.8 is shipped together with pkg-config

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

2009-05-18 Thread Bryan Jurish
* 15.00 BRST/Sao Paulo > * 17.00 GMT/Zulu > * 18.00 Central European CET > * 19.00 EET/Istanbul/Cairo > * 20.00 MSD - Moscow Daylight Time > * 23.00 IST/Chennai > * 1.00 CST/Taipei (2009-05-20) > > .hc -- Bryan Jurish "There is *a

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

2009-04-19 Thread Bryan Jurish
-file, so it should > be easy to port and compile for different platforms. > > Feedback is appreciated. > > All the best, > lsw~ -- Bryan Jurish "There is *always* one more bug." jur...@ling.uni-potsdam.de -Lubarsky's Law of C

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

2009-03-20 Thread Bryan Jurish
a place to manage all your > online stuff? <http://www.microsoft.com/australia/windows/windowslive/> > > > > > _______ > Pd-dev mailing list > pd-...@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Bryan Jurish

Re: [PD] PdCon09: TeX paper templates

2009-03-12 Thread Bryan Jurish
On 2009-03-12 14:01:24, IOhannes m zmoelnig 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 Cyb

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

2009-03-04 Thread Bryan Jurish
otally Pd-ish string 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 accoun

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 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 appears to have written: >>> One other thing, it seems that th

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

2009-02-19 Thread Bryan Jurish
cally. There's also code from the Unicode Consortium themselves, but it's pretty monstrous (read "pedantic") and limited to string-to-string conversions. marmosets, Bryan > On Feb 17, 2009, at 5:53 PM, Bryan Jurish wrote: > >> So I've tried to get

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

2009-02-17 Thread Bryan Jurish
I branch again for a work in progress, or do we just pass diffs around for now? marmosets, Bryan On 2009-02-12 06:24:44, Hans-Christoph Steiner 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 appear

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 appears to have written: >> On 2009-02-12 06:24:44, Hans-Christoph Steiner appears to >> have written: >>> On Feb 11, 2009, at 6:34 AM, Bryan Jurish wrote: >>>> for me, pd *does* display utf-8 >&g

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 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 >&g

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

2009-02-12 Thread Bryan Jurish
ms 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: alr

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 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 πδ > &

Re: [PD] japanese encoded chars in PD

2009-02-11 Thread Bryan Jurish
cular LC_CTYPE, potentially via LANG): bash$ export LC_CTYPE=en_DK.UTF-8 bash$ pd uselocale.pd barf-both.pd ##-- latin-1 displays incorrectly bash$ export LC_CTYPE=en_DK.ISO-8859-1 bash$ pd uselocale.pd barf-both.pd ##-- all displays ok If it turns out to work well, we can of course

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

2009-01-26 Thread Bryan Jurish
tter is more compatible with other pd tools ([tabread], [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.

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 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. > >

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

2009-01-19 Thread Bryan Jurish
udging a string datatype into pd -- use it for whatever seems useful to you. The "string" part may (as Mathieu suggested) change to unicode in the future, but I've added aliases [any2bytes] and [bytes2any] for now. marmosets, Bryan -- Bryan Jurish

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

2009-01-17 Thread Bryan Jurish
ation. 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 ac

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

2009-01-17 Thread Bryan Jurish
d offer them as "copy-in" replacements, or define function-body macros, etc. etc. ... to date, there have been no requests for such an API, and potential users have to write their own for-loops... marmosets, Bryan -- Bryan Jurish "There is

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

2009-01-16 Thread Bryan Jurish
resenting (or even if the powers that be have seen fit to define such codepoints), so I would argue against making unicode the *only* available internal representation. marmosets, Bryan -- Bryan Jurish "There is *always* one more bug." jur...@ling.uni-potsdam

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 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

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 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 o

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

2009-01-15 Thread Bryan Jurish
urely aesthetic, see Roman's recent sourceforge report wrt. [any2string] (Bug #2501709, http://sourceforge.net/tracker/index.php?func=detail&aid=2501709&group_id=55736&atid=478070). speak now or forever live with the consequences, etc. etc., Bryan -- Bryan Jurish

Re: [PD] speech recognition for pd

2009-01-13 Thread Bryan Jurish
hing > > 6) it's possible to make a custom dictionary, for now i will create one > for basic stuff (http://wiki.puredata.info/en/Category:vanilla) > > 7) tested with two big accents : french (me) and japanese (my girlfriend) > > pat -- Bryan Jurish

Re: [PD] Chicago Patching Circle

2008-11-10 Thread Bryan Jurish
mp;geocode=&q=7006+N+Glenwood,+Chicago&sll=37.0625,-95.677068&sspn=58.337319,94.833984&ie=UTF8&z=17&g=7006+N+Glenwood,+Chicago&iwloc=addr > > Mike > -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED]

Re: [PD] problems with Delta 1010LT?

2008-11-09 Thread Bryan Jurish
t; > J > > -- > Jaime E Oliver LR > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > www.realidadvisual.org/jaimeoliver > <http://www.realidadvisual.org/jaimeoliver> > www-crca.ucsd.edu/ <http://www-crca.ucsd.edu/> > www.realidadvisual.org <htt

Re: [PD] Building Externals

2008-10-13 Thread Bryan Jurish
well, unsubscribing. have fun in your broken paradise >> oh well, your zeal was shortlived then >> let me 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.

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 t

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

2008-08-13 Thread Bryan Jurish
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 "There is *always* one more bug."

Re: [PD] Ratts object on OSX

2008-06-28 Thread Bryan Jurish
uot; for osx) ? If so, do you see 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

Re: [PD] Ratts object on OSX

2008-06-27 Thread Bryan Jurish
rors: > > 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' > ... >

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

2008-06-19 Thread Bryan Jurish
f 4 or 6 channel > files up to 10min (oor even longer). > again, surely many people are gonna suggest to use jackd and jamin, > but as i have just said - i'm traying to implement a pure data > mastering suit ;] > > does anybody know an external which would do

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

2008-06-19 Thread Bryan Jurish
t;> >> Hope this helps, >> >> >> Claude > hey claude, > you helped me a lot. > the only thing i realize now, is that pd slows down when the sample size > is to great. > is there an alternative to play long samples? > > thanks a lot. > /robert --

Re: [PD] VOSIM - Voice Synth and similar

2008-04-06 Thread Bryan Jurish
ing >>that follows lip positions, and in Pd there >>if [paf~], and if you can't find it for any reason >>I have the source. > >>andy > >>On Sat, 26 May 2007 19:36:07 + >>"josue moreno" wrote: > >> Hi everyone, >> >&

Re: [PD] vowel recognition

2008-03-11 Thread Bryan Jurish
ore/other objects/technology? > marius. -- 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] [OT]TTS

2008-03-06 Thread Bryan Jurish
TTS with a german male voice? > > any hints appreciated, > > thx, reinhard -- 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] soundfiler alternative - realtime? (loading in background)

2008-02-12 Thread Bryan Jurish
> [readsf~] and [tabwrite~] in an upsampled subpatch (with [block~]). > > No -resize support there though, and it's only "N times" faster than > real time, not "as fast as possible without dropouts". > > > Claude -- Bryan Jurish

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

2008-02-05 Thread Bryan Jurish
deepest most heartfelt sympathies). Good luck! marmosets, Bryan -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology ___ PD-list@iem.at

Re: [PD] Split symbol into individual characters

2008-01-16 Thread Bryan Jurish
;> characters. Something a bit like Max's [spell] object... > > [symbol2list] with an empty symbol as delimiter (the default is the > space-symbol) -- Bryan Jurish "There is *always* one more bug." [

Re: [PD] Split symbol into individual characters

2008-01-16 Thread Bryan Jurish
gt; > I'm looking 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."

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

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

2007-12-16 Thread Bryan Jurish
'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 Jurish "There is *always

Re: [PD] code and compilers

2007-12-09 Thread Bryan Jurish
code of mine that i only managed to track down by looking at the literal memory positions, and if I had had 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

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

2007-11-09 Thread Bryan Jurish
r not, and i don't seem to have a copy of it here; sorry. > ratts does NOT need 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 soun

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

2007-11-09 Thread Bryan Jurish
g if anyone has successfully > compiled for windows and/or osx. OR any other speech > synthesis/singing synth options for either of these > platforms? > > Thanks! > mark -- Bryan Jurish "There is *a

Re: [PD] pd to webpage

2007-10-19 Thread Bryan Jurish
moin moin, eek, that's an ugly bug you've found there... I'll try and fix it this weekend, in between diaper changes ;-) marmosets, Bryan On 2007-10-18 21:50:41, IOhannes m zmoelnig <[EMAIL PROTECTED]> appears to have written: > Bryan Jurish wrote: >> run.

Re: [PD] pd to webpage

2007-10-18 Thread Bryan Jurish
, at some point I'll be able to implement [any2string] and [string2any] as simple wrappers around [str], but I haven't gotten around to trying it yet ;-) marmosets, Bryan -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED]

Re: [PD] Weighted Randomness

2007-10-12 Thread Bryan Jurish
ller's moses example, but I would like more graphic control of density. -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomology ___ PD-list@iem.at mailing

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

2007-10-11 Thread Bryan Jurish
bout you folks, but i think that's a pretty heavy etymological load to carry; certainly heavier than "horde"... marmosets, Bryan -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic E

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

Re: [PD] Re-targeting sends.

2007-08-19 Thread Bryan Jurish
at") as the name of the send target... 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

Re: [PD] midi controller advice?

2007-08-10 Thread Bryan Jurish
o you. I'm interested! In fact, I've written such an abstraction as well, which I'm also happy to share. marmosets, Bryan -- Bryan Jurish "There is *always* one more bug." [EMAIL PROTECTED] -Lubarsky's Law of Cybernetic Entomol

Re: [PD] midi controller advice?

2007-08-06 Thread Bryan Jurish
h pedals on ebay and solder my own ;-) 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://lists.puredata.info/listinfo/pd-list

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

2007-08-06 Thread Bryan Jurish
ZOcsxxs > > (A friend just 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 Berli

Re: [PD] pdstring feature requests...

2007-07-26 Thread Bryan Jurish
moin, On 2007-07-26 10:06:11, IOhannes m zmoelnig <[EMAIL PROTECTED]> appears to have written: > Bryan Jurish wrote: >> at some point, IOhannes m zmoelnig <[EMAIL PROTECTED]> appears to >> have written: > so i would be quite content if [any2string] would add nothing

Re: [PD] pdstring feature requests...

2007-07-25 Thread Bryan Jurish
any2string] request i would love to be > able to change the delimiter (again: via arguments and/or 2nd inlet); not likely to happen without re-inventing binbuf_text(), which is bit of a monster. ... all of this might be easier to implement if we could ensure that nothing &q

Re: [PD] [OT] Voice Synth

2007-06-08 Thread Bryan Jurish
structures & parameters without sufficient documentation or examples is more than I felt like dealing with; I may get around to it some day, but it's not too high on my list of priorities as long as [flite] continues to block the cpu during synthesis. If you want/need user-configurabl

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 plug

Re: [PD] [OT] Voice Synth

2007-06-02 Thread Bryan Jurish
ave the help > files it makes everything seem more complicated than it really is. So, > here's a little patch that contains the bare essentials that you need to > do start experimenting with Ratts: > > ratsass.pd: [snip] -- Bryan Jurish "T

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: Ba

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 >> capa

Re: [PD] Pd and Edirol UA-25

2007-05-29 Thread Bryan Jurish
. I read on the list that some- > one is running both midi and sound. Problem is the UA-25 seems to > force 24bit in advanced mode which Pd won't run at or is there a way > to get around this. > Debian Etch > Power Book 1.5 > Edirol UA-25? -- Bryan Jurish

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

2007-05-11 Thread Bryan Jurish
he word. As I am quite a > novice concerning pd, I > have no clue about the most 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

Re: [PD] USB Sound "card"

2007-05-04 Thread Bryan Jurish
ol' devices also working nicely 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 accou

  1   2   >