Re: [PD] Music notation in pure data

2014-04-29 Thread tim vets
INScore works great for me http://inscore.sourceforge.net/ Tim 2014-04-29 5:21 GMT+02:00 Max abonneme...@revolwear.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014? 04? 29? 09:07, Jonathan Wilkes wrote: I think somebody had one using Gem and dynamic patching. that someone

Re: [PD] Loading arrays with arbitrary wave forms

2014-04-09 Thread tim vets
I don't know if it's exactly what you had in mind, but here's an example with expr gr, Tim 2014-04-09 9:46 GMT+02:00 IOhannes m zmoelnig zmoel...@iem.at: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-04-09 02:41, David wrote: Any suggestions on how I could do that in Pure Data

Re: [PD] [bag] as sustain pedal

2014-04-04 Thread tim vets
for remembering the note-off's to be [flush( -ed when the pedal is released? 2014-04-04 10:40 GMT+02:00 Alexandre Torres Porres por...@gmail.com: hi there, I saw thia vanilla [bag] object, and it says it can be used as sustain, but I just couldn't see how. any examples around? cheers

Re: [PD] using pd live (sans computer/laptop/raspberry pi)

2014-03-19 Thread tim vets
to be released soon: www.axoloti.be gr, Tim 2014-03-17 11:29 GMT+01:00 Joe White white.j...@gmail.com: Hey Aaron, Have you checked out the Owl Pedal - http://hoxtonowl.com/ ? You can run your own C++ and Pd patcheshttp://hoxtonowl.com/2014/03/frankfurt-musikmesse-2014/on the device

Re: [PD] eucledian rythms

2014-01-03 Thread tim vets
Hi Xà, here's the patch: http://www.ols18.com/timvets/euclidrummer.pd I will put up a link on that page as well when I have time. gr, Tim 2014/1/4 xä freequenc...@gmail.com Hi List, im interested in learn how eucledian rythms works on pd. I found this example on the net from tim vets

Re: [PD] Creating random filenames

2013-12-30 Thread tim vets
Do you really need random filenames, or just unique filenames? In most cases, I use something like [time] and [date] to generate unique filenames... Tim 2013/12/30 Simon Wise simonzw...@gmail.com On 30/12/13 00:10, Jack wrote: Le 29/12/2013 13:17, Ronni Montoya a écrit : Hi, how can i

Re: [PD] Creating random filenames

2013-12-30 Thread tim vets
[time] and [date] are externals, part of zexy tip: create them as [time ___] and [date ] to better see the individual outlets. 2013/12/30 Ronni Montoya ronni.mont...@gmail.com Hi Tim, the idea is to get unique filenames. How do you get time and date inside pd? 2013/12/30, tim

Re: [PD] Creating random filenames

