Re: [PD] unauthorize / freeverb externals

2022-02-05 Thread alex tuca
thank you, alex On 2/4/22 11:17, Lucas Cordiviola wrote: I had uploaded to Deken unauthorized[v0.1](Windows-amd64-32)(Sources).dek [mp3streamin~] and [ mp3fileout~] didn't compile so they are missing in this pkg. -- Mensaje telepatico asistido por maquinas. On 2/3/2022 1:15 PM,

[PD] unauthorize / freeverb externals

2022-02-03 Thread alex tuca
hallo, for a friend, i am looking for this precompiled windows64 externals. unauthorized freeverb if anyone has them, could you please share a download link, would also be good in deken. thanks, alexander ___ Pd-list@lists.iem.at mailing list UNS

Re: [PD] Audio delay by symples (for comb filter)

2020-01-25 Thread Alex Norman
With built ins you can use fexpr~ and with externals I think there is something in zexy? I'm curious to know if there is something else built in, maybe something with block~ in a sub patch? On January 25, 2020 9:46:38 AM PST, Ingo wrote: >Hi everybody! > >I'm planning on delaying a bandpass fi

Re: [PD] clone dsp precedence

2019-10-28 Thread Alex Norman
Btw, I made some abstractions to achieve this some time ago: https://github.com/x37v/pd-cascade As Alex Poress points out, it may (probably does) add latency per Cascade.. it's been a while since I've used it.. Alex On October 28, 2019 1:58:33 AM PDT, Christof Res

Re: [PD] [PD-announce] timbreID 0.8.1

2019-08-02 Thread Alex Norman
eID class because if your library calls it, it doesn't matter to PD what it is called. Then rename your whole library and it's setup entry point to timbreID, and then you should be able to have [timbreID/timbreID] Alex On August 2, 2019 6:29:44 AM PDT, William Brent wrote: >Maybe th

Re: [PD] Implementing compressor as a patch?

2019-04-08 Thread Alex Norman
I'm pretty sure the rjdj abstractions, "rjlib" ? Had a compressor, and those were mostly if not all pure vanilla abstractions. On April 7, 2019 8:22:20 PM PDT, Alexandre Torres Porres wrote: >hi, you responded to my "how to do it in vanilla" inquire, yeah, I can >see >how to do it with [line~]

Re: [PD] Gem crashes after relaunching with error: i965: Failed to submit batchbuffer: Invalid argument

2018-11-30 Thread alex tuca
hallo, the problem with intel grafic cards could be fixed with the enviroment variable: LIBGL_ALWAYS_SOFTWARE=1 pd patch.pd best, alexander On 30.11.18 05:42, andre rc wrote: > Hi, > > I have the same issue. I tried 3 machines with ubuntu 18.04.1 with a > self-compiled Pd 0.49.0 and Gem 0.93.

Re: [PD] [feature request] cloning array define?

2018-06-17 Thread Alex Norman
I could see an argument being added to clone that let clone manage a subpatch internally. It would be key to allow the transition between [pd subpatch name] and [clone 20 -i subpatch name], assuming "-i" is the flag, work without losing the subpatch contents. On June 17, 2018 9:59:59 AM PDT, "I

[PD] [PD-announce] jit_expr 0.1.1 for osx 10.10+: just in time compiled expr family clones

2018-04-04 Thread Alex
already been implemented for that for the future. Please report any issues here: https://github.com/x37v/jit-expr/issues I would still love help building Windows and 32-bit Linux versions of the externals. The source code can be found in the git repo: https://github.com/x3

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-19 Thread Alex
I might be able to use the "std::tr1" namespace.. If anyone else has some recommendations, I'm no Mac OS expert, send them my way! btw, I was able to find earlier SDK versions here: https://github.com/phracker/MacOSX-SDKs/releases -Alex On Sun, Mar 18, 2018 at 5:02 PM, Alex wro

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
"xnor" tomorrow between around 10am and around 5pm Pacific Standard Time [west coast USA] tomorrow, on an osx machine. Hit me up if you're around. -Alex On Sun, Mar 18, 2018 at 4:52 PM, Marco Matteo Markidis < mm.marki...@gmail.com> wrote: > (probably) last mail of the nigh

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
8-1.app/Contents/Resources/src/" .. where my flex 2.6.4 headers were in /usr/local/opt/flex/include/ as installed by homebrew. and I was building against Pd 0.48-1 Let me know if that works? -Alex On Sun, Mar 18, 2018 at 3:38 PM, Marco Matteo Markidis < mm.marki...@gmail.com> wrote: >

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled, expr/expr~/fexpr~

