Re: [PD] change for symbols

2009-03-10 Thread tim vets
2009/3/10 Hans-Christoph Steiner h...@eds.org Sounds handy, but it would be nice to have [change] directly support symbols... .hc On Mar 10, 2009, at 6:07 AM, Jack wrote: Yep, simple and nice. ++ Jack Le 10 mars 09 à 08:06, Frank Barknecht a écrit : Hallo, Max hat gesagt: //

Re: [PD] Finding zero crossing

2009-08-04 Thread tim vets
2009/8/4 tim vets timv...@gmail.com Hi John, I would think it's easier to just have the audio fade out right before jumping and -in right after jumping. I once made a patch that does it that way iirc. You can have a look at it here: http://www.timvets.net/software/pd_beatslicer

Re: [PD] Finding zero crossing

2009-08-04 Thread tim vets
Hi John, I would think it's easier to just have the audio fade out right before jumping and -in right after jumping. I once made a patch that does it that way iirc. You can have a look at it here: http://www.timvets.net/software/pd_beatslicer/slicer.pd.zip gr, Tim 2009/8/4 john canning

Re: [PD] letters that move to their correct position to form readable text

2009-08-18 Thread tim vets
Hello, Thanks for sharing your insights! The project turned out to be a little different from what I first thought though. Now it's like this: A text is shown, but only the word lengths are correct, most letters are randomly swapped with another letter in the text. The letters one by one flip

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

2009-08-21 Thread tim vets
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 is a dead link. anywhere else could I find this ? Bryan, are you here ? :) thanks! Tim

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

2009-08-21 Thread tim vets
syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org mgr...@syr.edu | 315.378.2136 --- On Fri, 8/21/09, tim vets timv...@gmail.com wrote: From: tim vets timv...@gmail.com Subject: [PD] pd

Re: [PD] PDuino example update frequency

2009-10-23 Thread tim vets
Hey Daniel, If i remember correctly, there are [speedlim 100] objects used in the arduino-test patch. So the speed is limited to one read every 100 ms. It's somewhere in the analog input subpatch (i don't have it here so i can't verify now) hope this helps, Tim 2009/10/23

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread tim vets
2009/11/9 Athos Bacchiocchi athos.bacchioc...@tin.it hi, i'm working on a little project in which some notes with random pitches and duration appear at random time intervals. Each note is packed in a midi format (pitch and velocity), with a note-off event (pitch and zero velocity) sent

Re: [PD] fullscreen with gem on OSX

2009-12-08 Thread tim vets
2009/12/8 rafael.ad...@zhdk.ch hello there does anybody know how i can get out of the fullscreen mode (gem) back to my main patch (pd extended on osx)? it doesn't work with tab neither with a key number... thanx a lot:) rafael ___ hi rafael,

Re: [PD] browsing and selecting a folder (directory)

2009-12-08 Thread tim vets
2009/12/8 Matteo Sisti Sette matteosistise...@gmail.com Matteo Sisti Sette escribió: As far as I can see, these two object only allow you to select a file; the only way to select a directory would be to navigate to the parent directory, and then write the directory name manually, but

Re: [PD] fullscreen with gem on OSX

2009-12-09 Thread tim vets
, fullscreen 0, create, 1( | [gemwin] to switch from fullscreen to windowed mode. gr, Tim gr, rafael ___ Von: tim vets [timv...@gmail.com] Gesendet: Dienstag, 8. Dezember 2009 19:23 An: Adame, Rafael Cc: pd-list@iem.at Betreff: Re: [PD] fullscreen with gem

Re: [PD] a philosophical question

2009-12-09 Thread tim vets
2009/12/10 Roman Haefeli reduzie...@yahoo.de the question is 'No'. Roman I am a strange loop ;) Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] sending 'clear' to [oneshot] after a condition is met

2010-02-19 Thread tim vets
2010/2/19 Alexandre Castonguay acastong...@artengine.ca Hi all, I can't figure out why the message 'clear' in this patch is not sent to [oneshot]. Clicking it manually works fine. My guess: Trigger sequences the messages one after the other, but still within one event, or timeframe...or

Re: [PD] turn a symbol to a message

