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 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 soon. > > Can [c

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, wrote: > Hi all, > If anybody's interested I made a chebyshev wave shaper external. i

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 wrote: > Thanks again to everyone that replied. I looked at the exa

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 wrote: > and I'm using it for an envelope... > > > 2014-04-09 12:42 GMT-03:00 Alexandre Torres Porres : >

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 wrote: > > > > On Tue, Mar 25, 2014 at 12:00 AM, Simon Iten wrote: > >> just a quick update: >> >> pd runs definitely smoother on the udoo with the debian hard float image. >> > Also, it might be ob

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 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 12:00 AM, Simon Iten 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 some crackl

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

Re: [PD] Compiling zexy in Udoo

2014-03-24 Thread Alexandros Drymonitis
On Mon, Mar 24, 2014 at 11:26 AM, IOhannes m zmoelnig wrote: > -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? > > > &

Re: [PD] Compiling zexy in Udoo

2014-03-24 Thread Alexandros Drymonitis
On Mon, Mar 24, 2014 at 11:13 AM, IOhannes m zmoelnig wrote: > -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 scrip

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

2014-03-23 Thread Alexandros Drymonitis
the following lines: @realtime - rtprio99 @realtime - memlock unlimited Should I create it? On Sat, Mar 22, 2014 at 10:11 PM, Alexandros Drymonitis wrote: > 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

[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 ./makesou

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

2014-03-22 Thread Alexandros Drymonitis
200, 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...&

[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] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
and don't include [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 Drym

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
h Pd-extended. > And I don't know 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 : > > Super! It's t

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
gt; -- > do it yourself > http://antoine.villeret.free.fr > > > 2014-03-21 9:19 GMT+01:00 Alexandros Drymonitis : > > >> >> >> On Fri, Mar 21, 2014 at 12:43 AM, Antoine Villeret < >> antoine.ville...@gmail.com> wrote: >> >>> hello, >>

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Alexandros Drymonitis
rsion with lot's of improvement but it breaks some backward > 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 i

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

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 1

Re: [PD] HD 1920 X 1080

2014-03-14 Thread Alexandros Drymonitis
On Fri, Mar 14, 2014 at 11:13 AM, Max 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 would choose a differ

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

Re: [PD] Gem geometric objects's outlet

2014-03-12 Thread Alexandros Drymonitis
dback.pd> > > > 2014-03-12 9:38 GMT+01:00 Py Fave : > > 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 : >> >&g

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

[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 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( > | > [packOSC] >

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 wrote: > Hi , > > I was wonderning if anyone of you had tried to implement easing in pd. I'm > working on a video animation patch that uses "random" objects a

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

2014-02-24 Thread Alexandros Drymonitis
> >> your messing pix_write and pix writer. >> >> pix_write should do what Alexandros wants. >> >> to write a jpg file send a message [file name 99< >> cheers >> c >> >> >>> >>> >>> >>> 2014-02-2

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

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 wrote: > I'm trying to use [pix_video] with [pix_alpha] and even th

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

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

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
On Thu, Jan 30, 2014 at 6:36 PM, Charles Z Henry 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 projection >

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

2014-01-30 Thread Alexandros Drymonitis
cle, all the axes you would draw > through the circle work equally well. > > Chuck > > > > > > On Wed, Jan 29, 2014 at 2:44 PM, Alexandros Drymonitis > wrote: > >> Yeah, well I'm trying to create shapes in Gem (say a circle) and create >> the sound th

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

2014-01-29 Thread Alexandros Drymonitis
mplex tone. I don't understand your goal: you've > got sinusoids in the patch... to generate sinusoids? > > Chuck > > > On Wed, Jan 29, 2014 at 9:12 AM, Alexandros Drymonitis > wrote: > >> Say I have a full sine and a full cosine cycle stored in t

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

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

2014-01-29 Thread Alexandros Drymonitis
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 work. [phasor~] | [*~ sizeOfTable - 3] | [+~ 1] |\ | \ | [tabread4~ sine] | \ [tabread4~ cosine] | \ [rifft~] | |[tabreceive~ hann] || [*~ ]

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

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

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

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
h ALSA and use an alsa-jack-bridge to send 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 >> >>&g

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 wrote: > Forgot to mention that whenever I move a window around, open a

[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

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
29 PM, Alexandros Drymonitis wrote: > 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 > m

[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] 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 wrote: > On 2013-12-31 06:50, Arda Eden wrote: > >> Hi, >> Most of the AM examples are simply multiplying carrier and modulator >> outputs, which is also kno

Re: [PD] Mess with Pd installation on Linux

2013-12-31 Thread Alexandros Drymonitis
27;-rt' ? 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

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

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

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread Alexandros Drymonitis
followed this http://jackaudio.org/linux_rt_config as yvan suggested On Sun, Dec 29, 2013 at 8:19 PM, Alexandros Drymonitis wrote: > > > > On Sun, Dec 29, 2013 at 6:31 PM, Alexandros Drymonitis > wrote: > >> >> >> >> On Sun, Dec 29, 2013 at 6:09 PM, IOha

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 wrote: > > > > On Sun, Dec 29, 2013 at 6:09 PM, IOhannes m zmölnig wrote: > >> On 2013-12-29 16:35, Alexandros Drymonitis wrote: >> > Cannot connect to server socket err = No such file or directory >&g

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

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

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

[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'), and

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

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

[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-- specify sample rate -audioindev ... -- audio in devic

[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 http://www.medeaelectro

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 w

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

2013-11-24 Thread Alexandros Drymonitis
end~.pd_darwin, 10): no suitable image found. Did find: /Applications/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

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

2013-11-24 Thread Alexandros Drymonitis
h file, copied 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 wrote: > > > > On Sat, Nov 23, 2013

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 wrote: > 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. > > oggcas

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 wrote: > 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. > > oggcas

[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

[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-list@i

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 wrote: > -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&#

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

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

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 . It's the first link 'Various Shapes Oscillator~'. Dunno if this is kind of what you're looking fo

[PD] Fwd: Arduino/Raspberry comport issue

2013-11-11 Thread Alexandros Drymonitis
atever port [devices] tells me, or [devicename /dev/ttyAMA0 9600( On Nov 11, 2013, at 9:14 AM, "Alexandros Drymonitis" wrote: 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( messag

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 wrote: > > It won?t receive data. >> > Hi! i was

[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 -> http://lists.puredata.info/listinfo/p

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

2013-11-01 Thread Alexandros Drymonitis
Is [==~] a vanilla object? > On 1 Νοε 2013, at 11:31, peiman khosravi 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 News > > __

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 wrote: > 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 know how to do this. >

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 wrote: > 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 > Feed || > Concer

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 B

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 w

Re: [PD] udpsend not recognised

2013-10-01 Thread Alexandros Drymonitis
using vanilla now. Is [import] an object? It's not recognised here. > > Peiman > > > > > *www.peimankhosravi.co.uk || RSS > Feed<http://peimankhosravi.co.uk/miscposts.rss> || > Concert News <http://spectralkimia.wordpress.com/>* > > > On 1 Oct

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 wrote: > Hello, > > I've added

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 forum

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

2013-09-13 Thread Alexandros Drymonitis
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 Drymoni

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 wrote: > Could you also try the 48k sample rate while playing a sinusoid? I get > crackles unless I increase the software's delay (in audio preferences) to > som

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

2013-09-06 Thread Alexandros Drymonitis
son who made, I'm sorry but can't remember who it is... On Fri, Sep 6, 2013 at 5:18 PM, Alexandros Drymonitis wrote: > 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] &g

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

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

2013-09-06 Thread Alexandros Drymonitis
9 (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 +03

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

2013-09-06 Thread Alexandros Drymonitis
13 at 4:35 PM Subject: Re: [PD] Sinesum, cosinesum and cubic interpolation's guard points To: Alexandros Drymonitis 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

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

2013-09-05 Thread Alexandros Drymonitis
n Thu, Sep 5, 2013 at 1:56 PM, IOhannes m zmoelnig 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. > > >

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

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 wrote: > hi list, > > does anyone has experience or tips to patch a realistc motorsound for racing > game prototyping? > > i wa

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 som

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

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 wrote: > i dont undertand. > ;S > > > 2013/8/2 Alexandros Drymonitis >

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 cha

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

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
ros/Dropbox/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

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
directory. On Sat, Jul 27, 2013 at 12:13 PM, IOhannes m zmölnig wrote: > 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 &g

[PD] Gem compiled without FONT-support

2013-07-26 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 been

  1   2   3   >