2018-03-18 Thread Alex
Ahh, okay, so initially you tried without [declare]. Great, glad to hear it works for you! -Alex On Sun, Mar 18, 2018 at 10:14 AM, mario buoninfante < mario.buoninfa...@gmail.com> wrote: > sorry, I messed it up. what I was describing is the following: > > > 1. launch Pd >

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
d "Pd"? I'm not sure [I'm on a linux machine right now] File -> preferences -> path -Alex On Sun, Mar 18, 2018 at 10:10 AM, Marco Matteo Markidis < mm.marki...@gmail.com> wrote: > Sorry, > I forgot to let you know all the important informations. > >

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled, expr/expr~/fexpr~

2018-03-18 Thread Alex
Mario, I'm a little confused. Were you successful loading the help patch and getting the objects to load there but not outside of the help patch or not at all? -Alex On Sun, Mar 18, 2018 at 10:03 AM, mario buoninfante < mario.buoninfa...@gmail.com> wrote: > yap, it looks there

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
März 2018 um 17:08 Uhr > Von: Alex > An: pd-annou...@lists.iem.at > Betreff: [PD] [PD-announce] jit_expr 0.1: Just in time compiled > expr/expr~/fexpr~ > > jit_expr is a clone of the pure data expr/expr~/fexpr~ objects. It > just-in-time compiles its expressions so they should be

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
yet there is no way to output c++, but it seems like the comparison is fair. -Alex On Sun, Mar 18, 2018 at 9:46 AM, mario buoninfante < mario.buoninfa...@gmail.com> wrote: > Hi, > > > this is ground breaking, absolutely amazing. correct me if I'm wrong, but > that m

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
Hi Marco, Which version of PD are you running? Which OS? I expect you downloaded jit_expr from deken? Does the jit_expr help file work if you open it in the pd browser? help -> browse -> jit_expr -> double click on the jit_expr-help.pd file? -Alex On Sun, Mar 18, 2018 at 9:49 AM, Mar

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
collision? -Alex On Sun, Mar 18, 2018 at 9:34 AM, Alex wrote: > Alexandre, > > I don't think it has had enough usage to be called "stable" yet, but I > could see that happening down the line. In fact, I could see eventually JIT > compiling the entire DSP graph.. but of