2010-02-20 Thread tim vets
Hello Ignacio, see attached example, hope it helps... gr, Tim 2010/2/20 Ignacio Lois ignaciol...@gmail.com Hello everyone. I've been pulling my hair out for a while with an inexplicable problem. I'm trying to build an [open file.wav( message to feed a [readsf~] object. A [makefilename]

Re: [PD] Handling numbers read from a file

2010-03-02 Thread tim vets
2010/3/2 PSPunch sh...@pspunch.com Hi, I am looking for a way to load a series of floats stored in a file, then accessing the values in a non-sequential order. My patch under construction is utilizing [textfile], which I've come to realize that there is currently no method to move in

Re: [PD] gem fullscreen question

2010-03-04 Thread tim vets
Hi all, This reminds me, I had a related problem in a project where I needed to destroy and recreate the Gemwin to switch between buffered and non-buffered mode. When the gemwin is destroyed and recreated however, it loses the focus, and so [gemkeyname] stops working until you manually click in

Re: [PD] an object to analyse how many midi keys are pushed at once

2010-03-11 Thread tim vets
2010/3/11 jangling jack three...@ml1.net Hi list! Im wondering if there is an object which analyses how many keys (both comps and midi) are pushed at once? its for my arpeggiator patch. im on linux (64studio) Hello, my first thought would be a simple accumulator: [n\ | [+]X[f] | ...

Re: [PD] Local Variables in GUI Properties (receive-symbol)

2010-03-26 Thread tim vets
2010/3/26 Ben Baker-Smith bbakersm...@gmail.com Ben Baker-Smith wrote: Hello, Is there a way to use local variables ($0) in GUI send-symbol / receive-symbol properties? If I just put in $0 it interprets it as 0, this is new to me; i have been using $0 in gui-objects for ages.

Re: [PD] interleaved audio

2010-03-28 Thread tim vets
[read ./some/audiofile.wav array_left array_right( | [soundfiler] gr, Tim 2010/3/28 komika hackage kom...@komika.org hello list, is there a possibility to read interleaved stereo audio files into a buffer in pd and access the data of both channels later? thanks for any help

Re: [PD] latency solutions... and then some

2010-04-02 Thread tim vets
2010/1/31 Derek Holzer de...@umatic.nl Unnoticeable latency usually refers to the musician not noticing the difference in time between when they press the key and when the sound comes out. Any time you add a delayed signal to the original signal, you will notice it. The slap-back happens at

[PD] pd~ and DIO errors

2010-04-02 Thread tim vets
Hi all, I have a rather heavy patch which causes DIO errors when I switch~ on several subpatches. I'm running pd + Jack on a rt kernel (ubuntu-studio Hardy),... Jack shows little or no Xruns. Now I wanted to try and optimize the patch by using [pd~]. The way I understood it is that [pd~] will

Re: [PD] pd~ and DIO errors

2010-04-03 Thread tim vets
2010/4/3 tim vets timv...@gmail.com Hi Patrick, 2010/4/3 patrick pured...@11h11.com hi tim, just to be sure, do you use the -rt flag when starting pd? also, try to run everything (jack, pd) in root (just to see if the glitches is the cause of a limitation). Yes, I start pd with pd -rt

Re: [PD] Detect silence inArray and resize

2010-04-03 Thread tim vets
Hi, I'm Trying to do this: after recording a sound event in array (the initial size of this array is equal to samplerate*time in seconds), I want to resize this array approximately equal of the duration of this sound event (as a sttacato event with fff in trumpet). In other words, I

Re: [PD] pd~ and DIO errors

2010-04-04 Thread tim vets
2010/4/4 Dan Wilcox danomat...@gmail.com On Apr 3, 2010, at 2:39 AM, tim vets wrote: Hi all, I have a rather heavy patch which causes DIO errors when I switch~ on several subpatches. I'm running pd + Jack on a rt kernel (ubuntu-studio Hardy),... Jack shows little or no Xruns. Now I

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
has anyone been using pd~ successfully ? I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I assumed it would run on another processor

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
2010/4/5 Tim Blechmann t...@klingt.org has anyone been using pd~ successfully ? I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I assumed

Re: [PD] pd and multi-core processors

2010-04-06 Thread tim vets
2010/4/5 cyrille henry c...@chnry.net tim vets a écrit : tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded

Re: [PD] pd and multi-core processors

2010-04-06 Thread tim vets
2010/4/6 tim vets timv...@gmail.com 2010/4/5 cyrille henry c...@chnry.net tim vets a écrit : tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot

Re: [PD] pd and multi-core processors

2010-04-06 Thread tim vets
2010/4/6 Tim Blechmann t...@klingt.org With my patch open i get these values (average): cpu1 60% cpu2 60% cpu3 11% cpu4 2% Then, when I open a pd~ patch: cpu1 80% cpu2 80% cpu3 40% cpu4 3% the average cpu load won't tell you a lot, since the cpu speed is usually not constant, but may

[PD] cheaper bonk~ replacement ?

2010-04-09 Thread tim vets
hello, I'm trying to optimize a patch to run it at the lowest possible latency. There is a subpatch with 6 bonk~ objects in it. This seems to be quite heavy on the cpu. As soon as I switch it on i get crackles. Is there a cheaper alternative to track attacks ? gr, Tim

Re: [PD] cheaper bonk~ replacement ?

2010-04-09 Thread tim vets
thanks for the suggestion Patrice. I was trying something with expr~. I find it hard to achieve the same accuracy as bonk~ also, I think that the crackles must be caused by something further downstream in my patch, where the bonk~ objects' bangs get sent to... 2010/4/9 colet.patr...@free.fr

Re: [PD] [hid] button down press

2010-04-11 Thread tim vets
hi Tyler, maybe [match] ? gr, Tim 2010/4/11 Tyler Leavitt thecryofl...@gmail.com hello all... first off, wow! i never took a look at pd before i needed to control hydrogen via usb gamepad today, but wow... awesome program, sorry to have looked over it for so long. that being said, many

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

2010-04-12 Thread tim vets
Hey, on ubuntu, I have good experience with: -echo layla 3g (8in8out,2preamps, phantom...) -m-audio delta 1010LT -m-audio delta 44 -rme hammerfall dsp + multiface, both PCI and PCMCIA (note: the output jack sockets are too close to each other, which can give you a hard time connecting more than 2

Re: [PD] Free samples somewhere on the net?

2010-04-15 Thread tim vets
Speaking of samplebanks, an interesting approach in pd would be to do a good Rhodes modeling patch, rather than using a samplebank... For example, I was quite impressed when I heard the 'pianoteq' piano modeling instrument. It's not pd, nor is it free software, but I can't help but think something

Re: [PD] readsf~ error when reading .aiff

2010-04-15 Thread tim vets
2010/4/16 Mathieu Bouchard ma...@artengine.ca On Thu, 15 Apr 2010, Alexandre Porres wrote: nevermind, seems the file is in a bad format for Pd, although it plays elsewhere...cheers nevertheless, that's a quite wrong error message, so, if a bad file format causes filehandles to be lost,

Re: [PD] change object for symbols?

2010-04-26 Thread tim vets
[nchange s] gr, Tim 2010/4/26 James Dunn ja...@4thharmonic.com Hi list, is there something like a change object for symbols? thanks James ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] plugin~ help broken

2010-04-26 Thread tim vets
what does listplugins in terminal say ? gr, Tim 2010/4/26 Abraao Alcantara sephioh...@gmail.com Hi all. Im using Ubuntu 9.10, and installed more recent version of pd-extended from this link http://autobuild.puredata.info/auto-build/latest/ . When i try use help of plugin~ object, i got

Re: [PD] bit crusher abstraction

2010-04-29 Thread tim vets
there's a very simple way do do 'sample rate reduction' (which is i think the sound you're looking for) [readsf~] |[phasor~ 100] |/ [samphold~] | instant lo-fi gratification :) gr, Tim 2010/4/29 Pierre Massat pimas...@gmail.com Same here! Only i want to use it,

Re: [PD] Velocity detection

2010-05-05 Thread tim vets
I would suggest you look at [delta] the bigger the difference between two consecutive position measurements, the higher the speed of movement (provided that your measurements occur at regular time intervals) gr, Tim 2010/5/5 Greg Pond gregp...@gmail.com if you need to measure the time between

Re: [PD] Both kinds of beats, drum *and* bass.

2010-05-15 Thread tim vets
Hi, I get 'permission denied' when I try to open the patch. I tried to 'chown' it, but still the same result. how should I open this ? thanks, Tim 2010/5/15 chrism ch...@mccormick.cx The correct url is: http://mccormick.cx/dev/DrumAndBass-1.zip On Sat, 15 May 2010 02:51:56 -0400, chrism

Re: [PD] Both kinds of beats, drum *and* bass.

2010-05-15 Thread tim vets
Ah I see, chmod, not chown...it works now. nice synopsis of an idiom Chris ! it could use some bass doing 'wowowo' though ;) 2010/5/15 Roman Haefeli reduzie...@yahoo.de On Sat, 2010-05-15 at 13:38 +0200, tim vets wrote: Hi, I get 'permission denied' when I try to open the patch. I tried

Re: [PD] visualize time/position in soundfile

2010-05-17 Thread tim vets
I don't know what's the best way but here is _a_ way: set the range of a horizontal slider to match the length of the array you can use the outlet of soundfiler and send it to the [hsl] object's receive symbol through a message, for example: [soundfiler] | [range 0 $1( | [s myslider] (it will

Re: [PD] visualize time/position in soundfile

2010-05-17 Thread tim vets
2010/5/17 tim vets timv...@gmail.com I don't know what's the best way but here is _a_ way: set the range of a horizontal slider to match the length of the array you can use the outlet of soundfiler and send it to the [hsl] object's receive symbol through a message, for example: (I forgot

[PD] workflow

2010-06-03 Thread tim vets
I just had this little idea that could improve my patching workflow: I don't know if anyone would care, but here it is: when doing ctrl+1 to create an object box, then changing your mind and typing nothing in it, but doing backspace deletes the created object immediately... so that you don't have

Re: [PD] workflow

2010-06-04 Thread tim vets
I just realized, it would be a bit more complicated, because, say you already typed something in it and want to delete the whole word to replace it with something else, you wouldn't want the object to disappear. So the rule would have to be: backspace deletes the object if nothing has been typed

Re: [PD] workflow

2010-06-04 Thread tim vets
to the inlet of the current one. Because you don't always create stuff in a top-down direction (you create a metro and -then- think 'it needs a toggle'). gr, Tim 2010/6/4 tim vets timv...@gmail.com I just realized, it would be a bit more complicated, because, say you already typed something

Re: [PD] [PD-announce] Pd-extended 0.42.5 release candidate 1 released!

2010-06-04 Thread tim vets
the patcher background is grey (same color as the menu's, ubuntu-studio hardy) is that intentional ? gr, Tim 2010/6/4 Hans-Christoph Steiner h...@at.or.at Ok, its finally time to start the release process of Pd-extended 0.42.5 with the release of 0.42.5-rc1, available now! There are of

Re: [PD] mbrola for pd?

2010-06-10 Thread tim vets
2010/6/10 fp potaxpo...@gmail.com 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 flite~, though i think it is less sophisticated than maxmbrola...

Re: [PD] comment

2010-06-15 Thread tim vets
Hi, What seems to work in many cases here (ubuntu) for pasting the clipboard is clicking both the left and right mouse buttons simultaneously instead of doing ctrl+v. gr, Tim 2010/6/16 Andrew Faraday jbtur...@hotmail.com Hey all Bit OT on this thread, but has anyone seen the help file for

Re: [PD] comment

2010-06-16 Thread tim vets
2010/6/16 Kim Cascone k...@anechoicmedia.com Mathieu Bouchard wrote: On Tue, 15 Jun 2010, Kim Cascone wrote: the only problem is if you click on a comment making it gray then perform a paste it usually ends up looking something like [commyour text pasted hereent] and needs a little clean

Re: [PD] weighted average (or ?)

2010-06-16 Thread tim vets
attached is a possible solution the logic is: add the values of 4 sliders divide 1 by that sum multiply all slider values by that number gr, Tim 2010/6/16 Funs Seelen funssee...@gmail.com Hey Joao, Connect all the sliders to a [+ ] object and then divide the single output of every slider by

Re: [PD] weighted average (or ?)

2010-06-16 Thread tim vets
sorry, the attachment was 0kb, my harddisk was full... see this attachment gr, Tim 2010/6/16 tim vets timv...@gmail.com attached is a possible solution the logic is: add the values of 4 sliders divide 1 by that sum multiply all slider values by that number gr, Tim 2010/6/16 Funs

Re: [PD] weighted average (or ?)

2010-06-16 Thread tim vets
Ah right, an unnecessary step ofcourse. but I do find it easier to understand that way, and you can adapt that '1' to the desired sum directly... Tim 2010/6/16 Funs Seelen funssee...@gmail.com x / y or x * (1 / y) What's the difference? Funs ___

Re: [PD] Pd cuer

2010-06-16 Thread tim vets
2010/6/16 Pagano, Patrick p...@digitalworlds.ufl.edu I am still interested in researching a way for pd to be used more like a software like Isadora that allows different patches to be cued for live and theatrical performance. Basically we would like to use Pure Data to cue a theatre show

Re: [PD] Pd cuer

2010-06-16 Thread tim vets
to use interface with some key commands and visual feedback for the user... just my 2 cents... pp *From:* tim vets [mailto:timv...@gmail.com] *Sent:* Wednesday, June 16, 2010 11:36 AM *To:* Pagano, Patrick; pd-list *Subject:* Re: [PD] Pd cuer 2010/6/16 Pagano, Patrick p

Re: [PD] triggering fx

2010-06-16 Thread tim vets
2010/6/16 Jon potaxpo...@gmail.com i'm planning a patch that will listen to live acoustic instruments (via fiddle~or sigmund~) and then trigger some effects when the analysis objects detect certain frequencies. the catch is that i not only want to trigger these fx: ideally the effect should

Re: [PD] readanysf~ error

2010-06-22 Thread tim vets
This may or may not be related or useful, but: I got this 'too many files open' error a while ago in a patch with many readsf~ (without 'any') objects. I did this: edit /etc/security/limits.conf and add : [username] soft nofile 4096 [username] hard nofile 4096 (see

[PD] gem -- antialiasing?

2010-07-11 Thread tim vets
Hello, I'm looking for a way to do anti-aliasing in Gem I tried the 'fsaa' message, as suggested in http://lists.puredata.info/pipermail/pd-list/2003-11/015230.html but it doesn't work (no method for 'fsaa') in my version. (ver: 0.91.3 'tigital' compiled: Jun 4 2009) Is it possible ? Thanks Tim

Re: [PD] gem -- antialiasing?

2010-07-11 Thread tim vets
2010/7/11 pascale gustin gustin.pasc...@free.fr 2010/7/11 tim vets timv...@gmail.com: Hello, I'm looking for a way to do anti-aliasing in Gem I tried the 'fsaa' message, as suggested in http://lists.puredata.info/pipermail/pd-list/2003-11/015230.html but it doesn't work (no method

Re: [PD] gem -- antialiasing?

2010-07-11 Thread tim vets
2010/7/11 cyrille henry c...@chnry.net Le 11/07/2010 16:05, tim vets a écrit : 2010/7/11 pascale gustin gustin.pasc...@free.fr mailto:gustin.pasc...@free.fr 2010/7/11 tim vets timv...@gmail.com mailto:timv...@gmail.com: Hello, I'm looking for a way to do anti-aliasing

Re: [PD] Strange comportment with a filled and lighted cube in GEM

2010-07-15 Thread tim vets
2010/7/15 Olivier Baudu lamouraupeu...@gmail.com Hello, I've have reproduce several times on different computer, with different graphic cards, something looks like a bug with [cube ]. (always on pd-ext 0.42.5 rc4 // Lucid ) If I open a patch with a cube without loadbanging any draw option

[PD] number of sample frames to skip

2010-07-18 Thread tim vets
a very basic question, my apologies if I missed the obvious... In the soundfiler help, what is meant by 'sample frames' in the phrase number of sample frames to skip in array ? 1 sample ? 64 samples ? ? many thanks, Tim ___ Pd-list@iem.at mailing

Re: [PD] Feedback at sample level

2010-07-25 Thread tim vets
2010/7/25 Umberto umberto.tor...@gmail.com Hi, i was wondering , ids it possible to perform feedback at sample level? For example one individual sample? How can i do this? off the top of my head : make a subpatch and set its block size to one sample ( [block~ 1] ?) this should allow you to

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread tim vets
or [nchange l] (from maxlib, I think) gr, Tim 2010/8/17 Johnny Ferguson hyperfle...@gmail.com On 08/17/2010 01:13 AM, Mathieu Bouchard wrote: On Tue, 17 Aug 2010, Johnny Ferguson wrote: Awesome external. I've coded up an abstraction to filter out repeated lists. See attached. What

Re: [PD] List with variable number of floats

2010-08-17 Thread tim vets
you could also use [list-find] and a list of 1's and 0's gr, Tim 2010/8/17 Roman Haefeli reduz...@gmail.com If I understand you correctly, you basically need a table of the size 18. Then you can use [tabwrite] to set any of the IDs (0-17) on or off (respectively: 1 or 0). Use [tabread] to

Re: [PD] List with variable number of floats

2010-08-17 Thread tim vets
see attachment uses tabdumb and list-idx chooses one of 18 'onn/off states' in a table randomly and flips it gr, Tim 2010/8/17 Frank Barknecht f...@footils.org Hi João, On Tue, Aug 17, 2010 at 04:30:00PM +0100, João de Brito Rocha Reis Vidigal wrote: Here's what I wanna do: I have 18

Re: [PD] List with variable number of floats

2010-08-17 Thread tim vets
i mean 'tabdump' not 'tabdumB' :) 2010/8/17 tim vets timv...@gmail.com see attachment uses tabdumb and list-idx chooses one of 18 'onn/off states' in a table randomly and flips it gr, Tim 2010/8/17 Frank Barknecht f...@footils.org Hi João, On Tue, Aug 17, 2010 at 04:30:00PM +0100

Re: [PD] [PD-announce] pd 0.43 test 2 (first 'real' test version) released

2010-08-19 Thread tim vets
Hello, Is the canvas color related to the desktop color scheme in a different way now? On ubuntustudio, with the default color scheme, the canvas is dark gray instead of white. I changed the my scheme (SystemPreferencesAppearance) to 'Clearlooks', and now the canvas is -almost- white :) gr, Tim

Re: [PD] selecting 1 output signal from multiple input signals

2010-08-20 Thread tim vets
2010/8/20 Jonathan Wilkes jancs...@yahoo.com --- On Fri, 8/20/10, Johnny Ferguson hyperfle...@gmail.com wrote: From: Johnny Ferguson hyperfle...@gmail.com Subject: [PD] selecting 1 output signal from multiple input signals To: pd-list@iem.at Date: Friday, August 20, 2010, 5:37 AM Is

[PD] newline in comment

2010-08-21 Thread tim vets
Hi list, Is there a way to put newlines in comments that stay there after closing and reopening a patch? I am unable to create a comment like: first line second line third line without it becoming: first line second line third line after reopening the patch. I pasted some text from elsewhere and

Re: [PD] [PD-dev] odd key object behavior under Linux

2010-09-27 Thread tim vets
I got curious, so I did this little test with auto-repeated keys: [image: keytimetest.jpg] strange indeed :) gr, Tim 2010/9/27 Ivica Ico Bukvic i...@vt.edu Many thanks for the explanation! What seems weird, however, is how divergent time delta between repeats is. On Windows it is always

Re: [PD] [PD-dev] odd key object behavior under Linux

2010-09-27 Thread tim vets
it checks whether the key of certain type has been outputted in this update and if so, discard repeated occurrence? Best wishes, Ico -- *From:* tim vets [mailto:timv...@gmail.com] *Sent:* Monday, September 27, 2010 1:21 PM *To:* Ivica Ico Bukvic *Cc

Re: [PD] Shuffling arrays

2010-10-03 Thread tim vets
William Brent's tabletool ? http://williambrent.conflations.com/pages/research.html http://williambrent.conflations.com/pages/research.htmlgr, Tim 2010/10/4 Andrew Faraday jbtur...@hotmail.com Hey Guys I've recently come across the .shuffle method in Ruby which randomly re-orders the

[PD] error: resize failed

2010-10-13 Thread tim vets
Hello, I have a list of *.wav files to be played in sync with their corresponding video files. I load them into tables to play them with tabread~ Most of the time it works, except for some files, where I get error: resize failed and they won't play back. The files are relatively big (between 30

Re: [PD] error: resize failed

2010-10-14 Thread tim vets
, Oct 13, 2010 at 7:20 PM, tim vets timv...@gmail.com wrote: Hello, I have a list of *.wav files to be played in sync with their corresponding video files. I load them into tables to play them with tabread~ Most of the time it works, except for some files, where I get error: resize failed

[PD] pix_film: get frame rate

2010-10-14 Thread tim vets
Hi all, (Apologies if this has been answered before) How do I get the frame rate of a video ? pix_film prints it to the console, but I'd like to get that number (29 or 25...) in my patch. the help says: Outlet 2: list: length width height: gets the dimensions (in fps and pixels) of a film ... but

[PD] msgfile: number of lines ?

2010-10-14 Thread tim vets
Hi all, Is there a way to get msgfile to report the number of lines the loaded file contains (without using 'flush' and a counter) ? thank you, Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Tyler Leavitt thecryofl...@gmail.com http://www.mail-archive.com/pd-list@iem.at/msg00287.html I googled my question and came up with this thread... considering it was 4 years old I figured maybe someone out there had a fresh solution... I need to clear a delay that I have written

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Peter Plessas ples...@mur.at tim vets wrote: 2010/10/17 Tyler Leavitt thecryofl...@gmail.com http://www.mail-archive.com/pd-list@iem.at/msg00287.html I googled my question and came up with this thread... considering it was 4 years old I figured maybe someone out there had

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
the blocksize...(if I remember correctly) I still don't see anything in this you can only do with delay lines and not with tables, though I might miss the point :) gr, Tim On Sun, Oct 17, 2010 at 6:38 AM, tim vets timv...@gmail.com wrote: 2010/10/17 Peter Plessas ples...@mur.at tim vets wrote: 2010/10

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
] ? but, for the record, I was also looking for a way to clear delay buffers at one point, I still think it would be handy. Tim On Sun, 17 Oct 2010 18:21:48 +0200 tim vets timv...@gmail.com wrote: I still don't see anything in this you can only do with delay lines and not with tables, -- Andy

Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 tim vets timv...@gmail.com 2010/10/17 Andy Farnell padawa...@obiwannabe.co.uk [vd~] If you want to read at a vari-rate from a buffer then AFIK you can only use the [delwrite~]/[vd~] pairing. isn't that possible with something like: [phasor

Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread tim vets
2010/10/17 Antonio Roberts anto...@hellocatfood.com Thanks for the suggestion. I converted the videos using the following command in ffmpeg ffmpeg -i 4.mov -vcodec mjpeg 6.avi but I still get segmentation faults. Hi Antonio, here's what I use: mencoder $1 -ovc lavc -lavcopts

Re: [PD] pduino + arduino UNO

2010-10-18 Thread tim vets
from http://arduino.cc/en/Main/Hardware : It is similar to the Duemilanove, but has a different USB-to-serial chip the ATMega8U2 may have something to do with it...? gr, Tim 2010/10/18 alessandro contini aless.cont...@gmail.com hey there, i'm teaching in an intensive course about Arduino in

Re: [PD] pix_set using coordinates...

2010-10-19 Thread tim vets
and here's a clumsy attempt at a 16x16 etch-a-sketch using pix_set. maybe closer to what you want. gr, Tim 2010/10/19 tim vets timv...@gmail.com 2010/10/19 Olivier Baudu lamouraupeu...@gmail.com Hi list, Do you know if there is a way, in GEM, to draw a picture, pixel by pixel, using

[PD] line: grain rate and delta

2010-10-21 Thread tim vets
Hi all, I'm a bit confused about the grain rate of [line] the help says that 'the default grain rate is 20 ms' however, when I connect a [delta] to a [line], it shows zero's, while inserting a [speedlim 20] changes that. also some other tests in attached patch. can someone explain ? Thanks, Tim #N

Re: [PD] line: grain rate and delta

2010-10-21 Thread tim vets
2010/10/21 IOhannes zmölnig zmoel...@iem.at On 10/21/2010 03:30 PM, tim vets wrote: Hi all, I'm a bit confused about the grain rate of [line] the help says that 'the default grain rate is 20 ms' however, when I connect a [delta] to a [line], it shows zero's, while inserting a [speedlim

Re: [PD] line: grain rate and delta

2010-10-21 Thread tim vets
2010/10/21 tim vets timv...@gmail.com 2010/10/21 IOhannes zmölnig zmoel...@iem.at On 10/21/2010 03:30 PM, tim vets wrote: Hi all, I'm a bit confused about the grain rate of [line] the help says that 'the default grain rate is 20 ms' however, when I connect a [delta] to a [line

Re: [PD] Help needed for string manipulation in PD

2010-10-25 Thread tim vets
2010/10/25 tania habib taniaha...@gmail.com Hello, Currently I am stuck at one point in my multichannel recording patch. The problem is that I want to dynamically read the list of wav-files from a specific folder using a text file. For this case, I am using the textfile object. One line of

Re: [PD] read Puredata array/table data from another app?

2010-10-26 Thread tim vets
2010/10/26 padovani zepadovani.li...@gmail.com Hello, is there a way to access a PD array from another app? I'm trying to do some visualizations from arrays in Processing and in openFrameworks and have managed to send 256 floats tables (with [switch~]) per DSP block through OSC: anyway,

Re: [PD] How to: different channels with noteout ctlout (pd ableton)

2010-10-26 Thread tim vets
2010/10/26 jm jones juan...@gmail.com Im creating a patch to control midi instruments and control parameters. For now I can send midi data to only one channel (via midi yoke), if I want to send data to another channel I write noteout 2 and select midi yoke 2 in ableton Live, but that doesn't

Re: [PD] joining segments

2010-10-31 Thread tim vets
I would think you'd simply have to cross-fade between wave-segment A and B what do you need this for? Tim 2010/11/1 ronni montoya ronni.mont...@gmail.com Hi, I was wondering which approaches does exist for creating waveforms from a set of segments , or how can i join segments together to

Re: [PD] joining segments

2010-10-31 Thread tim vets
something in A and B and see it appear in the lower left array in a wave that alternates between A and B. you can set the width and sharpness of the fades with the horizontal sliders. I guess what you need is different, though the technique is related. gr, Tim 2010/10/31 tim vets timv...@gmail.com

Re: [PD] Recording and playing back

2010-11-20 Thread tim vets
2010/11/20 marcello wallacechemi...@gmail.com Il 18/11/10 19:03, stéfan piat ha scritto: http://pd-tutorial.com/english/ch03s04.html 2010/11/18 jurgen noise@gmail.com mailto:noise@gmail.com ayoh you can't look through the book and find it yourself? ts ts ts... I actually

Re: [PD] Recording and playing back

2010-11-20 Thread tim vets
2010/11/20 tim vets timv...@gmail.com 2010/11/20 marcello wallacechemi...@gmail.com Il 18/11/10 19:03, stéfan piat ha scritto: http://pd-tutorial.com/english/ch03s04.html 2010/11/18 jurgen noise@gmail.com mailto:noise@gmail.com ayoh you can't look through the book

Re: [PD] beginner's question - counter inside a counter?

2010-11-20 Thread tim vets
maybe something like this ? (attached) gr, Tim 2010/11/20 2bad4...@london.com Hello, I have built a counter that counts from 1 to 19 and then starts again from the beginning. It reads the values from the array. However I would like it to stop after it reads the values three times. I

Re: [PD] Simple Subtractive Synth filter envelope

2010-11-25 Thread tim vets
2010/11/22 Andrew Faraday jbtur...@hotmail.com hello samuel [vcf~] is probably the way to go. you can also cheat a little using [envgen] which is a graphic envelope generator, currently set between 0 and 1. The documentation isn't perfect, but these are the messages you need to know. [0

Re: [PD] Most simple interfacing of 1 or 3 hardware switches (with [comport]?)

2010-11-26 Thread tim vets
[key] / [keyup] and hack an old keyboard ? I've been using this for quite a while: http://www.timvets.net/music/egi/EGI_timvets.jpg gr, Tim 2010/11/26 András Murányi muran...@gmail.com Dear List, i wish to connect a simple 3-switch foot-switch to Pd, and i was hoping i could do it with

Re: [PD] big soundfiles

2010-11-29 Thread tim vets
do I interpret it correct if I assume that a solution for [tabread~]-ing big files without quality loss would be to make a counter and split one big [line~] movement into small segments ? something like: [metro 100] | [f]X[+ 4410] | [s adder] and [r adder] | [t bf] |

  1   2   3   >