2013-12-30 Thread tim vets
an alternative: [date +%P%s%N( | [shell] 2013/12/30 tim vets timv...@gmail.com [time] and [date] are externals, part of zexy tip: create them as [time ___] and [date ] to better see the individual outlets. 2013/12/30 Ronni Montoya ronni.mont...@gmail.com Hi Tim, the idea

Re: [PD] Find distance to a line in 3d space

2013-12-05 Thread tim vets
[list-dotprod] from list-abs might come in handy 2013/12/6 Claude Heiland-Allen cla...@mathr.co.uk On 05/12/13 23:40, João Pais wrote: Hello list, I had a doubt, will try to explain. I wanted to define a line in a 3d space through 2 points, and be able to find out the distance from

[PD] pd-wavelet not working properly ?

2013-11-22 Thread Tim E. Real
Jack period sizes. Some other patches and the sound tests work OK. Can anyone verify this and tell me what might be wrong, if anything? I've not tried to contact the author yet. I'm anxious to see how wavelets compare with phase vocoding. Thanks. Tim

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
I got inspired to try out my take on this so here's another variation uses [list-splat] (list-abs), [tabdump] (sexy), and, although not essential, [popup] the redraw gets quite slow quite quickly with larger tables though... gr, Tim 2013/11/10 peiman khosravi peimankhosr...@gmail.com Thanks

Re: [PD] changing the position of arrays dynamically

2013-11-11 Thread tim vets
*zexy that is :) 2013/11/11 tim vets timv...@gmail.com I got inspired to try out my take on this so here's another variation uses [list-splat] (list-abs), [tabdump] (sexy), and, although not essential, [popup] the redraw gets quite slow quite quickly with larger tables though... gr, Tim

Re: [PD] Strip file name from path (alternative to [stripfilename])?

2013-10-30 Thread tim vets
I don't have [basedir] or [strippath] here, but [list-splat] (list-abs), [s2l] and [l2s] (zexy) do the trick. see attached gr, Tim 2013/10/27 Antonio Roberts anto...@hellocatfood.com I want to be able to strip the file name from a path of a file opened via [openpanel]. I've looked into using

Re: [PD] routeOSC - dynamic routing?

2013-08-08 Thread tim vets
hi, a somewhat related question: I'm trying to do something like this: [routeOSC /*/ID] but that doesn't seem to work Is it at all possible to use wildcards with routeOSC? help patch only mentions [set /*( this will match any OSC message... thanks, Tim 2013/8/8 IOhannes m zmoelnig zmoel

Re: [PD] separate list of symbols

2013-08-04 Thread tim vets
Hi, here's patch with two examples in attachment. The first one uses l2s and s2l, (left example, not sure about floats though) but then I realized that's way too complicated, probably much more convenient/adjustable using [list-find] and [list split] (right example) gr, Tim 2013/8/4 Alexandros

Re: [PD] PLEASE HELP !

2013-08-01 Thread tim vets
http://www.alsa-project.org/main/index.php/Matrix:Main gr, Tim 2013/7/30 Antoine Villeret antoine.ville...@gmail.com not *every kind* but thoses who are recognized by alsa... there is a list somewhere on the net and your question is more related to ALSA than to PD itself so you'll probably

[PD] convolve two arrays into a third

2013-07-07 Thread Tim
Hi, I am looking for a way to convolve two impulse responses stored in two array offline (i.e. not strictly real-time) with each other into a third array, to combine the effect of both into a single convolution operation in real-time. For MaxMSP there is a great tool by the University of

[PD] pd-extended 0.43.4 on 64 bit Ubuntu 12.04 - getting garray_getfloatarray() to work!

2013-04-17 Thread Tim
Hi, I am trying to unsuccessfully compile Pd-extended 0.43.4 for a 64 bit machine with a working patch to get rid of this error message: warning: extern using garray_getfloatarray() won't work in 64-bit version I am trying to use FIR~, but I am assuming this happens to all array reading

Re: [PD] convert an image into a string of characters

2013-03-01 Thread tim vets
values of a 'low-res' version of your image to these characters somehow... gr, Tim 2013/3/1 IOhannes m zmölnig zmoel...@iem.at On 03/01/2013 05:46, ronni montoya wrote: Hi, i was wondering how can i convert an image into a string of characters in pd? Is there is an easy way of doing

Re: [PD] Wierdness: patch stops opening or saving files

2012-09-29 Thread tim vets
are you using [pix_image] or the like? http://lists.puredata.info/search/Pd-list?query=too+many+open+filesmax=20result=normalsort=score gr, Tim 2012/9/28 Ed Kelly morph_2...@yahoo.co.uk Hi all, I've had some quite strange things happen to me, the closer I get to finishing this score I'm

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread tim vets
you can try: [123( | [makefilename %c] gr, Tim 2012/9/3 Paul Gruendorfer p...@lefant.net Hi, is there any chance to use curly braces (ASCII characters 123, 125) in pd? I initially wanted to use them in a message which I would like to send via OSC, but maybe there is another possibility

Re: [PD] neural network for recognizing specific sounds?

2012-08-05 Thread tim vets
see also [bonk~]: bonk~-help.pd 'templates' subpatch gr, Tim 2012/8/5 patrick pured...@11h11.com have a look at timbreID from William Brent: http://williambrent.**conflations.com/pages/**research.htmlhttp://williambrent.conflations.com/pages/research.html

Re: [PD] variable send

2012-07-27 Thread tim vets
send it would simplify matters greatly - is this possible? For example, [send FRQ$1] with $1 substituted for a different value each time? create [send] (no argument) and give it the send symbol via its right inlet, which in turn can come from for example [makefilename FRQ%d] gr, Tim I'm sure

[PD] unpack: type mismatch catch offending list?

2012-07-27 Thread tim vets
to 'catch' the offending lists for debugging? thanks, Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] higher resolution screen capture

2012-07-19 Thread tim vets
/photos/mythdpi.html :) Tim of a Pd patch to publish them in an article. I generated postscript files with 'print' in the menu but the copy editor wants a better quality. I also enlarged the fonts of the patch and then generated a postscript file but it still isn't good enough. I used screen capture

Re: [PD] midi latency pd - alsa / jackd

2012-07-14 Thread tim vets
2012/7/14 Rob Bothof rbot...@xs4all.nl Dear List, I'm working on a diy midi-controller and running into some latency problems, the controller is a 'scratch disk' with with a pic microcontroller with usb. i've build an absolute encoder for it and i'm sending the data or angle as pitchbend

Re: [PD] Video synthesizer emulation

2012-07-12 Thread tim vets
[sig2pix~] ? 2012/7/12 Off Screen offscr...@personalreport.it Hello everybody, I'm trying to emulate an analogue video synthesizer using GEM. My starting point is the LZX system, an old school analogue video synth which has been rebuilt today using modern circuitry components. Obviously

Re: [PD] Video synthesizer emulation

2012-07-12 Thread tim vets
2012/7/12 tim vets timv...@gmail.com [sig2pix~] ? sorry, that shoulld be: [pix_sig2pix~] 2012/7/12 Off Screen offscr...@personalreport.it Hello everybody, I'm trying to emulate an analogue video synthesizer using GEM. My starting point is the LZX system, an old school analogue video

Re: [PD] Detuning reverb ?

2012-07-10 Thread tim vets
2012/7/10 Thomas Grill g...@g.org Hi, i wouldn't count on it being a live (guitar) effect. It can be seen on http://www.youtube.com/watch?v=5eEVpY9rjxQ that it's obviously played by use of some midi keyboard. gr~~~ or maybe it's the guy in the background at 0:34 turning his tuning

Re: [PD] running Pd with a timer for an installation?

2012-07-10 Thread tim vets
2012/7/10 Jean-Marie Adrien j...@jeanmarie-adrien.net well Chris, on my side shutting down every day the mac and restarting from fresh every morning seems the only smart way to avoid unpredictable numerical papillon effects, kind of slow drifting towards crash, that in the end freeze the

Re: [PD] running Pd with a timer for an installation?

2012-07-09 Thread tim vets
2012/7/9 Richie Cyngler glitch...@gmail.com Hi All, I'm planning on using Pd for an installation in Melbourne in a couple of weeks. It's running fine, Pduino working, sensors working. I'm just wondering is there is a object (or series) of objects I can use to power down the patch, or even

Re: [PD] running Pd with a timer for an installation?

2012-07-09 Thread tim vets
alternative: [date +%H%M%S( | [shell] 2012/7/9 IOhannes m zmoelnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-09 12:44, Richie Cyngler wrote: Thanks for all the great answers. So I found sleep/shut down scheduler in the Energy Saver menu of OSX System

Re: [PD] [TogEdge] - anything else ?

2012-06-20 Thread tim vets
2012/6/20 Marian Weger m...@marianweger.com Am 20.06.12 16:43, schrieb Фывапр Олджэвич: so the thing with [bang( | [tgl] | [sel 0]_ | \ [nmbrbox\ [nmbrbox\ propsed by Tim , - is the solution, and I used such a thing, but I thought that the readymade

[PD] setting send 'list: no such object' ?

2012-05-24 Thread tim vets
the destination of a [send] object. While this seems to work (value1 value2 value3 value4 does get sent to [r destination]), nevertheless I get the error 'list: no such object' in the pd window. any ideas? thanks, Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] mapping variable-length lists to a fixed length one

2012-05-24 Thread tim vets
thanks for the suggestions, here's the solution I came up with. gr, Tim 2012/5/22 Claude Heiland-Allen cla...@goto10.org On 22/05/12 02:13, tim vets wrote: I have lists of floats from measurements which vary in length (they grow with the duration of the measurements) What would be a good

[PD] mapping variable-length lists to a fixed length one

2012-05-21 Thread tim vets
of A 10 times to get a 150 elements list. -When list A has 1500 elements, and B 150, I could take list A 10 elements at a time, and write the averages thereof to list B. but how do I generalize this for _any_ length of list A? and how do I patch this up in pd? :) Thanks, Tim

Re: [PD] OT: pd and strobe light

2012-05-19 Thread tim vets
2012/5/20 Max abonneme...@revolwear.com A DMX box which would let you control DMX over a OSC Protocol via an Ethernet connection would be nice. But that doesn't exist yet, doesn't it? www.lanbox.com ? gr, Tim A quick search reveals: http://www.lightjams.com/osc.html

Re: [PD] stochastic masking of pulsar generator

2012-05-17 Thread tim vets
If I understand you correctly (by masking, you mean simply muting?) here's an example using a pulse train, somewhat like a geiger counter gr, Tim 2012/5/17 ronni montoya ronni.mont...@gmail.com Hello, i need to mask or anulate individual grains from an grain generator(pulsar). I would like

Re: [PD] old patch to (automatically) fragment an audio buffer

2012-05-06 Thread tim vets
maybe this?: http://www.timvets.net/software/pd_autocutup.php?page=software gr, Tim 2012/5/6 João Pais jmmmp...@googlemail.com Hi, I remember that some time ago someone presented a patch that (automatically?) fragments an audio buffer into pieces, based on a [bonk~] analysis. Does anyone

Re: [PD] dsp processor for PD?

2012-04-27 Thread tim vets
rumours about Open Scope: http://sonic-core.net/joomla.soniccore/index.php?option=com_contentview=articleid=335lang=us http://www.the-new-world-of-music.net/forum/viewtopic.php?f=8t=10sid=0d33ee46cf024f3ee02912249688295a might become interesting? gr, Tim Op 27 april 2012 19:53 schreef Malte

[PD] PdDroidParty closes on screen lock

2012-04-13 Thread tim vets
Hi, I was testing PdDroidParty on an HTC Desire HD phone, and I noticed that as soon as the phone's screen times out and locks (goes black) any running PdDroidParty patch closes down. Is there a way to prevent this (other than setting screen timeout to 'never')? Thanks Tim

Re: [PD] Gem polygon + buffer 1

2012-03-28 Thread tim vets
Op 28 maart 2012 12:37 schreef Jack j...@rybn.org het volgende: Le 28/03/2012 02:02, tim vets a écrit : Hello, is it possible that [polygon] does not work in buffer 1 mode? (it does not appear in buffer 1 mode, while it does in buffer 0) I do not have this problem with other objects

[PD] Gem polygon + buffer 1

2012-03-27 Thread tim vets
Hello, is it possible that [polygon] does not work in buffer 1 mode? (it does not appear in buffer 1 mode, while it does in buffer 0) I do not have this problem with other objects. there is no error message pd-extended 0.43-1, ubuntu 11.10 thanks, Tim

Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread tim vets
Hi, I think I would try it this way: generate frame numbers instead of using auto. [0, m n( | [step] | where m is the number of frames in the video, and n is the number of sample frames in the audio file, divided by 44.1 (or your samplerate) gr, Tim 2012/3/8 altern alte...@gmail.com hi I

Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread tim vets
2012/3/8 IOhannes m zmoelnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-08 15:43, tim vets wrote: Hi, I think I would try it this way: generate frame numbers instead of using auto. [0, m n( | [step] | [step]? from maxlib iirc: step :: output

Re: [PD] dynamic creation of pack crashes pd

2012-02-12 Thread tim vets
2012/2/12 bra...@subnet.at this happens, if you create more than 10 inlets hmmm... not really an asnwer, but I tested it here with pd-extended 0.43.1 on Ubuntu 11.10, [pack] with 64 inlets, no problems. (see testpatch in attachment) gr, Tim Zitat von bra...@subnet.at: since i did

Re: [PD] dynamic creation of pack crashes pd

2012-02-12 Thread tim vets
and maybe you can use [repack n] (zexy) instead? 2012/2/12 tim vets timv...@gmail.com 2012/2/12 bra...@subnet.at this happens, if you create more than 10 inlets hmmm... not really an asnwer, but I tested it here with pd-extended 0.43.1 on Ubuntu 11.10, [pack] with 64 inlets

Re: [PD] Analog square wave?

2012-02-06 Thread tim vets
Don't know about real analog squares, probably way more complex, but attached is my simplistic approach: a soft-clipped triangle wave gr, Tim 2012/2/6 Pierre Massat pimas...@gmail.com Dear List, I need a square wave to use as an LFO in a ring mod patch. Though i could simply use [expr

Re: [PD] Trying to re-direct audio - Windows User

2012-02-05 Thread tim vets
if your other programs support it, maybe turning your patch into a VST plugin is an option?: http://crca.ucsd.edu/~jsarlo/pdvst/ gr, Tim 2012/2/5 Mo peachflowe...@yahoo.com Hello Everyone! I'm a new Pd User and well, one of the things I would like to do take audio from another source and edit

Re: [PD] real-time tuning patch or object ?

2012-01-26 Thread tim vets
there's also Autotalent, a LADSPA plugin http://web.mit.edu/tbaran/www/autotalent.html Never tried it though... Tim 2012/1/26 m.e.grimm megr...@gmail.com this external might help: http://deterritorialized.com/code/puredata/externals/autotuned~_v0.1.zip needs work though m On Thu, Jan 26

Re: [PD] space bar generates a bang

2012-01-26 Thread tim vets
[key] | [sel 32] or [keyup] or [keyname] or [gemkeyname] gr, Tim 2012/1/26 Pagano, Patrick p...@digitalworlds.ufl.edu A beginner Question: What is the easiest way to generate a bang with a keyboard space bar? ** ** I would love replies in patch form ** ** pp

Re: [PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-25 Thread tim vets
. So far, it always starts working after some attempts (clicking Apply repeatedly), but why would I assume that it's going to stay that way? gr, Tim 2012/1/25 Kaj Ailomaa ailo...@gmail.com On 2012-01-25 00:07, tim vets wrote: but then I got a pd-extended that can't load any of the externals

[PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-24 Thread tim vets
near unexpected token `SINF,' ./configure: line 5787: `AST_EXT_LIB_CHECK(SINF, m, sinf)' make[1]: [pd] Error 2 (ignored) as far as i know I installed all dependencies... Is there a binary of 0.42.5 for Oneiric around somewhere? can anyone help? Thanks! Tim

Re: [PD] ring buffer with an array

2012-01-08 Thread tim vets
2012/1/8 Alexandre Torres Porres por...@gmail.com Hi folks, I'm trying to implement a ring buffer with a table for a sampler patch based on an array. But I'm having the hardest time cause it always clicks when I start writing back on the beginning of the array. I made this simple test

Re: [PD] Add or subtract the number 1 from number box

2011-12-14 Thread tim vets
alternatively, see [accum] (cyclone) gr, Tim 2011/12/15 Jonathan Wilkes jancs...@yahoo.com See attached, as well as doc/2.control.examples (esp. 05.counter.pd) -Jonathan -- *From:* Sebastian Valenzuela svalenzuelamu...@gmail.com *To:* Pure Data Forum pd-list

Re: [PD] get console messages within patch

2011-11-17 Thread tim vets
refused (111)? gr, Tim [1] http://en.wikipedia.org/wiki/Standard_streams best mirro Hi list, I wonder if there is a possibility to receive console messages within a patch. Could be helpful, for instance, when there is a certain error that should immediately trigger a reaction

Re: [PD] fux_kinect

2011-11-15 Thread tim vets
2011/11/15 Matthias Kronlachner m.kronlach...@student.tugraz.at hi! Am 14.11.11 19:19, schrieb tim vets: 2011/11/14 Budi Prakosa i...@deadmediafm.org hi tim, have you try the latest version of pix_freenect by matthias? Hi Budi and list, I tried pix_freenect.pd_linux

Re: [PD] fux_kinect

2011-11-15 Thread tim vets
2011/11/15 tim vets timv...@gmail.com 2011/11/15 Matthias Kronlachner m.kronlach...@student.tugraz.at hi! Am 14.11.11 19:19, schrieb tim vets: 2011/11/14 Budi Prakosa i...@deadmediafm.org hi tim, have you try the latest version of pix_freenect by matthias? Hi Budi and list, I

Re: [PD] Audio line circuit breaker?

2011-11-15 Thread tim vets
[inlet~] [inlet] | | | [switch~] | [outlet~] ? 2011/11/15 Jonathan Wilkes jancs...@yahoo.com see [sig~] From: Hans-Christoph Steiner h...@at.or.at To: i go bananas hard@gmail.com Cc: Pure Data Forum

Re: [PD] fux_kinect

2011-11-14 Thread tim vets
[Stream 70] Expected 1748 data bytes, but got 948 [Stream 70] Expected max 1748 data bytes, but got 1908. Dropping... [Stream 80] Expected 1908 data bytes, but got 948 [Stream 80] Expected 1908 ... gr, Tim 2011/11/14 tim vets timv...@gmail.com Hi all, I tested with fux_kinect and a kinect

Re: [PD] fux_kinect

2011-11-14 Thread tim vets
2011/11/14 Budi Prakosa i...@deadmediafm.org hi tim, have you try the latest version of pix_freenect by matthias? Hi Budi and list, I tried pix_freenect.pd_linux, but unfortunately: pix_freenect: can't load library No idea why... I'm running GEM: ver: 0.92.3. Is v0.93 a requirement maybe? I

Re: [PD] fux_kinect

2011-11-12 Thread tim vets
2011/11/12 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 21:54:00, tim vets a écrit : hey, this is strange, when I run 'valgrind pdextended' and then create [fux_kinect] it doesn't hang, but just says: [fux_kinect]: kinect initiated [fux_kinect]: Number of devices found: 0

Re: [PD] fux_kinect

2011-11-12 Thread tim vets
2011/11/12 Mathieu Bouchard ma...@artengine.ca Le 2011-11-12 à 18:19:00, tim vets a écrit : Whenever you have a crash while doing malloc/new, hunt down the Invalid Writes that you see and it will usually fix the problem. If it doesn't fix the problem, then it's because there are other

Re: [PD] fux_kinect

2011-11-12 Thread tim vets
2011/11/12 tim vets timv...@gmail.com 2011/11/12 Mathieu Bouchard ma...@artengine.ca Le 2011-11-12 à 18:19:00, tim vets a écrit : Whenever you have a crash while doing malloc/new, hunt down the Invalid Writes that you see and it will usually fix the problem. If it doesn't fix

Re: [PD] fux_kinect

2011-11-12 Thread tim vets
2011/11/12 Mathieu Bouchard ma...@artengine.ca Le 2011-11-12 à 18:56:00, tim vets a écrit : it's stretching my knowledge quite far now, but gave it a shot anyway, and interpreted what you wrote as: find the line gl_frame_cond = (pthread_cond_t) malloc(sizeof(pthread_mutex_t

Re: [PD] [PD-announce] Gem-0.93.3 released

2011-11-11 Thread tim vets
Hi IOhannes, I get: /usr/lib/pd-extended/extra/Gem/Gem.pd_linux: /usr/lib/pd-extended/extra/Gem/Gem.pd_linux: undefined symbol: sys_close any hints? thanks, Tim 2011/11/11 Jack j...@rybn.org ** Le 11/11/2011 13:40, IOhannes zmölnig a écrit : i'd like to announce the release of Gem-0.93.3

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread tim vets
: undefined symbol: _ZN7GemBase11setModifiedEv I mailed the author some Valgrind output... gr, Tim .hc On Nov 11, 2011, at 7:19 AM, José Luis Santorcuato Tapia wrote: Hi Hans, I hope you are well, I'm writing for news about fux_kinect for linux, hopefully you can develop it. Mac is very good

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread tim vets
, at 10:57 AM, tim vets wrote: Don't know if it's what you would call actual working on fux_kinect for GNU/Linux, but I did manage to compile it on Ubuntu a few days ago. I ended up with a fux_kinect.pd_linux, but loading it gave me: /usr/lib/pd-extended/extra/fux_kinect.pd_linux: /usr/lib/pd

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 16:57:00, tim vets a écrit : Don't know if it's what you would call actual working on fux_kinect for GNU/Linux, but I did manage to compile it on Ubuntu a few days ago. I ended up with a fux_kinect.pd_linux, but loading it gave

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 17:56:00, tim vets a écrit : I don't really remember the steps exactly, do you? You could use the « svn diff » command, or if it's not from SVN, then unpack another copy (make sure you don't overwrite) and then do a diff

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
, argv=0xb464) at s_entry.c:32 2011/11/11 tim vets timv...@gmail.com 2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 17:56:00, tim vets a écrit : I don't really remember the steps exactly, do you? You could use the « svn diff » command, or if it's not from SVN

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 17:56:00, tim vets a écrit : I don't really remember the steps exactly, do you? You could use the « svn diff » command, or if it's not from SVN, then unpack another copy (make sure you don't overwrite) and then do a diff

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
2011/11/11 tim vets timv...@gmail.com 2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 17:56:00, tim vets a écrit : I don't really remember the steps exactly, do you? You could use the « svn diff » command, or if it's not from SVN, then unpack another copy (make sure

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
just throwing in another bit of info: when I mailed Budi Prakosa about this, part of his response was that 'it has conflict with libfree on linux' Tim 2011/11/11 tim vets timv...@gmail.com 2011/11/11 tim vets timv...@gmail.com 2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11

Re: [PD] fux_kinect

2011-11-11 Thread tim vets
2011/11/11 tim vets timv...@gmail.com 2011/11/11 Mathieu Bouchard ma...@artengine.ca Le 2011-11-11 à 19:50:00, tim vets a écrit : ok, only difference here is that doing ctrl+c didn't kill pd (just '^CQuit' in the gdb prompt. That's what happens when pd (or whatever process being

Re: [PD] clear console command + create folder from Pd?

2011-11-10 Thread tim vets
-extended, and [popen] that came with it... it's working in Linux too. Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread tim vets
on the sound... Lastly: I wonder if there isn't a way to downsample some subpatches to playback the 44.1kHz soundfiles in a 48kHz environment? gr, Tim 2011/11/10 IOhannes m zmoelnig zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-11-10 13:10, Ingo wrote: Hi everybody, I

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread tim vets
2011/11/10 Roman Haefeli reduz...@gmail.com On Thu, 2011-11-10 at 17:14 +0100, tim vets wrote: .. Lastly: I wonder if there isn't a way to downsample some subpatches to playback the 44.1kHz soundfiles in a 48kHz environment? Why would you want to run an [osc~ 440] at a different

Re: [PD] clear console command + create folder from Pd?

2011-11-08 Thread tim vets
2011/11/8 tim vets timv...@gmail.com 2011/11/8 Ingo i...@miamiwave.com - is there any object that allows to create a folder (in all OSs)? I wanted to save files to a non-existing folder, but Pd doesn't create one. [mkdir $1(--[popen] ? I wonder if that works on Windows? Anyone

Re: [PD] clear console command + create folder from Pd?

2011-11-08 Thread tim vets
2011/11/8 João Pais jmmmp...@googlemail.com - is there any object that allows to create a folder (in all OSs)? I wanted to save files to a non-existing folder, but Pd doesn't create one. You could probably use Tcl's mkdir and send it to the GUI: [file mkidr /path/to/mynewfolder( |

Re: [PD] clear console command + create folder from Pd?

2011-11-07 Thread tim vets
2011/11/7 Hans-Christoph Steiner h...@at.or.at On Nov 7, 2011, at 4:53 PM, tim vets wrote: 2011/11/7 João Pais jmmmp...@googlemail.com Hi, is it possible to do the following in Pd? - clear the console with some command sent to [s pd] (not with the shortcut) - is there any object

Re: [PD] editing pd silence

2011-10-22 Thread tim vets
on). In other words, optimize the signal-to-noise ratio. Tim -- saskia diez saskia_d...@fastmail.fm On Saturday, October 22, 2011 8:19 PM, i go bananas hard@gmail.com wrote: what do you mean 'record silence' ?? do you have an adc~ connected or something? if not, then why

Re: [PD] (focus) out of gemwin

2011-10-20 Thread tim vets
you can find it these days... gr, Tim 2011/10/19 stéfan piat stefanp...@gmail.com yes, [gemmouse] does not output mousewheel (i think too) [hid] does it but it's not cross-platform 2011/10/19 cyrille henry c...@chnry.net Le 19/10/2011 20:45, IOhannes m zmoelnig a écrit

Re: [PD] Hold TWO numbers until bang??

2011-10-17 Thread tim vets
yet another way: use a messageboxes with [set( [add2 $1( and [bang( See message-help.pd and the [pd changing messages] subpatch in particular. gr, Tim 2011/10/17 bra...@subnet.at hi sebastian maybe you should dive into the help of pd. you also could use for example: [bang | /your

Re: [PD] very compressed chip sounds

2011-10-16 Thread tim vets
but does the piece include the environment, or does it include the environment plus a replica of it through loudspeakers? 2011/10/16 kristof lauwers p...@kristoflauwers.domainepublic.net At 08:56 a.m. 14/10/2011, you wrote: On 14/10/11 14:44, tim vets wrote: John Cage's 4'33'' in one

Re: [PD] very compressed chip sounds

2011-10-15 Thread tim vets
this sounds somewhat like the original countercomplex examples too. still 17 objects though...waay too many ;) (your soundcard input needs to be active and have at least some noisefloor...) Tim 2011/10/15 martin brinkmann m...@martin-brinkmann.de after i had fun making very small patches which

Re: [PD] very compressed chip sounds

2011-10-14 Thread tim vets
John Cage's 4'33'' in one object 2011/10/14 hardoff goes bananas hard@gmail.com more objects now, but actually sounding somewhat like a dance track ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [PdCon11participants] RAW Footage access UPDATE

2011-10-12 Thread tim vets
Hey all, I got it working with an ubuntu 11.04 in a Virtualbox. Still no idea why it doesn't work in my ubuntu 11.04 proper... gr, Tim 2011/10/12 András Murányi muran...@gmail.com If it works from windows or a mac then it could be a DAV/auth feature that Ubuntu doesn't get right or default

Re: [PD] very compressed chip sounds

2011-10-12 Thread tim vets
2011/10/12 hardoff goes bananas hard@gmail.com 10 objects which (i think) are playing a major scale G major :) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] very compressed chip sounds

2011-10-12 Thread tim vets
J.S. Bach BWV 1001 Presto, Gminor in 4 objects 2011/10/12 tim vets timv...@gmail.com 2011/10/12 hardoff goes bananas hard@gmail.com 10 objects which (i think) are playing a major scale G major :) ___ Pd-list@iem.at mailing list

Re: [PD] very compressed chip sounds

2011-10-12 Thread tim vets
attached now... 2011/10/12 tim vets timv...@gmail.com J.S. Bach BWV 1001 Presto, Gminor in 4 objects 2011/10/12 tim vets timv...@gmail.com 2011/10/12 hardoff goes bananas hard@gmail.com 10 objects which (i think) are playing a major scale G major

Re: [PD] [PdCon11participants] RAW Footage access UPDATE

2011-10-11 Thread tim vets
from. under 'Optional Information' I left open the 'Port' and 'Folder' fields, should they be filled in? and if so, what goes in there? Thanks, Tim 2011/10/11 Max Neupert max.neup...@uni-weimar.de Please note that to access the WebDAV you'll need a WebDAV client. I have tested cyberduck (OS X

Re: [PD] [PdCon11participants] RAW Footage access UPDATE

2011-10-11 Thread tim vets
2011/10/11 tim vets timv...@gmail.com Has anyone connected with ubuntu so far? I tried: 1: PlacesConnect to Server select Service Type: WebDAV(HTTP) enter Server url (http://chaos.medien.uni-weimar.de/PdCon11), user, check 'add bookmark' and give a name click the bookmark... result

Re: [PD] very compressed chip sounds

2011-10-11 Thread tim vets
7 objects arpeggiator note that if you click the same Hradio box several times you also get variations. gr, Tim 2011/10/11 Mathieu Bouchard ma...@artengine.ca Le 2011-10-12 à 01:32:00, hardoff goes bananas a écrit : no idea what causes the transpose/chord shift in this patch, but if you

Re: [PD] [PdCon11participants] RAW Footage access UPDATE

2011-10-11 Thread tim vets
strange, I tried on 2 different machines now, both ubuntu 11, each on a different connection (different town), both same result. Anything else I could try? thanks, Tim 2011/10/11 András Murányi muran...@gmail.com On Tue, Oct 11, 2011 at 20:16, tim vets timv...@gmail.com wrote: 2011/10/11

[PD] pd-float: rounnding to 1024 points

2011-09-30 Thread tim vets
Hello, why do I get pd-float: rounnding to 1024 points ? (yes, rounnding with 2 n's) gr, Tim ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-float: rounnding to 1024 points

2011-09-30 Thread tim vets
sorry, I was a bit too quick, it seems to be because I used [; wave sinesum 1027 ( instead of [; wave sinesum 1024 ( Wrong assumption on my part, based on the table having to be a power of 2 plus three for sinesum to work... gr, Tim 2011/9/30 tim vets timv...@gmail.com Hello, why do I

[PD] testtone comments

2011-09-27 Thread tim vets
Hi, just a small remark, In testtone.pd it says: To see Pd's DOCUMENTATION, select getting started in the Help menu. It may have been there in the past, but now there is no such thing as getting started in the Help menu. At least not in my installation of 0.42.5-extended... gr, Tim

Re: [PD] testtone comments

2011-09-27 Thread tim vets
make those [print Tcl_Version] and [print Pd_Version] instead. gr, Tim 2011/9/27 tim vets timv...@gmail.com Hi, just a small remark, In testtone.pd it says: To see Pd's DOCUMENTATION, select getting started in the Help menu. It may have been there in the past, but now there is no such thing

Re: [PD] GEM in pdextended for linux without font support

2011-09-23 Thread tim vets
same here, allow me to add some resonance to this: GEM: ver: 0.92.3 GEM: compiled: Feb 26 2011 [text3d]: Gem has been compiled without FONT-support ! 0.42.5-extended Ubuntu 11.04 - the Natty Narwhal gr, Tim PS: welcome J. :) 2011/9/23 Jogi Hofmüller j...@mur.at Dear all, I just discovered

  1   2   3   4   5   >