Re: [PD] How to read I2C sensors?

2014-04-27 Thread Alexandros Drymonitis
What if you use the Wire library in Arduino and then collect the info in Pd with [comport]? On Sun, Apr 27, 2014 at 2:06 PM, Ingo i...@miamiwave.com wrote: I have been using an arduino with [comport] (pduino) to read out sensors so far and want to use a I2C sensor board for some other sensors

Re: [PD] Chebyshev waveshaper

2014-04-21 Thread Alexandros Drymonitis
Opening tcheb~-help.pd I get this in the console: smoother~ ... couldn't create There's a smoother~-help.pd included but no smoother~.pd or smoother~.pd_darwin or a .c file... On Mon, Apr 21, 2014 at 3:30 AM, sebfumas...@aol.com wrote: Hi all, If anybody's interested I made a chebyshev wave

Re: [PD] Loading arrays with arbitrary wave forms

2014-04-10 Thread Alexandros Drymonitis
You can implement the same thing with Pd only. I've attached a patch that creates the same waveform as the one you're loading, plus adds the three guard points for the cubic interpolation. On Thu, Apr 10, 2014 at 3:48 AM, David dfket...@gmail.com wrote: Thanks again to everyone that replied. I

Re: [PD] Loading arrays with arbitrary wave forms

2014-04-09 Thread Alexandros Drymonitis
And here's a patch that creates guard points. Your table should already have a size of (2^x) + 3, which is taken care of in the patch. On Wed, Apr 9, 2014 at 6:43 PM, Alexandre Torres Porres por...@gmail.comwrote: and I'm using it for an envelope... 2014-04-09 12:42 GMT-03:00 Alexandre

Re: [PD] pd on debian hardfloat on udoo

2014-03-25 Thread Alexandros Drymonitis
On Tue, Mar 25, 2014 at 12:00 AM, Simon Iten itensi...@gmail.com wrote: just a quick update: pd runs definitely smoother on the udoo with the debian hard float image. i am now down to 10ms with no problems (and a very cheap usb-soundcard dongle) Which sound card are you using? 8ms gives

Re: [PD] pd on debian hardfloat on udoo

2014-03-25 Thread Alexandros Drymonitis
On Tue, Mar 25, 2014 at 12:00 AM, Simon Iten itensi...@gmail.com wrote: just a quick update: pd runs definitely smoother on the udoo with the debian hard float image. Also, it might be obvious to some, but which one is the debian hard float image? Is it in Udoo's website?

Re: [PD] pd on debian hardfloat on udoo

2014-03-25 Thread Alexandros Drymonitis
On Tue, Mar 25, 2014 at 11:51 AM, Alexandros Drymonitis adr...@gmail.comwrote: On Tue, Mar 25, 2014 at 12:00 AM, Simon Iten itensi...@gmail.com wrote: just a quick update: pd runs definitely smoother on the udoo with the debian hard float image. Also, it might be obvious to some

Re: [PD] Compiling zexy in Udoo

2014-03-24 Thread Alexandros Drymonitis
On Mon, Mar 24, 2014 at 11:13 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-03-23 11:07, Alexandros Drymonitis wrote: What am I missing here? an outdated zexy version that uses bashisms in it's scripts. I got it from here ftp

Re: [PD] Compiling zexy in Udoo

2014-03-24 Thread Alexandros Drymonitis
On Mon, Mar 24, 2014 at 11:26 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-03-24 10:13, IOhannes m zmoelnig wrote: On 2014-03-23 11:07, Alexandros Drymonitis wrote: What am I missing here? either do: [...] or simple do # apt

Re: [PD] Compiling zexy in Udoo

2014-03-24 Thread Alexandros Drymonitis
This alone will solve it? I guess, since you're mentioning it.. most likely this alone will solve it, hence i mentioned it. on the other side, the version of zexy you are referring to is almost 10 years old. there might be other bugs preventing compilation on newer systems. you could

[PD] Compiling zexy in Udoo

2014-03-23 Thread Alexandros Drymonitis
Following the readme instructions I moved the zexy directory in the extra directory of Pd, which is in my home directory (so far so good?), then changed to directory src/ and typed autoconf, fine, then typed ./configure and at the end of it I got this: config.status: creating Makefile