Re: [PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
it out and make sure it would be up to it. -Alex On Sun, Mar 18, 2018 at 9:23 AM, Alexandre Torres Porres wrote: > if this is stable, wouldn't it be a nice idea to propose it as an update > to the expr~ family of objects? since it is basically an optimized clone? > > cheers >

[PD] [PD-announce] jit_expr 0.1: Just in time compiled expr/expr~/fexpr~

2018-03-18 Thread Alex
I would love help building Windows and 32-bit Linux versions of the externals. I'm guessing we could also do raspi/arm builds but we'd need some changes to the source code as it uses llvm and explicitly generates code for x86 right now. The source code can be found in the g

Re: [PD] How can a signal inlet of an object know if it's receiving a signal

2018-03-06 Thread Alex
I put up a related 'enhancement' PR a bit ago for [inlet~] https://github.com/pure-data/pure-data/issues/259 I dug into the ugen graph code a bit and got lost trying to implement it myself.. On Tue, Mar 6, 2018 at 9:22 AM, Miller Puckette wrote: > This too is on my (almost infinitely long) doli

Re: [PD] [PD-dev] Fwd: external help, please

2018-02-23 Thread Alex
Pierre, That is really helpful! So, do we not know the vector size until the *_dsp method then? There is EXTERN int sys_getblksize(void); in m_pd.h, it would probably be useful if we added comments indicating the usage of that if it isn't giving us the block size that we should expect in _perform A

Re: [PD] sysex messages

2018-02-23 Thread Alex
; : > >> yap I'm sending sysex from Circuit. I'm using Components a Novation >> website that allows you to store patches and session from Circuit. and the >> way that Circuit sends these info is why sysex. so I'm just dumping data >> and monitoring. >>

Re: [PD] sysex messages

2018-02-22 Thread Alex
gt;> message. Gmidimonitor parses the byte stream so it can tell you which >> messages it gets. [midiout] is only responsible for sending raw *bytes* to >> a MIDI device. it's your job to assemble your MIDI *messages*. >> >> >> Gesendet: Donnerstag, 22. Februar 20

Re: [PD] sysex messages

2018-02-22 Thread Alex
idual bits on the hardware line.. PD's object let you do bytes at a time instead of individual bits :) On Thu, Feb 22, 2018 at 1:47 PM, mario buoninfante < mario.buoninfa...@gmail.com> wrote: > Hi Alex, > > > thanks for your reply. I think that also using your abstraction Pd wil

Re: [PD] sysex messages

2018-02-22 Thread Alex
I haven't tested in a while but I wrote an abstraction to take a list, wrap it in the sysex start and end and output it as individual bytes: https://github.com/x37v/pure_data midi is a byte oriented protocol.. On Thu, Feb 22, 2018 at 1:24 PM, mario buoninfante < mario.buoninfa...@gmail.com> wrote

Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-21 Thread Alex
rameworks on my linux machine but I had a conflict with a dependency that I didn't have time to resolve. I might just look at the output of nm for linux and see if I can just install those that aren't linked there. -Alex On Tue, Feb 20, 2018 at 8:16 PM, Zack Lee wrote: > Thanks for the

Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-20 Thread Alex
I've also attached the gdb backtrace and the output from nm -u ofelia.l_ia64 > nm.txt looks like it expects i have cairo, FreeImage, glew, and some other libs.. On Tue, Feb 20, 2018 at 7:44 PM, Alex wrote: > no problem Zack, > > alex@workin:~/local/src/openFrameworks/scripts/l

Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-20 Thread Alex
no problem Zack, alex@workin:~/local/src/openFrameworks/scripts/linux$ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 16.04.3 LTS Release:16.04 Codename:xenial you mean the .iso for this version of ubuntu? http://releases.ubuntu.com/16.04

Re: [PD] [PD-announce] ofelia v1.0.4: Pd external library written with openFrameworks

2018-02-20 Thread Alex
on ubuntu after installing via 'find externals', not having it update my path but then creating a patch and writing [declare -stdlib ofelia] Pd immediately closes with "Pd: signal 4" I don't have open frameworks installed. I'm running the most up to date version of pure data master. I'll install

[PD] JIT expr/expr~/fexpr~ clones

2018-02-11 Thread Alex
erested in checking it out the source is here: https://github.com/x37v/jit-expr I'll submit a deken package once its been tested enough, I resolve a couple questions I have about potential memory leaks and finalize the licensing. -Alex ___ Pd-li

Re: [PD] problems testing MIDI clock input

2017-12-08 Thread Alex
I remember some time ago complaining about the jitter in Pd's output timing and someone, maybe Miller, indicated a change I could do to the source to improve the timing, I'm guessing it wasn't something that ever got merged into the source. I forget what it was though. I imagine the midi in timing

[PD] array/[table] vs [array] curiosity

2017-11-23 Thread Alex
se when I go to properties I get a message: "array: no method for 'done-popup'" in the main window). Thanks, Alex ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] [comport] interpreting byte 13 as 10

