Re: [PD] Can't load iemmatrix lib

2024-01-17 Thread Alexandros Drymonitis
On 1/18/24 08:56, Alexandros Drymonitis wrote: On 1/18/24 08:53, IOhannes m zmoelnig wrote: On 1/18/24 07:46, Alexandros Drymonitis wrote: The funny thing is that I did install libgsl27 manually with apt-get, after I read the error I got in Pd, but it still didn't work with the Deken

Re: [PD] Can't load iemmatrix lib

2024-01-17 Thread Alexandros Drymonitis
On 1/18/24 08:53, IOhannes m zmoelnig wrote: On 1/18/24 07:46, Alexandros Drymonitis wrote: The funny thing is that I did install libgsl27 manually with apt-get, after I read the error I got in Pd, but it still didn't work with the Deken version. [...] /home/alex/Documents/Pd/externals

Re: [PD] Can't load iemmatrix lib

2024-01-17 Thread Alexandros Drymonitis
best, P * Alexandros Drymonitis [2024-01-17 15:48]: I've installed iemmatrix from deken, but when I put a [declare -lib iemmatrix] in Pd, I get the following error: /home/alex/Documents/Pd/externals/iemmatrix/iemmatrix.pd_linux:libgsl.so.25: cannot open shared object file: No such file

[PD] Can't load iemmatrix lib

2024-01-17 Thread Alexandros Drymonitis
I've installed iemmatrix from deken, but when I put a [declare -lib iemmatrix] in Pd, I get the following error: /home/alex/Documents/Pd/externals/iemmatrix/iemmatrix.pd_linux:libgsl.so.25: cannot open shared object file: No such file or directory I'm on Debian 12, with Pd-0.54.1

Re: [PD] I reckon those interested in FluCoMa are already on our forum

2023-12-17 Thread Alexandros Drymonitis
, at 19:59, Alexandros Drymonitis wrote: Well, I'm using some of FluCoMa, but I'm not on your forum. I guess I should sign up at some point. On 12/17/23 19:26, Pierre Alexandre Tremblay wrote: But I’m just asking here, since I am making some changes and I would need feedback and the pd presence

Re: [PD] I reckon those interested in FluCoMa are already on our forum

2023-12-17 Thread Alexandros Drymonitis
Well, I'm using some of FluCoMa, but I'm not on your forum. I guess I should sign up at some point. On 12/17/23 19:26, Pierre Alexandre Tremblay wrote: But I’m just asking here, since I am making some changes and I would need feedback and the pd presence there is modest… maybe nobody uses it

Re: [PD] How to deal with externals for both 64 and 32-bit Pd