Re: [PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-23 Thread Alexandros Drymonitis
99 @realtime - memlock unlimited Should I create it? On Sat, Mar 22, 2014 at 10:11 PM, Alexandros Drymonitis adr...@gmail.comwrote: Super, it worked! Though, I tried to open the Test audio and midi patch and the Pd window was gone. I stopped the session with ^C and started it again

[PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-22 Thread Alexandros Drymonitis
Just installed Pd in my Udoo quad with sudo apt-get install puredata and all the necessary files appear to be where they should but when I type /usr/bin/puredata (or pd) I get the above message and then 'watchdog: signaling pd...' without anything else happening. I'm logging in udoo with ssh. What

Re: [PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-22 Thread Alexandros Drymonitis
:27 +0200, Alexandros Drymonitis wrote: Just installed Pd in my Udoo quad with sudo apt-get install puredata and all the necessary files appear to be where they should but when I type /usr/bin/puredata (or pd) I get the above message and then 'watchdog: signaling pd...' without anything else

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
compatibility but I could manage to produce a [pix_opencv_facetracker] binary on deman btw, it's most likely a packaging issue because it was tested on 3 platforms + a -- do it yourself http://antoine.villeret.free.fr 2014-03-19 22:35 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Just

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
+01:00 Alexandros Drymonitis adr...@gmail.com: On Fri, Mar 21, 2014 at 12:43 AM, Antoine Villeret antoine.ville...@gmail.com wrote: hello, which archive did you download ? (for which OS) I've downloaded the osx one and btw I can't find any readme. In the package there is a 'model

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
if there is some newer Gem binary available somewhere for Mac OS X. + a -- do it yourself http://antoine.villeret.free.fr 2014-03-21 20:31 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Super! It's there and it works! Though I seem to be missing [gemvertexbuffer] but I'll search

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
[gemvertexbuffer]. And unfortunately there is no more recent one. I have a [gemvertexbuffer] for Windows but not for Mac OS X. + a -- do it yourself http://antoine.villeret.free.fr 2014-03-21 21:07 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Are you sure? I just downloaded Gem from Pd's

[PD] [pix_opencv_facetracker]

2014-03-19 Thread Alexandros Drymonitis
Just downloaded the pix_opencv library from here http://puredata.info/downloads/pix_opencv/releases/0.2rc/view and it's supposed to include [pix_opencv_facetracker] but it actually doesn't. Is this a known issue? ___ Pd-list@iem.at mailing list

Re: [PD] udoo board sound issues

2014-03-16 Thread Alexandros Drymonitis
Also, for an electric guitar player, the difference between the latency you get with an analog amp (not perceivable) and a computer with more than 10(?)ms latency, is very big. Maybe around 10ms would be ideal, but haven't reached that (yet?), but would really love to. On Sun, Mar 16, 2014 at

Re: [PD] HD 1920 X 1080

2014-03-14 Thread Alexandros Drymonitis
On Fri, Mar 14, 2014 at 11:13 AM, Max abonneme...@revolwear.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Also, the choice of codec would be a different one depending on what you are going to do. If you are aiming to JUMP to specific frames in the video or play it backwards you

Re: [PD] Gem geometric objects's outlet

2014-03-12 Thread Alexandros Drymonitis
possible to use [pix_snap] or [pix_snap2tex]... Here a small example attached. ++ Jack Le 11/03/2014 15:55, Alexandros Drymonitis a écrit : If I want to apply, say motion blur to a geometric object that's moving inside the [gemwin], is there some way to use the object's outlet

Re: [PD] Gem geometric objects's outlet

2014-03-12 Thread Alexandros Drymonitis
2014-03-12 9:38 GMT+01:00 Py Fave pyf...@gmail.com: check in mtl abstractions too, it's very well done https://github.com/patricksebastien/mtl 2014-03-12 9:05 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Thanks for you answers guys, Jack this is exactly what I was looking for, I'll

Re: [PD] Sigmund~ parameters

2014-03-12 Thread Alexandros Drymonitis
Haven't tried [sigmund~], but [fiddle~] and [helmholtz~] (the latter by Katja Vetter) and I found [both fine but [helmholtz~] a bit better for my taste. I think it's a bit more responsive. What if you combine this with [env~] for example and this way you get pitch and amplitude... On Wed, Mar

[PD] Gem geometric objects's outlet

2014-03-11 Thread Alexandros Drymonitis
If I want to apply, say motion blur to a geometric object that's moving inside the [gemwin], is there some way to use the object's outlet? In the help patch of each geometric object, it says that the outlet outputs the gemlist as many (all?) other gem objects. But other objects, e.g. [pix_video],

Re: [PD] KMI SoftStep foot controller?

2014-03-08 Thread Alexandros Drymonitis
On Sat, Mar 8, 2014 at 2:18 AM, Simon Wise simonzw...@gmail.com wrote: On 08/03/14 06:24, Jonghyun Kim wrote: Thanks Chris for the answer! I was worried about compatibility with Pd. How about OSC function with Pd? It's OSC works with [netsend] or [udpsend]? [your OSC message( |

Re: [PD] easing in pd

2014-02-26 Thread Alexandros Drymonitis
The mapping library is very likely to have stuff that would be helpful to you, I guess.. On Wed, Feb 26, 2014 at 10:42 PM, David Schaffer schafferda...@hotmail.comwrote: Hi , I was wonderning if anyone of you had tried to implement easing in pd. I'm working on a video animation patch that

[PD] [pix_alpha]: cannot handle YUV image

2014-02-24 Thread Alexandros Drymonitis
I'm trying to use [pix_video] with [pix_alpha] and even though I'm sending [colorspace RGBA( to [pix_video] I get this error message. Can someone point out what I'm missing? Thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [pix_alpha]: cannot handle YUV image

2014-02-24 Thread Alexandros Drymonitis
Just found it in the FLOSS manuals, I missed the connection between [pix_video] and [pix_rgba] before connecting that to [pix_alpha]...sorry for the hasty post. On Mon, Feb 24, 2014 at 12:14 PM, Alexandros Drymonitis adr...@gmail.comwrote: I'm trying to use [pix_video] with [pix_alpha

[PD] ERROR: -35 in GraphicsExportSetOutputFile() GEM: Unable to save image to 'gradient00001.tif'

2014-02-24 Thread Alexandros Drymonitis
Yet another question regarding Gem. I'm connecting the outlet of [circle] (which is being rendered in a Gem chain) to the first inlet of [pix_write] and when I send a bang to [pix_write] I get this error and, obviously, no image is being saved. The object's help patch is not helping me thoroughly

Re: [PD] ERROR: -35 in GraphicsExportSetOutputFile() GEM: Unable to save image to 'gradient00001.tif'

2014-02-24 Thread Alexandros Drymonitis
[file name 99 cheers c 2014-02-24 13:53 GMT+01:00 Alexandros Drymonitis adr...@gmail.commailto: adr...@gmail.com: Yet another question regarding Gem. I'm connecting the outlet of [circle] (which is being rendered in a Gem chain) to the first inlet of [pix_write] and when I send

[PD] how can you know if [pix_fiducialtrack] tracks a shape or not?

2014-02-21 Thread Alexandros Drymonitis
Once [pix_fiducialtrack] tracks a shape, you get a list which is the shape's ID, x/y coordinates and rotation angle. Once a certain shape has been tracked, how can you tell the difference between the shape being still and not being visible by the camera? Can you obtain any data for a shape

Re: [PD] Is Audio Settings Use Multiple Devices available on Mac OSX?

2014-02-16 Thread Alexandros Drymonitis
Set the number of channels in the Audio Settings and then use [adc~ 1 2] for the first two channels, [adc~ 3 4] for the other two etc. Whatever number you set as an argument to [adc~] will be the sound card's channel number, starting from one, but you first have to set that in the audio settings.

Re: [PD] get sinusoid from a sine and a cosine oscillator

2014-01-30 Thread Alexandros Drymonitis
the circle work equally well. Chuck On Wed, Jan 29, 2014 at 2:44 PM, Alexandros Drymonitis adr...@gmail.comwrote: Yeah, well I'm trying to create shapes in Gem (say a circle) and create the sound they make. So, to make a circle, I'm making a ramp from 0 to 1, multiply it by 2pi and send

Re: [PD] get sinusoid from a sine and a cosine oscillator

2014-01-30 Thread Alexandros Drymonitis
On Thu, Jan 30, 2014 at 6:36 PM, Charles Z Henry czhe...@gmail.com wrote: That's the point I was making. By (x,y)-x I mean that you'd just use the x (cosine table) for example. The easiest projection is to throw away axes :) If you're making shapes as repeated paths in 2-D, then taking a

Re: [PD] cosinesum vs sinesum in arrays

2014-01-29 Thread Alexandros Drymonitis
When sending the cosinesum message to an array, don't you have to specify the number of points too? And specifically a power of two? Plus, for a cosine you have to specify the first partial to have zero amplitude and the second an amplitude of 1 (or less). So the message should be something like

Re: [PD] get sinusoid from a sine and a cosine oscillator

2014-01-29 Thread Alexandros Drymonitis
: you've got sinusoids in the patch... to generate sinusoids? Chuck On Wed, Jan 29, 2014 at 9:12 AM, Alexandros Drymonitis adr...@gmail.comwrote: Say I have a full sine and a full cosine cycle stored in two tables. I'm trying the following to get a sinusoid from [rifft~] but it doesn't

Re: [PD] Compiling Pd in Sabayon

2014-01-20 Thread Alexandros Drymonitis
On Sat, Jan 18, 2014 at 8:10 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 01/16/2014 11:50 AM, Alexandros Drymonitis wrote: Having had some problems with audio drop outs in Ubuntu, I am now giving Sabayon 14.01 a try. I'm trying to compile Pd, ./autogen.sh seemed to work fine

[PD] Compiling Pd in Sabayon

2014-01-17 Thread Alexandros Drymonitis
Having had some problems with audio drop outs in Ubuntu, I am now giving Sabayon 14.01 a try. I'm trying to compile Pd, ./autogen.sh seemed to work fine, but when I type ./configure --enable-jack things go wrong. At the end of configure I get these messages: ./configure: line 15417: syntax error

Re: [PD] audio drops for few ms, or one sec, with jack on ubuntu (was: Mess with Pd installation on Linux)

2014-01-09 Thread Alexandros Drymonitis
the audio to my firewire sound card. I'll give that a shot and see what happens. BTW, I have Jack 1.9.8 http://www.jackosx.com/news.html 2014/1/7 Alexandros Drymonitis adr...@gmail.com Just an addition to this, it shouldn't be pd's problem as I tried jack with audacity and got drop outs

Re: [PD] audio drops for few ms, or one sec, with jack on ubuntu (was: Mess with Pd installation on Linux)

2014-01-09 Thread Alexandros Drymonitis
On Thu, Jan 9, 2014 at 12:07 PM, yvan volochine yvan...@gmail.com wrote: On 09/01/14 10:59, Alexandros Drymonitis wrote: there mention that Pd is known to have a poor Jack support... I also get clicks with Audacity, but someone mentioned that Audacity too is known to have a poor Jack

Re: [PD] audio drops for few ms, or one sec, with jack on ubuntu (was: Mess with Pd installation on Linux)

2014-01-07 Thread Alexandros Drymonitis
Just an addition to this, it shouldn't be pd's problem as I tried jack with audacity and got drop outs there as well. I'd be grateful to any help.. On Thu, Jan 2, 2014 at 2:05 PM, Alexandros Drymonitis adr...@gmail.comwrote: Forgot to mention that whenever I move a window around, open

[PD] Does CPU affinity help Pd's performance?

2014-01-05 Thread Alexandros Drymonitis
This is kind of a third thread I create about some drop outs I get with Pd and Jack. Anyone thinks that CPU affinity can help my situation? Anyone applies CPU affinity when using Pd? If so, how can I do it? I'm on Ubuntu 12.04 with Pd-0.45-4 and Jack 1.9.8 Also, I've installed indicator-cpufreq in

[PD] audio drops for few ms, or one sec, with jack on ubuntu (was: Mess with Pd installation on Linux)

2014-01-02 Thread Alexandros Drymonitis
Coming back to a previous thread I started, having compiled pd with jack, having done the realtime scheduling in jack, opening pd with '-jack' and '-rt' I still get some audio drop outs. The sound actually stops for a few ms, or even about a second, then comes back. From the previous thread I was

Re: [PD] audio drops for few ms, or one sec, with jack on ubuntu (was: Mess with Pd installation on Linux)

2014-01-02 Thread Alexandros Drymonitis
, Alexandros Drymonitis adr...@gmail.comwrote: Coming back to a previous thread I started, having compiled pd with jack, having done the realtime scheduling in jack, opening pd with '-jack' and '-rt' I still get some audio drop outs. The sound actually stops for a few ms, or even about a second

Re: [PD] Mess with Pd installation on Linux

2013-12-31 Thread Alexandros Drymonitis
' ? Iohannes, haven't tried jack with anything else. I haven't installed SuperCollider and don't really know how to connect jack to other applications (firefox, vlc etc.). I guess I'll have to read the manual. On Dec 30, 2013, at 3:31 PM, pd-list-requ...@iem.at wrote: *From: *Alexandros Drymonitis adr

Re: [PD] AM by keeping the Carrier (Not Ring Mod)

2013-12-31 Thread Alexandros Drymonitis
There's this also http://en.flossmanuals.net/pure-data/audio-tutorials/amplitude-modulation/ On Tue, Dec 31, 2013 at 8:22 PM, Martin Peach martin.pe...@sympatico.cawrote: On 2013-12-31 06:50, Arda Eden wrote: Hi, Most of the AM examples are simply multiplying carrier and modulator outputs,

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread Alexandros Drymonitis
/linux_rt_config as yvan suggested On Sun, Dec 29, 2013 at 8:19 PM, Alexandros Drymonitis adr...@gmail.comwrote: On Sun, Dec 29, 2013 at 6:31 PM, Alexandros Drymonitis adr...@gmail.comwrote: On Sun, Dec 29, 2013 at 6:09 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 2013-12-29 16:35

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread Alexandros Drymonitis
On Mon, Dec 30, 2013 at 4:12 PM, yvan volochine yvan...@gmail.com wrote: On 30/12/13 14:29, Alexandros Drymonitis wrote: I've realized that I need to open pd with sudo in order to have it work with jack (I also have to open jack with sudo in order to use the firewire). as IOhannes said

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread Alexandros Drymonitis
On Mon, Dec 30, 2013 at 4:30 PM, yvan volochine yvan...@gmail.com wrote: On 30/12/13 15:30, Alexandros Drymonitis wrote: Ok, I was opening jack with sudo before you posted the link, now I can indeed open it without sudo and it will see the firewire, no prob. So I'm also opening pd without

[PD] Mess with Pd installation on Linux

2013-12-29 Thread Alexandros Drymonitis
I'm a newbie in Linux and have installed Ubuntu 12.04. I have a running Pd vanilla (0.44-3), but wanting to use jack, I got the latest version (0.45-4) and recompiled. My steps for both versions were: extract the downloaded file to my home directory (I've made a directory there called 'apps'),

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread Alexandros Drymonitis
On Sun, Dec 29, 2013 at 2:49 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-29 12:03, Alexandros Drymonitis wrote: I'm a newbie in Linux and have installed Ubuntu 12.04. I have a running Pd vanilla (0.44-3), but wanting to use jack, I got the latest version (0.45-4

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread Alexandros Drymonitis
On Sun, Dec 29, 2013 at 5:34 PM, yvan volochine yvan...@gmail.com wrote: On 29/12/13 16:35, Alexandros Drymonitis wrote: JACKerror: Cannot use real-time scheduling (RR/5)(1: Operation not permitted) you should configure your system to allow jack to use RT scheduling: http://jackaudio.org

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread Alexandros Drymonitis
On Sun, Dec 29, 2013 at 6:09 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-29 16:35, Alexandros Drymonitis wrote: Cannot connect to server socket err = No such file or directory Cannot connect to server socket start jack first. then start Pd with -jack. Now this is a bit

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread Alexandros Drymonitis
On Sun, Dec 29, 2013 at 6:31 PM, Alexandros Drymonitis adr...@gmail.comwrote: On Sun, Dec 29, 2013 at 6:09 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 2013-12-29 16:35, Alexandros Drymonitis wrote: Cannot connect to server socket err = No such file or directory Cannot connect

[PD] why is the -jack flag not working?

2013-12-28 Thread Alexandros Drymonitis
Following the FLOSS manuals, I'm trying to open Pd with the jack flag and I get the 'usage:' message and jack is not included in the audio configuration flags. These are the audio configuration stuff audio configuration flags: -r n -- specify sample rate -audioindev ... -- audio in

Re: [PD] why is the -jack flag not working?

2013-12-28 Thread Alexandros Drymonitis
On Sat, Dec 28, 2013 at 5:32 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-28 15:39, Alexandros Drymonitis wrote: Following the FLOSS manuals, I'm trying to open Pd with the jack flag and I get the 'usage:' message and jack is not included in the audio configuration flags

Re: [PD] why is the -jack flag not working?

2013-12-28 Thread Alexandros Drymonitis
On Sat, Dec 28, 2013 at 5:32 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-12-28 15:39, Alexandros Drymonitis wrote: Following the FLOSS manuals, I'm trying to open Pd with the jack flag and I get the 'usage:' message and jack is not included in the audio configuration flags

[PD] [PD-announce] 'Electric Nights' Festival, call for works

2013-12-16 Thread Alexandros Drymonitis
Sorry for cross-posting, posted it to off-topic first, it fits here better though. Medea Electronique announces an open call for works for the upcoming 'Electric Nights' Festival, a 27hour long festival of experimental electronic music, DIY and noise art. Check the call here

Re: [PD] ordering stream

2013-12-12 Thread Alexandros Drymonitis
Check the rePatcher Pd patch http://wiki.openmusiclabs.com/wiki/Repatcherthey are sending the hexadecimal 0xc0 for the beginning of the data stream (decimal 192) and then collect the rest of the values. If this is what you need..It works fine for me. On Thu, Dec 12, 2013 at 2:41 PM, David Welch

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-24 Thread Alexandros Drymonitis
it to the library's directory, but if I type make I get this error: ./iemrtp.h:26:10: fatal error: 'endian.h' file not found. Can anyone help me out with this? On Sat, Nov 23, 2013 at 6:25 PM, Alexandros Drymonitis adr...@gmail.comwrote: On Sat, Nov 23, 2013 at 12:19 PM, IOhannes m zmölnig zmoel

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-24 Thread Alexandros Drymonitis
/Pd-extended.app/Contents/Resources/Scripts/../extra/netsend~/netsend~.pd_darwin: mach-o, but wrong architecture [import]: can't load library in 'netsend~' Any tip on solving this problem? On Sun, Nov 24, 2013 at 9:25 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-11-24 19:38, Alexandros

[PD] Live stream audio, do it with [oggcast~]?

2013-11-23 Thread Alexandros Drymonitis
Is [oggcast~] the object to live stream audio to another computer? And which one is the receiver? It's not mentioned in the help patch. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-23 Thread Alexandros Drymonitis
On Sat, Nov 23, 2013 at 12:19 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 2013-11-23 11:11, Alexandros Drymonitis wrote: Is [oggcast~] the object to live stream audio to another computer? And which one is the receiver? It's not mentioned in the help patch. oggcast~ is the object

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-23 Thread Alexandros Drymonitis
On Sat, Nov 23, 2013 at 12:19 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 2013-11-23 11:11, Alexandros Drymonitis wrote: Is [oggcast~] the object to live stream audio to another computer? And which one is the receiver? It's not mentioned in the help patch. oggcast~ is the object

[PD] How to set file path for [readsf~] in Windows?

2013-11-20 Thread Alexandros Drymonitis
Since Pd won't accept the \ symbol (you always get this message 'keycode 92: dropped'), how can you set a file path so that [readsf~] and find that file, in Windows? All paths in Windows use the backward slash instead of the forward slash... ___

[PD] Is there an outlet and inlet limit for [mtx_*~]?

2013-11-19 Thread Alexandros Drymonitis
Has anyone experienced any buggy behavior by setting lots of outlets and inlets to a [mtx_*~]? I'm designing some hardware that will be using this object and the prototype, on a breadboard, behaves fine with 16 outlets and 16 inlets. Haven't tried more than that yet as it is quite cumbersome on a

Re: [PD] Is there an outlet and inlet limit for [mtx_*~]?

2013-11-19 Thread Alexandros Drymonitis
On Tue, Nov 19, 2013 at 3:34 PM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-11-19 13:58, Alexandros Drymonitis wrote: Has anyone experienced any buggy behavior by setting lots of outlets and inlets to a [mtx_*~]? I'm designing some

[PD] Windows 7 won't output sound...

2013-11-16 Thread Alexandros Drymonitis
Just started a Pd course and a student's got a problem with the audio. He's on Windows 7 with Pd-extended 0.43.4 and Pd will not make any sound. He tried though on another laptop of his also with Windows 7 and Pd-extended 0.43.4 and he did get sound. Is it some driver issue? Anyone knows anything

Re: [PD] waveform segment breakpoints

2013-11-15 Thread Alexandros Drymonitis
But what if you want to change some parameters dynamically? Won't you get clicks? I've made an oscillator that changes smoothly between various shapes. You can get it here http://drymonitis.me/code/. It's the first link 'Various Shapes Oscillator~'. Dunno if this is kind of what you're looking for

Re: [PD] Arduino/Raspberry comport issue

2013-11-11 Thread Alexandros Drymonitis
Are you sure the baud rate you set to [comport] is the same as the code you load on your Arduino? That could be a problem.. If you send the [devices( message to [comport] what do you get in the console? On Mon, Nov 11, 2013 at 11:19 AM, kubriel kubr...@servus.at wrote: It won?t receive data.

[PD] Fwd: Arduino/Raspberry comport issue

2013-11-11 Thread Alexandros Drymonitis
To: Alexandros Drymonitis adr...@gmail.com The baud rate in the arduino code is 9600. But like I said, in pd it doesn't seem to matter? If the first rate I try in the comport object is 9600 it won't connect. If I change to 115200 it will. Similarly if I close the patch with 115200 saved and reopen

[PD] could not open midi input 1 (nanoKONTROL SLIDER/KNOB): PortMidi: `Bad pointer'

2013-11-06 Thread Alexandros Drymonitis
Even though Pd can see my midi controller, last days I've been receiving this error message as soon as I launch Pd. Anyone knows why this happens? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] ==~ and avg~ not recognised

2013-11-01 Thread Alexandros Drymonitis
Is [==~] a vanilla object? On 1 Νοε 2013, at 11:31, peiman khosravi peimankhosr...@gmail.com wrote: Dear all, Is this a bug? OS X 10.7.5 and Pd 0.45.3 (vanilla)? If so please let me know and I will report it. Best, Peiman www.peimankhosravi.co.uk || RSS Feed || Concert

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

2013-10-28 Thread Alexandros Drymonitis
On Sun, Oct 27, 2013 at 10:21 PM, peiman khosravi peimankhosr...@gmail.comwrote: Hello, Take a look at the externals 'basedir' (Moonix) and 'strippath' (zexy). Isn't the library called moonlib? Best, P *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss

Re: [PD] covert sensor data to midi

2013-10-28 Thread Alexandros Drymonitis
Did you check this out? http://arduino.cc/en/Tutorial/Midi On Mon, Oct 28, 2013 at 6:39 PM, Sofia Paraskeva so...@copperbluemedia.comwrote: Dear list, I have a patch that receives data from wireless sensor (FSR) via xbee USB serial port. I want to convert the raw data to MIDI and i don't

Re: [PD] matrix~

2013-10-14 Thread Alexandros Drymonitis
Try [mtx_*~] instead. Or [mtx_mul~]. On my mac I can't always create [mtx_*~], but on my linux with pd-vanilla, I've compiled the library and [mtx_*~] works fine. [mtx_mul~] is the same though, although it's supposed to be deprecated...at least I think.. On Mon, Oct 14, 2013 at 5:44 PM, Olivier

Re: [PD] LED on the Cheap

2013-10-03 Thread Alexandros Drymonitis
I guess some microprocessor like Arduino will be needed for that. Plus shift registers since you'll be using lots of LEDs. Do you wanna use RGB LEDs? How do you want to use Pd in that? Will the panels react to some or image, or something like that? On Thu, Oct 3, 2013 at 11:58 AM, Alvin Google

Re: [PD] udpsend not recognised

2013-10-01 Thread Alexandros Drymonitis
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated? On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi peimankhosr...@gmail.comwrote:

Re: [PD] udpsend not recognised

2013-10-01 Thread Alexandros Drymonitis
vanilla now. Is [import] an object? It's not recognised here. Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote: As of Pd-extended

Re: [PD] PLEASE HELP ME (CLICKS AND POPS FROM KNOBS)

2013-09-22 Thread Alexandros Drymonitis
The frequency inlets of [lop~] and [hip~] don't take signals, that's why you get clicks. You have to implement the filters yourself using [rpole~], [rzero~], [cpole~] and [czero~]. You can read the theory here http://msp.ucsd.edu/techniques/latest/book-html/node139.html Or you can go to Pd's

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-13 Thread Alexandros Drymonitis
this on the machines I've tried it on (10.4 and 10.8-something) (I've found and fixed the pasting bug OK - it was failing on all platforms.) thanks Miller On Tue, Sep 10, 2013 at 04:56:01PM +0300, Alexandros Drymonitis wrote: I can confirm the crackles with a 48k sampling rate and delay

Re: [PD] [PD-announce] pd 0.45-2 released

2013-09-10 Thread Alexandros Drymonitis
I can confirm the crackles with a 48k sampling rate and delay = 100 ms on OS X 10.8.4 On Tue, Sep 10, 2013 at 4:34 PM, Jaime E Oliver jaime.oliv...@gmail.comwrote: Could you also try the 48k sample rate while playing a sinusoid? I get crackles unless I increase the software's delay (in audio

[PD] Fwd: Sinesum, cosinesum and cubic interpolation's guard points

2013-09-06 Thread Alexandros Drymonitis
Subject: Re: [PD] Sinesum, cosinesum and cubic interpolation's guard points To: Alexandros Drymonitis adr...@gmail.com It's only necessary if you want to smoothly wrap around from the last index to 0 (as you do in most uses of tabosc~, but not, for example, if you're using tabread4~ as a sampler.) I

Re: [PD] Fwd: Sinesum, cosinesum and cubic interpolation's guard points

2013-09-06 Thread Alexandros Drymonitis
(or 8.9 - something) - and if, for nstance, you want to read teh value at 8.5, you need the points 7, 8, 9, and 10. So teh sze is 11 (indices 0-10 nclusve). It's confusing, I know cheers Miller On Fri, Sep 06, 2013 at 01:53:54PM +0300, Alexandros Drymonitis wrote: Ok, but why

[PD] Changing the frequency of [phasor~] with [biquad~]

2013-09-06 Thread Alexandros Drymonitis
If you have a [phasor~] controlling a bunch of stuff and you wanna to have lots of different frequencies, one way of doing this is: [phasor~ 1] | [*~ 8] | [wrap~] which will increase the frequency by eight times. But if you wanna have a decimal number in [*~ ], say 11.7, then the last ramp of

Re: [PD] Changing the frequency of [phasor~] with [biquad~]

2013-09-06 Thread Alexandros Drymonitis
sorry but can't remember who it is... On Fri, Sep 6, 2013 at 5:18 PM, Alexandros Drymonitis adr...@gmail.comwrote: If you have a [phasor~] controlling a bunch of stuff and you wanna to have lots of different frequencies, one way of doing this is: [phasor~ 1] | [*~ 8] | [wrap~] which

[PD] Sinesum, cosinesum and cubic interpolation's guard points

2013-09-05 Thread Alexandros Drymonitis
When you send this message [sinesum 512 1( to a table Pd will automatically add one index to the beginning of the table and two indices to its end, and you end up with a table of 515 indices. The three additional indices are the guard points for the cubic interpolation, right? So the first index

Re: [PD] Sinesum, cosinesum and cubic interpolation's guard points

2013-09-05 Thread Alexandros Drymonitis
5, 2013 at 1:56 PM, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-09-05 09:45, Alexandros Drymonitis wrote: OK, index 0 is the negative of index 2, no not really, they just happen to be the same. which can again make sense as it's a sine

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandros Drymonitis
Mike Moser-Booth has a whole library with abstractions which include [filtercoeff~] and [filtergraph~]. You can get it if you go to Pd's forum ( puredata.hurleur.com) and check any post by Maelstrom (he's an administrator there). He's got a link to his library as a post signature. On Sun, Sep 1,

Re: [PD] sample based engine sound for racing game

2013-08-26 Thread Alexandros Drymonitis
Check Andy Farnell's website http://obiwannabe.co.uk/html/sound-design/sound-design-audio.html He's got quite some examples there. On 26 Αυγ 2013, at 22:54, hghoyer hgho...@gmail.com wrote: hi list, does anyone has experience or tips to patch a realistc motorsound for racing game

Re: [PD] taxinomy, website or more

2013-08-22 Thread Alexandros Drymonitis
The forum puredata.hurleur.com has a section for tutorials, a section for artistic projects, a section for externals, a section for abstractions, and other sections (technical issues, visuals, microcontrollers etc.). It's not as active as the list, but it's there and it's being used by quite

Re: [PD] separate list of symbols

2013-08-04 Thread Alexandros Drymonitis
[list split 2] would work in your case I guess.. Sent from my iPad On 4 Αυγ 2013, at 21:18, Mirko Maier mir...@gmx.de wrote: hi all, (sorry, the previous mail didn't work because of html) i'd like to separate a list (with floats or symbols) with a given separator into two lists. for

Re: [PD] Gem create many cubes

2013-08-02 Thread Alexandros Drymonitis
Isn't [repeat] along with [separator] the solution for such things? Maybe something like this could work: [gemhead] | [t a a] | | | [cube] | [separator] | [repeat] | [color] | [translate] Incrementing the number in the left inlet of [repeat] should create a new copy where you can

Re: [PD] Gem create many cubes

2013-08-02 Thread Alexandros Drymonitis
There's a recursion tutorial by Claude Heiland-Allen that uses such techniques. Maybe it's included in the browser, check it out. On 2 Αυγ 2013, at 12:07, Miguel Eduardo Venegas Monroy miguelvmon...@gmail.com wrote: i dont undertand. ;S 2013/8/2 Alexandros Drymonitis adr...@gmail.com

[PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as well. Thought all was good (ok, I have some issues with the camera and a couple of other stuff, but it's not of my interest at this point), but when I opened a patch I made some time ago I got this error: [text2d]: Gem has

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
, Jul 27, 2013 at 12:13 PM, IOhannes m zmölnig zmoel...@iem.atwrote: On 07/27/13 08:09, Alexandros Drymonitis wrote: I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as well. Thought all was good (ok, I have some issues with the camera and a couple of other stuff, but it's

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
/pd_**patches/H1N1/video/vera.ttf can not be found, putting vera.ttf in /home/alexandros/Dropbox/pd_**patches/H1N1/video/ will certainly work! cheers c Le 27/07/2013 13:12, Alexandros Drymonitis a écrit : I've installed the ftgl-dev package and recompiled Gem, but now I get this error

Re: [PD] polygate~, demux~ mux~, mtx_*~

2013-07-27 Thread Alexandros Drymonitis
[mtx_*~] is part of the iemmatrix library. On Pd-extended on my mac I also can't create [mtx_*~], but [mtx_mul~] using [import iemmatrix]. I think [mtx_mul~] should be deprecated, but it works on Pd-extended-0.43 (I think, the latest version from puredata.info). On my Linux I have Pd-0.44.3

[PD] where can I find [udpsend] and [udpreceive]?

2013-07-26 Thread Alexandros Drymonitis
I've just compiled the osc library in Pd vanilla (wasn't it called mrpeach?) but [udpsend] and [udpreceive] are not included? Where can I find them? Can't seem to find them in Pd's website.. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

  1   2   3   >