2017-08-21 Thread alex
On 03/29/2017 12:42 PM, Alexandros Drymonitis wrote: 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 [

Re: [PD] [PD-announce] pd 0.48-0 released

2017-08-14 Thread Alex
Thanks a ton for putting together these release notes! I was wondering what all was new! -Alex On Sun, Aug 13, 2017 at 6:56 PM, Alexandre Torres Porres wrote: > Thanks a lot for all the great efforts on this major update by everyone > involved. > > I'm really happy and ex

Re: [PD] vline~ with switch~ off

2017-06-08 Thread alex
On 06/08/2017 05:21 AM, Miller Puckette wrote: This isn't fixed (and I'm not sure it's fixable)... better use spigots to stop messages from gettingt o vline~s on switched-off windows. cheers Miller Didn't see Miller's answer before I posted mine, sorry. __

Re: [PD] vline~ with switch~ off

2017-06-08 Thread alex
On 06/08/2017 04:28 AM, Matt Davey wrote: is this still an issue? I have heaps of patches with vline~ in, and CPU seems to creep up from them getting messages when switch~ is off. I thought this got looked at? Actuallyis there any way just to turn off all control messages in patches th

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

2017-03-29 Thread Alex
all sudo. There is also a way to allow the user to call 'poweroff' but I forget how you set that up.. it might be a group that you have to be in. -Alex On Wed, Mar 29, 2017 at 9:04 AM, Alexandros Drymonitis wrote: > I'm trying to shut down my Odroid-U3 by running a script through

Re: [PD] libpd - Multiple instances of Pd

2017-03-02 Thread Alex
It still a very wanted feature, Miller mentioned doing work towards it within the pd source code itself for 0.48: https://lists.puredata.info/pipermail/pd-list/2017-01/117257.html On Thu, Mar 2, 2017 at 10:46 AM, Giulio Moro via Pd-list < pd-list@lists.iem.at> wrote: > Hi, > > I was wondering if

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-15 Thread alex tuca
i just tested my old saved pd version with this hash, git rev-parse HEAD 3e1a3f2e4b83c224fc988239d8af272e3e27bd87 this works without core dump On 15.02.2017 00:22, zmoel...@iem.at wrote: > On 02/14/2017 09:42 PM, alex tuca wrote: >> with debug option, > [...] >> Progr

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-15 Thread alex tuca
i use jack with qjackctl, started with d-bus, jackd version is: jackdmp 1.9.11 i have no problems with other jack programs, ardour, mpv everthing works fine, On 15.02.2017 00:22, zmoel...@iem.at wrote: > On 02/14/2017 09:42 PM, alex tuca wrote: >> with debug option, > [...

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
with debug option, alex alex@x1:~$ gdb pd GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to chan

Re: [PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
this is the output using gdb. alex@x1:~$ gdb pd GNU gdb (Ubuntu 7.11.90.20161005-0ubuntu1) 7.11.90.20161005-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to chan

[PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
hallo, i just compiled pd from git git clone git://git.code.sf.net/p/pure-data/pure-data compiled it with jack: ./configure --enable-jack i deleted the .pdsettings file, when i change audioengine to jack, pd core dumps. here the strace output. select(9, [7], [], [], {0, 5000}) = 0 (Time

[PD] pd from git coredumps on ubuntu 16.10

2017-02-14 Thread alex tuca
hallo, i just compiled pd from git git clone git://git.code.sf.net/p/pure-data/pure-data compiled it with jack: ./configure --enable-jack i deleted the .pdsettings file, when i change audioengine to jack, pd core dumps. here the strace output. select(9, [7], [], [], {0, 5000}) = 0 (Time

Re: [PD] standalone with preferences included on OSX?

2017-01-13 Thread Alex Norman
Couldn't you do this with an installer? Those are pretty standard in the computer world.. Would they be afraid of: run this installer ( puts pd.app in applications, installs externals where you need them, sets initial preferences) then run pd? Alex On January 13, 2017 3:44:02 AM PST, e

Re: [PD] standalone with preferences included on OSX?

2017-01-12 Thread Alex Norman
an you use declare with stdpath to reference those? A three step process would probably be more educational though.. Install pd, copy all these externals to a given place, write this into pdrc.. Alex On January 12, 2017 8:17:50 AM PST, enrike wrote: >hi > >I would like to have a versi

Re: [PD] plans for Pd 0.48

2017-01-02 Thread Alex
I wonder if we could get the additional [inlet~] features in there too. Maybe someone has a branch with some of those? I believe they were: 1) a control outlet so that abstractions can take both signals and controls in their left most inlet like other (first class?) objects.. and, for instance, c

Re: [PD] [delwrite~], or "what Pd operations are/should be realtime?"

2016-11-22 Thread Alex
The |set table-name( message lets us try a variety of these approaches and then we can make abstractions to wrap our favorite without doubling the memory for every [delwrite~] for a feature that most people won't use ever. On Tue, Nov 22, 2016 at 1:17 PM, Matt Barber wrote: > In this case, I'd p

Re: [PD] [pdconv16_r] Expanding abstractions & Compiling Vanilla Patches As Objects (Gen~?)

2016-11-01 Thread Alex Norman
great if abstractions could do anything a compiled object could do. Alex On November 1, 2016 8:47:11 AM PDT, Alexandre Torres Porres wrote: >2016-11-01 8:42 GMT-02:00 Pierre Guillot : > >> Hi Alexandre, >> >> > I wonder if a thing like libpd could work as turning

[PD] use of declare in subdirectory

2016-07-11 Thread Alex
; I get an error " dir2patch ... couldn't create" pd top.pd But if I open 'dir1/dir1patch.pd' pd dir1/dir1patch.pd or cd dir1 && pd dir1patch.pd I have no errors. I thought declare -path was supposed to be relative to the enclosing patch? Am I using it wrong? I&#x

Re: [PD] buffer and performance woes on OSX

2016-06-21 Thread Alex
rsion of the midi, but not on each-other, you could do the processing in one of the processes then still generate your audio/midi out independently. -Alex On Tue, Jun 21, 2016 at 1:51 PM, Jesse Mejia wrote: > Hi list, > > I’m having some performance problems - clicks/dropouts when I f

Re: [PD] Pduino sysex vs. OSC advice (Christof Ressi)

2016-06-02 Thread Alex Norman
There are a few higher resolution values in the midi spec that you can use.. The bend value (one per channel, so 16 total assesses) is 14 bit and there are also nrpn messages which combine several control change messages to create a larger address and value space (14 bit). Or you can use sysex..

Re: [PD] sensing GOP resize

2016-05-23 Thread Alex
oh huh, wild.. so you still can't use the mouse to change the bounds of a GOP in the GOP patch itself but if you create an object for that GOP you can resize that then go in and save and get the resized GOP area.. would still really love to have mouse draggable bounds inside the GOP abstraction. O

Re: [PD] [clone]'s instance number

2016-05-18 Thread Alex Norman
a potential use case.​ >>   >> So the current behaviour of [clone] (passing the instance number as >$1) can be important and very useful. The alternative mode I proposed >is mainly for convenience but I'm sure it would pay off in the long >run! >> >> > Gese

Re: [PD] [clone]'s instance number

2016-05-18 Thread Alex
guess with the one-letter it > > already takes (-s) I should also add something like a -e flag to put the > > number argument at the end of the list instead of the beginning, or > something > > like that. > > > > cheers > > Miller > > > > On Wed, May 18

Re: [PD] [clone]'s instance number

2016-05-18 Thread Alex
cally > with the current $1 stuff. > > But again, I might be missing something in the design and intended use of > the $1 mapping. > > On Wed, May 18, 2016 at 10:20 AM, Alex Norman wrote: > >> I see your point, the abstraction need not know it's instance number

Re: [PD] [clone]'s instance number

2016-05-18 Thread Alex Norman
o instance setting and just set the arguments to the abstraction [clone -flag blah 20 1 2 3] makes 20 copies of blah with args $1=1 $2=2.. You could use more of your existing abstractions as is, using their args the same way with or without clone. I'm warming up to that idea. Alex On May 1

Re: [PD] [PD-announce] pd 0.47-0 test 1 released

2016-04-29 Thread Alex
I'm running Pd 0.47.0test2 on osx [binary from http://msp.ucsd.edu/software.html] I just tested the 'clone' object's control outlet and it doesn't seem to behave as the docs say: "control outlets forward messages after prepending the number of the instance" I'm just seeing a 0 always on the output

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-11 Thread Alex
My thoughts about the locks are this: if you're accessing an API with a single instance across multiple threads, sure, you should lock around API calls with that single instance.. but if you have 2 threads each operating on their own, separate instances, a user of the API shouldn't have to worry ab

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Alex
included *preliminary* multi instance support and now we have > some good feedback on what still needs to be done. > > > Dan Wilcox > @danomatika <https://twitter.com/danomatika> > danomatika.com > robotcowboy.com > > On Apr 8, 2016, at 3:13 PM, Alex wrote:

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Alex
s://twitter.com/danomatika> > danomatika.com <http://danomatika.com/> > robotcowboy.com <http://robotcowboy.com/> > > On Apr 8, 2016, at 12:07 PM, pd-list-requ...@lists.iem.at wrote: > > From: Kjetil Matheussen mailto:k.s.matheus...@gmail.com >> > Subject:

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Alex
Great, I'll look into that when I get some more time! On Fri, Apr 8, 2016 at 9:55 AM, Kjetil Matheussen wrote: > > > On Fri, Apr 8, 2016 at 6:51 PM, Alex wrote: > >> hmm, that is interesting, is libpds simply part of the radium project or >> is it something you dis

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Alex
hmm, that is interesting, is libpds simply part of the radium project or is it something you distribute separately? I should look into that. On Fri, Apr 8, 2016 at 9:43 AM, Kjetil Matheussen wrote: > > On Fri, Apr 8, 2016 at 5:08 PM, Alex wrote: > >> Its interesting that C

[PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Alex
n, then writes the files it needs to do that and builds the lv2 plugin. Anyways, if you're interested take a look at the github link above, feel free to email me at my personal email: a...@x37v.info, or contact xnor on freenode/#dataflow -Alex ___ Pd-

Re: [PD] converting incoming audio/voltages into CV for Eurorack modules

2016-01-22 Thread Alex
ri, Jan 22, 2016 at 12:32 PM, Joe White wrote: > Hey Alex, > > https://code.soundsoftware.ac.uk/projects/beaglert > > I think they're working out a kickstarter campaign to be released soon! > > Cheers, > Joe > > On 22 January 2016 at 18:07, Alex wrote: >

Re: [PD] converting incoming audio/voltages into CV for Eurorack modules

2016-01-22 Thread Alex
Hey Ricky, I've done some major google searches and have yet to find where one can get this Audio cape [bela?]. Can you point me to it? Thanks, Alex On Fri, Jan 22, 2016 at 8:58 AM, Ricky Graham wrote: > I’m using the Beagle Bone Black with Andrew McPherson’s Audio Cape + > Ma

Re: [PD] OSC Communication between PD and SC

2015-06-20 Thread Alex
It has been along time since I've worked with SC but I vaguely remember having to set the localhost value to nil instead of "127.0.0.1" Also, have you tried using another port? -Alex On Sat, Jun 20, 2015 at 2:27 PM, Clifford Dunn wrote: > Hi PD list, > > I want to b

Re: [PD] [PD-announce] WebPd 0.3.0 released

2015-05-05 Thread Alex
I was thinking, it could be nice to have a desktop version of PD that is restricted to only have the objects that WebPD has, so you can build up your patches and be pretty sure they'll work. -Alex On Tue, May 5, 2015 at 12:50 AM, s p wrote: > @Billy : sequencing your audio using Ja

[PD] Live Coding CFP extension

2015-02-15 Thread alex
March 2015 Workshop submissions deadline: 8th March 2015 Notification of results: 10th April 2015 Camera ready deadline: 10th May 2015 Conference: 13-15th July 2015 More info: http://iclc.livecodenetwork.org/cfp.html We look forward to your submission! Cheers alex -- http://yaxu.org

Re: [PD] How to add/remove MIDI notes from a list using MIDI in and note on/off?

2014-11-11 Thread Alex
han 0. -Alex On Tue, Nov 11, 2014 at 6:40 PM, JC Pedroza wrote: > I finally solved this. > > Used a combination of [list-extend], [list-find], [list-delete] for the > list dynamics and [notein] for MIDI input. The patch first separates the > MIDI note messages by velocity (0 veloc