2023-12-06 Thread Alexandros Drymonitis
-amd64-64.so` On 12/6/23 11:27, Lucas Cordiviola wrote: On 06/12/2023 06:19, Alexandros Drymonitis wrote: Yes, I'm using the latest pd-lib-builder (0.7.0), and compiled with floatsize=64 and extension=linux-amd64-64.so. I also use t_float instead of float in my code. I just checked the .c file

Re: [PD] How to deal with externals for both 64 and 32-bit Pd

2023-12-06 Thread Alexandros Drymonitis
of float and t_sample for audio floats. -- Mensaje telepatico asistido por maquinas. On 06/12/2023 05:59, Lucas Cordiviola wrote: On 06/12/2023 05:47, Alexandros Drymonitis wrote: Actually I just tried that with my [neuralnet] and it didn't work for Pd64. I do get a neuralnet.linux-arm64-64

Re: [PD] How to deal with externals for both 64 and 32-bit Pd

2023-12-06 Thread Alexandros Drymonitis
Actually I just tried that with my [neuralnet] and it didn't work for Pd64. I do get a neuralnet.linux-arm64-64.so, but puredata64 can't load it. On 12/6/23 10:44, Lucas Cordiviola wrote: On 06/12/2023 05:27, Alexandros Drymonitis wrote: Sorry for the second question, now read the pd-lib

Re: [PD] How to deal with externals for both 64 and 32-bit Pd

2023-12-06 Thread Alexandros Drymonitis
.htm#s1.2.1 If you are using lib-pd-builder see: https://github.com/pure-data/pd-lib-builder/blob/master/tips-tricks.md#building-double-precision-externals -- Mensaje telepatico asistido por maquinas. On 06/12/2023 05:12, Roman Haefeli wrote: On Wed, 2023-12-06 at 09:43 +0200, Alexandros

Re: [PD] How to deal with externals for both 64 and 32-bit Pd

2023-12-06 Thread Alexandros Drymonitis
asistido por maquinas. On 06/12/2023 05:12, Roman Haefeli wrote: On Wed, 2023-12-06 at 09:43 +0200, Alexandros Drymonitis wrote: The question now is how to have both versions run happily side by side? On the 64-bit version I did find zexy (but some other libraries I searched for, including my own

[PD] How to deal with externals for both 64 and 32-bit Pd (was: Re: [PD-announce] Pd 0.54-1 released)

2023-12-05 Thread Alexandros Drymonitis
question is, how to compile externals for 64-bit Pd? I would like to offer [neuralnet] for this version too. On 12/6/23 09:33, Roman Haefeli wrote: On Wed, 2023-12-06 at 09:25 +0200, Alexandros Drymonitis wrote: This might be obvious, but how is the 64-bit version launched? I installed Pd from

Re: [PD] [PD-announce] Pd 0.54-1 released

2023-12-05 Thread Alexandros Drymonitis
This might be obvious, but how is the 64-bit version launched? I installed Pd from Debian backports, but I can't see any pd64 or puredata64 executable on my system. On 10/31/23 17:01, IOhannes m zmölnig wrote: On 10/31/23 12:06, Miller Puckette wrote: To Pd-announce: Pd version 0.54-1 is

Re: [PD] Getting position of abstraction in patch

2023-11-27 Thread Alexandros Drymonitis
Check [canvasposition] from iemguts. On 11/27/23 14:18, Thomas Mayer wrote: Hello, I am trying to find a way to get the position of the abstraction in the including patch from the abstraction itself. Basically when I have stuff like #X obj 13 49 my_abstraction #X obj 58 89 my_abstraction I

Re: [PD] shell external for raspberry pi aarch64

2023-10-31 Thread Alexandros Drymonitis
Try: apt-cache search ^pd- On 10/31/23 18:41, Edwin van der Heide wrote: Dear IOhannes, This works like a charm and installs it in the extra’s folder. I didn’t know it was possible to install external libraries via apt-get. Is there a way to know which external libraries are available via

Re: [PD] Question re comport on Raspberry Pi

2022-10-07 Thread Alexandros Drymonitis
How about `apt-get install pd-comport`? On Fri, 7 Oct 2022, 16:28 Lucas Cordiviola, wrote: > Hi Kerry, > > Not sure this helps: > > ### get the comport sources > > from https://git.iem.at/pd/comport > > extract the pkg. > > > ### compile > > cd the terminal to the extracted folder an do > >

Re: [PD] Fwd: Re: sending lists via [comport]

2020-01-31 Thread Alexandros Drymonitis
On Sat, 1 Feb 2020, 00:25 Dr. Maik Hester, wrote: > > > > Weitergeleitete Nachricht > Betreff: Re: [PD] sending lists via [comport] > Datum: Fri, 31 Jan 2020 22:34:24 +0100 > Von: Dr. Maik Hester > An: hans w. koch > Kopie (CC): pd-list@lists.iem.at > > > Dear list, > >

Re: [PD] next PdCon?

2020-01-08 Thread Alexandros Drymonitis
Replying here as I was supposed to organize the convention in Athens that never happened, just to let you know that the whole thing was unfortunately canceled and it won't happen. As a side note I'd like to let you know that I would also be interested in attending one in Leicester. On Wed, 8 Jan

Re: [PD] symbol to float

2017-04-22 Thread Alexandros Drymonitis
I've made an abstraction that converts a symbol to a float after a discussion on this list with Cyrille Henry and Chris McCormick. You can find it here https://github.com/alexdrymonitis/miscellaneous_abstractions, it's called "vanillaS2f" ___

Re: [PD] Best way to shut the system down with a script launched from Pd?

2017-03-30 Thread Alexandros Drymonitis
On Wed, Mar 29, 2017 at 9:41 PM, <zmoel...@iem.at> wrote: > On 03/29/2017 06:04 PM, Alexandros Drymonitis wrote: > > sudo pkill pd > > sleep 3 > > sudo pkill jackd > > sleep 3 > > sudo poweroff > > why don't you just call `poweroff`? > the s

Re: [PD] Best way to shut the system down with a script launched from Pd?

2017-03-29 Thread Alexandros Drymonitis
On Wed, Mar 29, 2017 at 7:35 PM, Alex wrote: > Have you tried running the script directly on your odroid to see if it > outputs anything relevant? > > You're calling sudo with no interaction. does sudo require a password on > your odroid? > > If you've started pd and jackd

Re: [PD] Running Pd with real-time priority

2017-03-29 Thread Alexandros Drymonitis
On Wed, Mar 29, 2017 at 5:29 PM, Antoine Rousseau wrote: > So then, Pd is indeed running with RT? > > > I think so. Try: > pd -verbose -stderr > > and you should read: > > "priority 6 scheduling enabled." > That did it! I did get the "priority 6 scheduling enabled." message,

[PD] Best way to shut the system down with a script launched from Pd?

2017-03-29 Thread Alexandros Drymonitis
I'm trying to shut down my Odroid-U3 by running a script through [shell]. It's very likely that my approach is not good, but here's what I'm doing: I've created a directory /etc/my_scripts and in there I put the following script, called "shut_down.sh": sudo pkill pd sleep 3 sudo pkill jackd

[PD] [comport] interpreting byte 13 as 10

2017-03-29 Thread Alexandros Drymonitis
I can't send the number 13 from the Arduino to Pd using Arduino's Serial.write() function. Instead I'm receiving a 10. Does this have anything to do with the fact that ASCII 10 is a new line feed and ASCII 13 is the carriage return? Maybe [comport] is interpreting both values as the new line feed,

Re: [PD] Running Pd with real-time priority

2017-03-29 Thread Alexandros Drymonitis
> Hi, > > I've proposed pull request #39 (https://github.com/pure-data/ > pure-data/pull/39) to fix this (RT status not printed to console any > more). > > In the meantime, if you don't get related error message (and you don't > specify -nrt) then RT should be enabled. > So then, Pd is indeed

[PD] Running Pd with real-time priority

2017-03-28 Thread Alexandros Drymonitis
When running Pd, it is supposed to run with real-time priority by default, right? When launching Pd from the terminal, you usually get this printed: priority 6 scheduling enabled. priority 8 scheduling enabled. I'm running Pd on an Odroid-U3, and launching Pd from the terminal doesn't print

Re: [PD] libpd, Android, and Unity3D - any recent data?

2017-02-24 Thread Alexandros Drymonitis
On Fri, Feb 24, 2017 at 9:08 PM, Scott R. Looney wrote: > hey folks, not trying to add noise but i know some libpd folks are around > on this list. anyone able to get me information on doing a build on Android > using Unity and libpd (from a Mac)? the only thing that pops

Re: [PD] email phdho...@newblankets.org if you're interested/able to host Pd *Artists in Transit*

2017-02-01 Thread Alexandros Drymonitis
Hi all, Since the next PdCon was mentioned, and I have shown interest in organizing it, I though I should also send an email here. There's currently no venue where I could host any New Blankets AIT, but it's quite possible that, along with a friend and colleague, I'll be organizing the next PdCon,

[PD] Next PdCon?

2016-11-23 Thread Alexandros Drymonitis
Hi list, Since we talked about this at the Convention, I asked a friend and colleague who works at the American College of Greece in Athens whether it would be possible to host the next Pd Convention there. He is very positive about this, without this meaning it's certain. What I would like to ask

Re: [PD] using keyboard when pd is not in focus

2016-06-17 Thread Alexandros Drymonitis
[hcs/keyboard] does this. On Fri, Jun 17, 2016 at 6:12 PM, jamal crawford wrote: > hi List > > I wonder if there is a way to be able to use keyboard, when pd is not in > focus in a multiple workspaces setup. > > thanks in advance > > ~/.jc > > >

Re: [PD] ofxPd on Linux with Jack

2016-06-08 Thread Alexandros Drymonitis
And this is the OF forum thread https://forum.openframeworks.cc/t/solved-using-the-jack-audio-server-with-openframeworks-on-linux/23615/7 On Wed, Jun 8, 2016 at 7:50 PM, Alexandros Drymonitis <adr...@gmail.com> wrote: > > > On Wed, Jun 8, 2016 at 6:38 PM, Dan Wilcox <danomat..

Re: [PD] ofxPd on Linux with Jack

2016-06-08 Thread Alexandros Drymonitis
On Wed, Jun 8, 2016 at 6:38 PM, Dan Wilcox wrote: > If that’s an issue with the OF source, I’d open an issue on the OF Github > repo. > As far as I understand it's not. In OF's forum I was told that OF doesn't use it's own RtAudio library any more, but the one installed in

Re: [PD] ofxPd on Linux with Jack

2016-06-08 Thread Alexandros Drymonitis
it, it worked with JACK! Thanks for the tips and Dan, thanks a lot for the addon, it's great! On Thu, Jun 2, 2016 at 11:30 PM, Alexandros Drymonitis <adr...@gmail.com> wrote: > Thanks for the tips guys. I'll try it out and if I manage I'll come back > here for the record, even

Re: [PD] [initbang] won't bang..

2016-05-24 Thread Alexandros Drymonitis
On Tue, May 24, 2016 at 8:40 PM, IOhannes m zmölnig <zmoel...@iem.at> wrote: > On 05/24/2016 08:27 PM, Alexandros Drymonitis wrote: > > On Tue, May 24, 2016 at 8:18 PM, IOhannes m zmölnig <zmoel...@iem.at> > wrote: > > > >> On 05/24/2016 04:31 PM, Alexa

Re: [PD] knobs in 0.47

2016-05-10 Thread Alexandros Drymonitis
Just tried on the stable release of 0.47-0 and indeed it can't be created, while it could on 0.46-7. I'm on Debian Jessie XFCE, if that matters here.. On Tue, May 10, 2016 at 2:57 PM, Liam Goodacre wrote: > I can't seem to get the knob object working in 0.47. I've tried

Re: [PD] LibPd on microcontroller

2016-05-10 Thread Alexandros Drymonitis
There's also the Bela platform which mounts on top of a BeagleBone Black. This provides 16-bit audio at 48kHz sampling rate iirc. It also provides inputs for sensors which can be received with [adc~] in Pd. Haven't tried it but looks promising. Alexandre, in order to get proper audio with

Re: [PD] Is [clone] included in the test4 version of 0.47-0?

2016-05-02 Thread Alexandros Drymonitis
On Mon, May 2, 2016 at 12:31 PM, IOhannes m zmölnig <zmoel...@iem.at> wrote: > On 05/02/2016 12:27 PM, Alexandros Drymonitis wrote: > > On Mon, May 2, 2016 at 12:09 PM, IOhannes m zmölnig <zmoel...@iem.at> > wrote: > > > Hm, you're right. I was running 0.46-7.

Re: [PD] Is [clone] included in the test4 version of 0.47-0?

2016-05-02 Thread Alexandros Drymonitis
On Mon, May 2, 2016 at 12:09 PM, IOhannes m zmölnig <zmoel...@iem.at> wrote: > On 05/02/2016 11:58 AM, Alexandros Drymonitis wrote: > > I've just compiled Pd-0.47-0test4 (I guess properly after another thread > I > > started about a compilation failure where I go

[PD] Is [clone] included in the test4 version of 0.47-0?

2016-05-02 Thread Alexandros Drymonitis
I've just compiled Pd-0.47-0test4 (I guess properly after another thread I started about a compilation failure where I got guidance from IOhannes) but I don't get [clone] which Miller mentioned is a new object in this release? There's no help file either in Pd's Browser -> Pure Data ->

Re: [PD] Failing to compile Pd-0.47-0

2016-05-02 Thread Alexandros Drymonitis
On Mon, May 2, 2016 at 11:06 AM, IOhannes m zmölnig <zmoel...@iem.at> wrote: > On 05/02/2016 10:43 AM, Alexandros Drymonitis wrote: > > Then I go to the src/ directory but when I type 'make' > > why? > just run 'make' from the root directory of Pd. > Hm, don't rea

[PD] Failing to compile Pd-0.47-0

2016-05-02 Thread Alexandros Drymonitis
I'm trying to compile the test version of the new Pd. I'm running the ./autogen.sh script (which says it's not using gettext BTW, don't know if this is of any importance) and then the ./configure script with --enable-jack. Then I go to the src/ directory but when I type 'make' it starts compiling

Re: [PD] hurleur ?... (drag and drop feature)

2016-02-29 Thread Alexandros Drymonitis
I think all the patches and content is here http://www.pdpatchrepo.info/ (including the forum). Not sure if this is what you're looking for. On Mon, Feb 29, 2016 at 1:25 PM, oliver wrote: > hi, list ! > > a lot of interesting pd patches i was sniffing for in the web point to

Re: [PD] Messed font files

2016-02-25 Thread Alexandros Drymonitis
> > > no. > when i said "use the 'reportbug' cmdline tool" i meant "please use the > 'reportbug' cmdline" tool, like that: > > reportbug gem > Ok. It was clear that it's a cmdline tool, I was just not aware of it. > > 'reportbug' is a tool installed on Debian and derivatives to report bugs >

Re: [PD] Messed font files

2016-02-25 Thread Alexandros Drymonitis
On Wed, Feb 24, 2016 at 10:10 PM, IOhannes m zmölnig <zmoel...@iem.at> wrote: > On 02/24/2016 07:06 PM, Alexandros Drymonitis wrote: > >> > Since you’re on Debian, then you can do something like > >> > < > http://www.cyberciti.biz/faq/debian-ubuntu-linux-re

Re: [PD] How's Pd limited?

2016-02-25 Thread Alexandros Drymonitis
On Thu, Feb 25, 2016 at 4:19 PM, Alexandre Torres Porres wrote: > > 2016-02-25 6:49 GMT-03:00 peiman khosravi : > >> Two example I can think of. One-sample delay/feedback for filter design >> etc. And real-time zero-crossing detection with sample-rate

Re: [PD] Messed font files

2016-02-24 Thread Alexandros Drymonitis
On Wed, Feb 24, 2016 at 7:54 PM, Dan Wilcox wrote: > That’s why I suggested reinstalling the package that installs the fonts & > creates the symlink. If you force reinstall it, the symlinks should be > recreated so things are back to where tou started. *Then* you can make

Re: [PD] Messed font files

2016-02-24 Thread Alexandros Drymonitis
On Wed, Feb 24, 2016 at 6:11 PM, Dan Wilcox wrote: > Sounds like the font files themselves in that folder were system links > so the fonts actually live > elsewhere. In general, you do *not* want to change the folder structure

[PD] Messed font files

2016-02-24 Thread Alexandros Drymonitis
This problem doesn't concern Pd only, but it started through Pd (well, I started it) and it is related to Pd, so I'm posting it here. I've recently dual booted my laptop with Debian Jessie XFCE and in general all is working fine. While doing some stuff in Pd (that's 0.46.2 from the Jessie

Re: [PD] How's Pd limited?

2016-02-24 Thread Alexandros Drymonitis
On Wed, Feb 24, 2016 at 3:48 AM, Chris McCormick wrote: > On 22/02/16 09:49, Matti Viljamaa wrote: > >> How do you think Pure Data is limited? >> > > expr~ tanh($v1) > If you copy the [tanh] abstraction from purepd and make it a signal one, doesn't that work? Then it's

Re: [PD] expr if false, do nothing?

2016-02-19 Thread Alexandros Drymonitis
I don't think this is really possible. What you can do is use this [expr if($f1 > 0, 1, 0)] and connect it to [sel 0] and use [sel]'s right outlet only... On Fri, Feb 19, 2016 at 6:17 PM, Jonghyun Kim wrote: > hi list, > > how to *do nothing* when expr if is FALSE? > >

Re: [PD] loading random samples

2016-02-12 Thread Alexandros Drymonitis
[readsf~] outputs a bang out its right outlet when the current sample it's playing has finished. You can send that bang to [random] (the argument of which will be the number of your samples) and the output of [random] to a message [open ./samples/P$1.wav, 1( I don't think that you can use 01, 02,

Re: [PD] loading random samples

2016-02-12 Thread Alexandros Drymonitis
On Fri, Feb 12, 2016 at 11:12 PM, Spyros Polychronopoulos < spypolym...@gmail.com> wrote: > Thank you very much for your kind feedback! Especially Alexandros very > detailed answer, thank you very much! > Also you mention something about an example did you attach something that > I can not find

Re: [PD] change object for symbols (vanilla)

2016-01-18 Thread Alexandros Drymonitis
I made a [symbol_change] abstraction which you can find here https://github.com/alexdrymonitis/miscellaneous_abstractions On Mon, Jan 18, 2016 at 11:01 AM, Achim Bornhoeft wrote: > Does anybody know how to make a change object for symbols in vanilla ? > A > >

Re: [PD] Weird behavior of [moocow/bytes2any], or not?

2015-12-30 Thread Alexandros Drymonitis
n of it, where I use [list tosymbol] I didn't have this problem... Thanks for that! On Wed, Dec 30, 2015 at 1:54 PM, Bryan Jurish <moocow.bov...@gmail.com> wrote: > moin Alexandros, > > On Fri, Dec 25, 2015 at 11:43 AM, Alexandros Drymonitis <adr...@gmail.com> > wrote: >>

Re: [PD] Weird behavior of [moocow/bytes2any], or not?

2015-12-25 Thread Alexandros Drymonitis
On Thu, Dec 24, 2015 at 9:54 PM, Bryan Jurish wrote: > moin Alexandros, > > looks like you're creating an "any" message with the selector "float", > which iirc pd interprets as it does the output of a [float] object. without > further arguments (the float value), the

[PD] Weird behavior of [moocow/bytes2any], or not?

2015-12-24 Thread Alexandros Drymonitis
I'm trying several lists from symbols with [moocow/bytes2any] and the following behavior seems a bit strange to me. The following symbols, converted to numeral lists behave fine: a_float, a_string, string, a_bang, bang The corresponding lists sent to [bytes2any] are: 97 95 102 108 111 97 116 97

Re: [PD] How to update Pd 0.45.4 to 0.46.7 0n Ubuntu 14.4 (Odroid XU4)

2015-12-20 Thread Alexandros Drymonitis
sudo make install? On Sun, Dec 20, 2015 at 6:22 PM, Ingo wrote: > I'm trying to update the Pd version 0.45.4 that came with the Ubuntu 14.4 > on my Odroid XU4. > > > > I have downloaded the source of 0.46.7 and compiled it. > > > > The INSTALL.txt says this: > > > > … > >

[PD] ggee and comport binaries for OS X via deken

2015-12-10 Thread Alexandros Drymonitis
Hi list, I'd like to contribute in building binaries for the ggee library and comport for deken, as these are compiled only for Linux and Windows in deken for now. What's the process for doing that? Cheers ___ Pd-list@lists.iem.at mailing list

Re: [PD] Creation argument not working for pow~

2015-12-10 Thread Alexandros Drymonitis
Works for me too in Pd-0.46-7 on OS X 10.8.5 On Thu, Dec 10, 2015 at 10:24 AM, IOhannes m zmoelnig wrote: > On 2015-12-10 05:20, i go bananas wrote: > > Just updated to newest pd vanilla. The creation argument to pow~ seems > to > > not in my book. > > > $ git log d_math.c > >

Re: [PD] Lanbox

2015-12-06 Thread Alexandros Drymonitis
I just checked the patch again, cause it's been years since I made and used it. In the [pd dec2hex] subpatch there's a list with some hexadecimal values where the third and second from last take values from an input list. >From what I remember I had hardcoded the channels and played with their

Re: [PD] Lanbox

2015-12-04 Thread Alexandros Drymonitis
Maybe I'm that someone from the old forum post. I use the lanbox with [comport], not via UDP. I copied the messages output by the [lanbox] external in Max, which used hexadecimal number (if I remember correctly) where one of them was the channel and another the value (among other values). The

[PD] deken-plugin.tcl on Windows

2015-11-18 Thread Alexandros Drymonitis
Searched the mail archives but can't get any results. Where should this file go on Windows? Specifically Windows XP. On the GitHub page of deken it says %AppData%\Pd\deken-plugin\ What's %AppData% ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] routing serial data

2015-10-23 Thread Alexandros Drymonitis
How did you manage to print the values? I guess using [print]. If so, instead of [print] put [unpack f f f f] if the four values are output as a list (through [comport] would output separate bytes). On Fri, Oct 23, 2015 at 6:49 PM, ray Y wrote: > hello > > > i'm having

Re: [PD] Looking for some advice

2015-09-13 Thread Alexandros Drymonitis
On Sun, Sep 13, 2015 at 9:41 PM, IOhannes m zmölnig wrote: > how about: > - install "deken". > - go to "Find externals" > - Click on "Show all" > - read the list of all packages you can download? > I don't see a "Show all" on deken... I get the attached image..

Re: [PD] bluetooth PDuino

2015-09-03 Thread Alexandros Drymonitis
) but >> >> when i move the variable resistor pd returns an UNKNOWN_INPUT_COMMAND >> and a bunch >> >> of numbers and it gets kind of stuck. if i switch back to the usb cable >> connection it works fine. >> >> is there something that should be done with the

Re: [PD] bluetooth PDuino

2015-09-02 Thread Alexandros Drymonitis
I think that you can't upload code to the Arduino via the bluetooth, so you'll have to upload it via USB, and then unplug it and use the bluetooth. [comport] will be able to see it without problems. On Wed, Sep 2, 2015 at 1:03 AM, ray Y wrote: > > >

Re: [PD] bluetooth PDuino

2015-09-01 Thread Alexandros Drymonitis
Yes, what is the problem exactly? On Wed, Sep 2, 2015 at 12:23 AM, ray Y wrote: > hello > > i've been trying to use an hc-06 bluetooth module to link up with an > arduino > board running the firmata for pduino and this stupid thing is killing me! > i just need to cut up the

Re: [PD] BUG ?

2015-08-25 Thread Alexandros Drymonitis
On my computer, OS X 10.8.5, Cmd+Space works in Pd... On Tue, Aug 25, 2015 at 1:02 PM, Jonghyun Kim agitato...@gmail.com wrote: A little annoying. In my case, on Mac OS X, if I use Korean input method, the shortcut for Edit Mode(Cmd+E) doesn't work. Also, I can't change input method,

Re: [PD] [cos~]replacement for webPd patch

2015-08-24 Thread Alexandros Drymonitis
August 2015 at 20:53, Alexandre Torres Porres por...@gmail.com wrote: i do realize that, but who knows what he needs this for, it may work... :) 2015-08-23 16:37 GMT-03:00 Alexandros Drymonitis adr...@gmail.com: On Sun, Aug 23, 2015 at 8:04 PM, Alexandre Torres Porres por...@gmail.com

Re: [PD] [cos~]replacement for webPd patch

2015-08-23 Thread Alexandros Drymonitis
On Sun, Aug 23, 2015 at 8:04 PM, Alexandre Torres Porres por...@gmail.com wrote: you can treat [osc~] as [cos~] just give it a frequency of 0 and use the phase inlet as the angle input (from 0 to 1). But the phase inlet of [osc~] is a control inlet, and [cos~] takes signals..

[PD] Is there something like adddollar for messages?

2015-07-27 Thread Alexandros Drymonitis
Like the title says...I'd like to generate the dollar sign in a message, in a similar way you can use [addcomma( which will add a comma in a message. Is there a way to do that? For example, something like this: [10( | [until] | [f ]x[+ 1] | [t f b] | [adddollar(

Re: [PD] how to change symbol to float

2015-07-08 Thread Alexandros Drymonitis
On Wed, Jul 8, 2015 at 1:56 PM, Richard Millig richard.mil...@gmx.de wrote: hi guys, thanks for your help so far. i've tried that patch, but i get error messages like this: list fromsymbol: no method for '0,873' use a dot for floats, not comma. If I type this in the symbol atom, I get 873,

Re: [PD] how to change symbol to float

2015-07-08 Thread Alexandros Drymonitis
but numbers with a comma (like 0,873), maybe I described the problem bad (sorry for my bad english, I'm from Germany), my problem is: how do I change that comma to a point? or: is the problem in my AndrOSC? thanks richard On 08.07.2015 15:15, Alexandros Drymonitis wrote: On Wed, Jul 8, 2015

Re: [PD] how to change symbol to float

2015-07-07 Thread Alexandros Drymonitis
This is the final version, the previous one didn't work so well with inf, now it does. I've put it on my GitHub, get it here https://github.com/alexandros301/vanillaS2f On Tue, Jul 7, 2015 at 12:20 PM, Alexandros Drymonitis adr...@gmail.com wrote: On Tue, Jul 7, 2015 at 6:35 AM, Chris

Re: [PD] [initbang] vs [loadbang]

2015-07-06 Thread Alexandros Drymonitis
On Sun, Jul 5, 2015 at 10:04 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 07/05/2015 08:57 PM, Alexandros Drymonitis wrote: saving the dynin.pd abstraction, will break it. [...] abstraction. I put [r _initbang] but it won't work. the trick is *not* to have a [r _initbang] in your

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
Sorry, uploading again without [list-drip] (which is vanilla, but an abstraction you need to have). On Mon, Jul 6, 2015 at 8:43 PM, Alexandros Drymonitis adr...@gmail.com wrote: Here's a vanilla abstraction (attached) that does this, using [list fromsymbol] On Mon, Jul 6, 2015 at 4:53 PM

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
Here's a vanilla abstraction (attached) that does this, using [list fromsymbol] On Mon, Jul 6, 2015 at 4:53 PM, Cyrille Henry c...@chnry.net wrote: hello, i don't know any vannilaway to convert symbol to float, but you can use externals like s2f from moonix. c Le 06/07/2015 15:31,

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
On Mon, Jul 6, 2015 at 8:56 PM, Cyrille Henry c...@chnry.net wrote: hello, look like it's more a s2i than a s2f True! Now it's real s2f #N canvas 152 272 499 451 10; #X obj 69 48 list fromsymbol; #X obj 69 116 moses 48; #X obj 114 138 moses 58; #X obj 114 210 - 48; #X obj 114 232 t f b; #X obj

[PD] [initbang] vs [loadbang]

2015-07-05 Thread Alexandros Drymonitis
I've made an abstraction with an arbitrary number of inlets, and in extended you can save it in a patch as its connections will be maintained (using [initbang] to create the inlets), but in vanilla it's not possible cause I'm using [loadbang] and Pd fails to make the connections (as the inlets are

Re: [PD] [initbang] vs [loadbang]

2015-07-05 Thread Alexandros Drymonitis
On Sun, Jul 5, 2015 at 4:58 PM, Philippe Boisnard philem...@me.com wrote: send [loadbang( to your subpatche or your abstract I'm not creating the abstractions dynamically, but like any object when patching (Cmd+1), so I don't think this is feasible...

Re: [PD] [initbang] vs [loadbang]

2015-07-05 Thread Alexandros Drymonitis
. Inspired by [vanillaBondo] by Matt Davey. Made by Alexandros Drymonitis; #X connect 2 0 3 0; #X connect 3 0 4 1; #X connect 3 1 2 1; #X connect 4 0 5 0; #X connect 5 0 6 0; #X connect 7 0 4 0; #X connect 8 0 2 1; ___ Pd-list@lists.iem.at mailing list

Re: [PD] dmx interfaces + Pd

2015-07-01 Thread Alexandros Drymonitis
I've used the DmxMaster shield with Arduino and it worked fine. Here's the library https://github.com/TinkerKit/DmxMaster and this is the shield https://store.arduino.cc/product/T040060 Heard that the company closed down or something, don't know if it's still supported. Still, if you get yourself

Re: [PD] [text3dml] = text3d multiline with all accents

2015-06-15 Thread Alexandros Drymonitis
On Mon, Jun 15, 2015 at 10:41 AM, IOhannes m zmoelnig zmoel...@iem.at wrote: On 2015-06-14 10:16, Philippe Boisnard wrote: Hello I have created a little abstract, usefull for me : [text3dml] I share this. thanks for sharing. i wonder why you are using dynamic patching instead of

Re: [PD] Get face metrics from [pix_opencv_facetracker]

2015-05-29 Thread Alexandros Drymonitis
I used it once to control the servo motors of the camera so that it followed your face and I used the first value of the NOSE_BRIDGE table for the x-axis motor and the second value of the same table (inverted) for the y-axis motor. Don't know if this is the way you're supposed to do this, but it

Re: [PD] error: unpack type mismatch

2015-05-19 Thread Alexandros Drymonitis
but ASCII is just bytes, so subtracting 48 should do the ASCII to float job, right? How are you sending values from Arduino to Pd? Do you use Serial.write or Serial.println? use [print] before you send stuff to [unpack] to see what you get. A type mismatch is when you expect a float but you get a

Re: [PD] [ggee/notch] / [ggee/bandpass] seem to work at default/fixed samplerate of 44100

2015-05-03 Thread Alexandros Drymonitis
Isn't this the way to do it? x-x_rate = sys_getsr(); On Sun, May 3, 2015 at 6:32 AM, Peter P. peterpar...@fastmail.com wrote: * Raphaël Ilias phae.il...@gmail.com [2015-05-02 16:36]: Hello, I was testing the [bandpass] and [notch] object's from ggee library, which compute coefficients

Re: [PD] [ggee/notch] / [ggee/bandpass] seem to work at default/fixed samplerate of 44100

2015-05-03 Thread Alexandros Drymonitis
On Sun, May 3, 2015 at 2:58 PM, Raphaël Ilias phae.il...@gmail.com wrote: However, IMHO, since frequency representation is related to the time and not the sampling rate, I think this should be corrected in the object itself, maybe as Alexandros suggested. But I don't have the skills to do

Re: [PD] update Pd on Odroid-U3 running on Debian Jessy

2015-04-27 Thread Alexandros Drymonitis
On Fri, Apr 24, 2015 at 12:37 PM, Simon Wise simonzw...@gmail.com wrote: it seems that gconf2 and python are the issue, that jackd2 depends on gstreamer then the version you have depends on gconf and it depends on python but you do not have python. I did install python, but then running sudo

[PD] update Pd on Odroid-U3 running on Debian Jessy

2015-04-23 Thread Alexandros Drymonitis
I've installed Pd with apt-get on an Odroid-U3 running on Debian Jessy, but I want to update it, as the Debian repositories now have Pd-0.46-2 and I have Pd-0.46-0. I did apt-get update and then apt-get install puredata but got these errors: dpkg: error processing package jackd2 (--configure):

[PD] Installing pyata

2015-04-19 Thread Alexandros Drymonitis
Reading this page https://code.google.com/p/pyata/wiki/How_To_Install I'm trying to install the Pd module in Python to use Pyata, with no luck. At step 2 - configure, it says 1. among the downloaded files, you'll find config.properties file. open it. I have a properties.config file, but I guess

Re: [PD] converting audio pulses to bang

2015-04-18 Thread Alexandros Drymonitis
Cant't you get bangs on attacks with [bonk~]? Or [threshold~]? On 18 Απρ 2015, at 07:55, Alexandre Torres Porres por...@gmail.com wrote: Hi folks, I've been recently using CV from modular synths to control Pd, and they do send audio pulses for controls (bangs in Pd). I know

Re: [PD] examples of classic Sample and Hold

2015-04-16 Thread Alexandros Drymonitis
On Thu, Apr 16, 2015 at 8:49 AM, i go bananas hard@gmail.com wrote: for sample-and-hold, as it is usually implemented for pitch in a synth, you actually don't even NEED to use the samphold~ object! you can just use a metro to simulate the clock, and then a random to simulate the noise

[PD] cubic interpolation algorithm, not really working...

2015-03-15 Thread Alexandros Drymonitis
I want to set some points in an array to use them for displaying many [circle]s in Gem. I want to check the distance between two subsequent points, and if they're too far apart (particularly further than 0.04), I want to place another point in between, using cubic interpolation, and repeat this

Re: [PD] maximum control rate in Pd

2015-03-12 Thread Alexandros Drymonitis
On Thu, Mar 12, 2015 at 4:41 PM, Alexandre Torres Porres por...@gmail.com wrote: ok, so the metro at 1ms is because I'm using extended. as for the minimum time pd can process and send data, what's the final word on it? something like 1.4013e-45 ms? cause that's a lot more than an audio

Re: [PD] Enable autopatch by default Pd-extended 0.43.4

2015-02-26 Thread Alexandros Drymonitis
February 2015, 10:18, Alexandros Drymonitis adr...@gmail.com wrote: Not sure if there's such a flag, but also since you have to active autopatch for every single window separately (including subpatches) I guess that's not really possible On Thu, Feb 26, 2015 at 11:03 AM, JF via Pd-list pd

Re: [PD] Enable autopatch by default Pd-extended 0.43.4

2015-02-26 Thread Alexandros Drymonitis
On Thu, Feb 26, 2015 at 8:45 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 02/26/2015 04:49 PM, Alexandros Drymonitis wrote: Strange... I know it's enabled by default on Vanilla, plus it's mentioned in the page you posted. But there's no -noautopatch to disable that feature, so what's

Re: [PD] knowing if there's anything connected to an [inlet~] in a subpatch or abstraction

2015-02-24 Thread Alexandros Drymonitis
I think that even in the case of an external, it's difficult to know whether there's a signal connected to a signal inlet, or not. I think Eric Lyon's externals do what you want (maintain their signal inlet even if they're provided with an argument), but haven't understood how he does that (even

[PD] mixer implementation

2015-02-16 Thread Alexandros Drymonitis
I was checking Integra Live's modules and a Mixer module uses this technique to mix two signals: [0 \ - value between 0 and 1 | [* pi/2] | [t f f]_ |[sin] [cos] | - multiplied by the second signal | | - multiplied by the first signal The above ASCII patch is a

Re: [PD] is /etc/rc.local the script that runs on boot?

2015-02-07 Thread Alexandros Drymonitis
On Fri, Feb 6, 2015 at 5:12 PM, Claude Heiland-Allen cla...@mathr.co.uk wrote: On 06/02/15 12:58, Alexandros Drymonitis wrote: I put 'sudo -u pi -i /usr/local/bin/pd -nogui -open ~/pd_patches/load_test.pd' in rc.local but again it didn't work... ~/ gets expanded by the shell

Re: [PD] is /etc/rc.local the script that runs on boot?

2015-02-06 Thread Alexandros Drymonitis
On Fri, Feb 6, 2015 at 1:46 PM, Simon Wise simonzw...@gmail.com wrote: rc.local runs as root ... to launch pd use: sudo -u pi -i pd -nogui -noaudio -nomidi /share/master.pd I don't get the /share/master.pd what is it supposed to do in this command? or similar, here pi is the user, the

  1   2   >