Re: [PD] best format for send/receive between iOS and libPD

2014-05-12 Thread i go bananas
hopefully work for that. thanks again! Matt On Sun, May 11, 2014 at 10:44 AM, Rich E wrote: > I'd second what Miller said, for a different reason though: every time you > send a message from your app's main thread (the iOS / obj-c bits) into pd > (the libpd bits), a mutex wi

Re: [PD] Installing PD on OpenSUSE

2014-05-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-05-11 19:47, Martin Peach wrote: > I removed the requirement for 5.1 in the makkefile, this was in > January of this year. i think the OP is referring to Pd-extended 0.43.4 - Released 2013-01-25 and while january matches, the y

Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Martin Peach
I removed the requirement for 5.1 in the makkefile, this was in January of this year. I don't know when the pd-extended externals source was last updated from svn, maybe it needs refreshing. From the diff: - LUACFLAGS += -I/usr/include/lua5.1 # lua is named differently on every pla

Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Andrew Faraday
I was under the impression that I had the latest code, I built it using Pd-extended_0.43.4-source.tar.bz2 line 152 is: LUACFLAGS += -I/usr/include/lua5.1 Also dependencies seem very sparsely documented, could I be missing one? Andrew F > Date: Sun, 11 May 2014 13:13:09 -0400 > From: mar

Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Martin Peach
On 2014-05-11 12:45, Andrew Faraday wrote: Hi All I've been trying to install pd-extended on OpenSUSE but whatever I do `make install` fails. It looks like it's trying to find pdlua_stack_dump but it's not defined... The latest code should compile for Lua5.2 as well as 5.1, do

[PD] Installing PD on OpenSUSE

2014-05-11 Thread Andrew Faraday
Hi All I've been trying to install pd-extended on OpenSUSE but whatever I do `make install` fails. It looks like it's trying to find pdlua_stack_dump but it's not defined... you can see the tail end of my make process here: https://gist.github.com/AJFaraday/2ee07be60ac7af5f

Re: [PD] best format for send/receive between iOS and libPD

2014-05-10 Thread Rich E
I'd second what Miller said, for a different reason though: every time you send a message from your app's main thread (the iOS / obj-c bits) into pd (the libpd bits), a mutex will lock because the audio thread runs on a different thread and needs to be synchronized. Breaking the lists

Re: [PD] recursive controls problem

2014-05-10 Thread plutek infinity
...which makes me wonder: besides all the various tutorials, is there a comprehensive online course about pd that one can work through? cheers! .pltk. On 2014-05-10 11:58, plutek infinity wrote: thanks, max! right, so it looks like this needs to be the summer of pd tutorials! :) cheers

Re: [PD] recursive controls problem

2014-05-10 Thread plutek infinity
thanks, max! right, so it looks like this needs to be the summer of pd tutorials! :) cheers! .pltk. On 2014-05-10 11:40, Max wrote: On 2014? 05? 10? 23:56, plutek infinity wrote: since my slider is in a gui panel for the patch, with all the other code buried in subpatches, is there a way

Re: [PD] recursive controls problem

2014-05-10 Thread Max
QCfYt9tlzRSdPx+nFL4SAOOET2c NGEAn2zVA53Ndb3MKjjlooXMPnLF2Th5 =/J26 -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] recursive controls problem

2014-05-10 Thread plutek infinity
the IEM gui'trick' where if you set all sends and receive to the same name in the properties they will be in sync. Please disregard my previous message about crashing.. (I was erroneously using a vanilla numberbox instead of the Number2 (IEM gui) one). Lorenzo.

[PD] From code poetry to interpretive PD poetry reading

2014-05-10 Thread Pall Thayer
Hi All, For a while now, I've been writing short perl scripts as works of art. Somehow, this practice of mine has become associated with poetry, which was never my intention at all. Here's a new direction I'm experimenting with, interpretive poetry reading via PD... (requires the

Re: [PD] recursive controls problem

2014-05-09 Thread Lorenzo Sutton
connect 14 0 18 0; #X connect 15 0 14 0; #X connect 17 0 14 1; #X connect 18 0 3 0; #X connect 18 1 2 0; #X connect 18 2 2 1; #X connect 19 1 15 0; #X connect 19 2 17 0; #X connect 23 0 22 0; #X connect 23 0 2 0; ___ Pd-list@iem.at mailing list

Re: [PD] recursive controls problem

2014-05-09 Thread i go bananas
nd decrement >> >> the attached patch all works, except i ALSO want the slider position to >> pick up the current value, as changed by any of the other methods. >> > > Does the send / receive "trick" to sync e.g. a numberbox and a slider > still work? It seem

Re: [PD] recursive controls problem

2014-05-09 Thread Lorenzo Sutton
3. use keyboard keys to increment and decrement the attached patch all works, except i ALSO want the slider position to pick up the current value, as changed by any of the other methods. Does the send / receive "trick" to sync e.g. a numberbox and a slider still work? It seems to cra

Re: [PD] recursive controls problem

2014-05-09 Thread Frank Barknecht
connect 2 0 3 0; > #X connect 3 0 5 0; > #X connect 4 0 6 0; > #X connect 4 0 9 1; > #X connect 5 0 4 1; > #X connect 5 0 8 0; > #X connect 7 0 9 0; > #X connect 7 0 14 0; > #X connect 8 0 9 0; > #X connect 9 0 4 0; > #X connect 10 0 12 0; > #X connect 11 0 9 0; >

Re: [PD] recursive controls problem

2014-05-08 Thread Jonathan Wilkes
t, i get a loop with "stack overflow" errors. i'd be most grateful for any pointers you can offer... thanks much! cheers! .pltk. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listi

[PD] recursive controls problem

2014-05-08 Thread plutek infinity
nect 8 0 9 0; #X connect 9 0 4 0; #X connect 10 0 12 0; #X connect 11 0 9 0; #X connect 12 0 13 0; #X connect 13 0 11 0; #X connect 13 0 4 1; #X connect 14 0 4 1; _______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] more sprites!

2014-05-08 Thread Jonathan Wilkes
sheets divide up the sections into perfectly equal parts-- others look like they just spread them out arbitrarily through a png or gif.  Atm I just take a directory as an arg and slurp up an image sequence.  (And use imagemagick to split up the sprite sheet.) Best, Jonathan ___

Re: [PD] convolution using pd-vanilla

2014-05-08 Thread Alexandre Torres Porres
gt; > > you can check it at: > https://drive.google.com/file/d/0B3AoiT0xk8fnNU9PRHdldVVFbU0/edit?usp=sharing > > > > > > 2014-05-05 16:41 GMT-03:00 katja : > > Brute force time domain convolution for small kernel can be done with > > [fexpr~]. For zero phase filter

Re: [PD] convolution using pd-vanilla

2014-05-06 Thread Oli Larkin
14-05-05 16:41 GMT-03:00 katja : > Brute force time domain convolution for small kernel can be done with > [fexpr~]. For zero phase filter kernels, fast convolution in Pd is > relatively simple. Multiply real and imaginary part of the signal's > spectrum with the filter's

Re: [PD] convolution using pd-vanilla

2014-05-05 Thread Alexandre Torres Porres
, fast convolution in Pd is > relatively simple. Multiply real and imaginary part of the signal's > spectrum with the filter's spectrum while using four times overlap and > Hann windowing before FFT and after IFFT, and normalize. Pd's FFT > routines assume x[0] at the start

Re: [PD] analog PD+GEM

2014-05-05 Thread Ed Kelly
Jeenyoos! BTW I went to a modular synth meetup the other day. Hoxtonowl were demoing a eurorack module that runs Pd. They already have an effects pedal that uses it:  http://hoxtonowl.com/2014/04/owl-puredata-alphatesters-wanted/   Ninja Jamm - a revolutionary new music remix app from Ninja Tune

Re: [PD] convolution using pd-vanilla

2014-05-05 Thread katja
Brute force time domain convolution for small kernel can be done with [fexpr~]. For zero phase filter kernels, fast convolution in Pd is relatively simple. Multiply real and imaginary part of the signal's spectrum with the filter's spectrum while using four times overlap and Hann window

Re: [PD] convolution using pd-vanilla

2014-05-05 Thread david medine
s the impulse response, X(k) is the discrete Fourier transform of x(n) and * is the convolution operation. On 05/05/2014 09:33 AM, Oli Larkin wrote: hi, is anyone aware of an example of both a brute force time domain (e.g. buffir~ in Max) and an FFT-based fast convolution patch in pd-vanilla? I

[PD] convolution using pd-vanilla

2014-05-05 Thread Oli Larkin
hi, is anyone aware of an example of both a brute force time domain (e.g. buffir~ in Max) and an FFT-based fast convolution patch in pd-vanilla? I would like to do a comparison of the two. Can be using a small IR, just for demo purposes. cheers, Oli

Re: [PD] MobMuPlat - data from several iPads to one PC

2014-05-03 Thread Christian Fischer
Thanks Dan! It worked so far with the help patch! Now I have just to see how it’s going with several iPads… Thanks again! chris Am 03.05.2014 um 01:30 schrieb Daniel Iglesia : > (And for multiple devices into a pd patch, I usually have the user of each > device manually input a

Re: [PD] best format for send/receive between iOS and libPD

2014-05-03 Thread Billy Stiltner
> > or is it ok to organize it into groups for ease of management. > > > > my plan was to send messages like this from obj C: > > > > to [r instr1_pattern_data] : [vol 0.8, pan 0.5, pitch 0.75, param1 0.99 > > ... etc] > > > > actually, i'm

Re: [PD] comparing symbols in external

2014-05-03 Thread Jaime E Oliver
st("found match!"); > > the ->s_name field of the symbol is the pointer to the actual C-string, > whereas storedsymbol is a pointer to the symbol. > so you are doing a compare ((const char*)cstr == (t_symbol*)sym), which > is clearly wrong. > > fgmsadr > IOhannes >

Re: [PD] comparing symbols in external

2014-05-03 Thread IOhannes m zmölnig
(t_symbol*)sym), which is clearly wrong. fgmsadr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] comparing symbols in external

2014-05-03 Thread Miller Puckette
const t_symbol *storedsymbol = gensym("mysymbol"); > for (i = 0; i < argcount; i++) { > if (argvec[i].a_type == A_SYMBOL) { > if ( argvec[i].a_w.w_symbol->s_name == storedsymbol) > post("found match!"); > }

[PD] comparing symbols in external

2014-05-03 Thread Jaime E Oliver
bol) post("found match!"); } } ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] MobMuPlat - data from several iPads to one PC

2014-05-02 Thread Daniel Iglesia
(And for multiple devices into a pd patch, I usually have the user of each device manually input a number identifying their identity, and then filter/route based on this in the PC patch) (If you choose to use LANdini, you'll want to get the standalone client (OSX only, or supercollider

Re: [PD] MobMuPlat - data from several iPads to one PC

2014-05-02 Thread Daniel Iglesia
Hi Mobmuplat handles networking at the app layer, not the pd patch layer. Take a look at the tutorial patch "MMPTutorial4-Networking.pd" which has both LANdini and non-LANdini (UDP multicast) examples of sending/receiving. In all cases, OSC messages come from/go to [receive fromNe

[PD] MobMuPlat - data from several iPads to one PC

2014-05-02 Thread Christian Fischer
p; Best! chris _______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [Patching Circle] Generative Musical Apps this Friday!

2014-05-02 Thread Epic Jefferson
t; >>> The New York City Patching Circle is an free alternating monthly meeting >>> and salon open to anyone who is working or interested in media >>> programming >>> and audiovisual performance. We mostly use Pd and Max/MSP, but all are >>> welcome. >>&

Re: [PD] gridflow pd-extended ubuntu 14.04

2014-05-02 Thread u...@xdv.org
On 02.05.2014 16:21, Colet Patrice wrote: > Le 02/05/2014 15:19, u...@xdv.org a écrit : >> hello, >> >> i have dedicated some time to updating my system, ending up with ubuntu >> 14.04 doing the occasional patching now. >> everything pd related went relatively

[PD] A list of live electroacoustic ensembles

2014-05-02 Thread eldad tsabary
Orchestra Concordia University, Montreal President, Communauté électroacoustique canadienne / Canadian Electroacoustic Community eldad.tsab...@concordia.ca 514-848-2424 #5163 (office) 514-884-8902 (cell)_______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-

Re: [PD] gridflow pd-extended ubuntu 14.04

2014-05-02 Thread Colet Patrice
Le 02/05/2014 15:19, u...@xdv.org a écrit : hello, i have dedicated some time to updating my system, ending up with ubuntu 14.04 doing the occasional patching now. everything pd related went relatively painless, just had to rebuild Gem, but gridflow's stuck and won't move a bit and

[PD] [PD-announce] Muditulib: first test release

2014-05-02 Thread Funs Seelen
manual is also not available yet, but relevant information can be extracted from the articles on my website, LAC2014 proceedings, and slides on the LAC2014 website, as well as from the Pd help files. https://sourceforge.net/projects/muditulib/ http://muditulib.eu/ http://lac.linuxaudio.org/2014

Re: [PD] puredata.info down

2014-05-02 Thread IOhannes m zmölnig
re.asc Description: OpenPGP digital signature _______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] gridflow pd-extended ubuntu 14.04

2014-05-02 Thread u...@xdv.org
hello, i have dedicated some time to updating my system, ending up with ubuntu 14.04 doing the occasional patching now. everything pd related went relatively painless, just had to rebuild Gem, but gridflow's stuck and won't move a bit and i have no clue. i have gridflow in it'

Re: [PD] How to get a list of midi devices without GUI

2014-05-02 Thread IOhannes m zmoelnig
ND PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] puredata.info down

2014-05-02 Thread Richie Cyngler
Just wanted to report the site is down. Been that way for at least a few hours judging by the forum. -- Richie www.glitchpop.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] How to get a list of midi devices without GUI

2014-05-02 Thread András Murányi
On Sun, Feb 9, 2014 at 5:20 PM, Jonathan Wilkes wrote: > In Pd-l2ork you can also do this: > [print( > | > [pdinfo] > > Which prints all the info for the running Pd instance to the console, > including devices. Or you can send it a message to get a specific > attrib

Re: [PD] read from same array with multiple [tabread4~]'s

2014-05-01 Thread James Dunn
oach to this or some other way of avoiding the clicks? thanks James ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list ___ Pd-list@iem.at m

[PD] CFP: Practice-Based Research in New Interfaces for Musical Expression

2014-04-30 Thread Sam Ferguson
pbrnime2...@easychair.org ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Music notation in pure data

2014-04-30 Thread Jonathan Wilkes
M, Jaime E Oliver wrote: Hi Jonathan, This is excellent work! I wonder in what direction are you taking this… As far as notation inside Pd patches-- just the demo. But I do remember Ed saying he'd initially investigated using data structures for his project. If someone wants to build so

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-30 Thread Simon Iten
your Version asap. >>>>>>>> >>>>>>>> Cheers >>>>>>>> >>>>>>>> Am 29.04.2014 um 02:00 schrieb Alexandre Torres Porres >>>>>>>> : >>>>>>>> >>

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-30 Thread katja
;>>>>> lot. >>>>>>> >>>>>>> many things that didn't need to be there >>>>>>> >>>>>>> cheers >>>>>>> >>>>>>> >>>>>>&g

Re: [PD] read from same array with multiple [tabread4~]'s

2014-04-30 Thread Miller Puckette
> clicks? > > thanks > > James > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list ___ Pd-list@iem.at mailing list

[PD] read from same array with multiple [tabread4~]'s

2014-04-30 Thread James Dunn
nks James _______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] best format for send/receive between iOS and libPD

2014-04-30 Thread Miller Puckette
instr1_pattern_data] : [vol 0.8, pan 0.5, pitch 0.75, param1 0.99 > ... etc] > > actually, i'm not the one doing the C coding, i'm, just doing the pd side, > but i have to prepare things on my end to make it flow as well as possible. > Overall, i think there about 1400 va

[PD] best format for send/receive between iOS and libPD

2014-04-29 Thread i go bananas
. etc] actually, i'm not the one doing the C coding, i'm, just doing the pd side, but i have to prepare things on my end to make it flow as well as possible. Overall, i think there about 1400 values that need to be passed for every pattern, so it probably does need to be as well streamli

Re: [PD] Music notation in pure data

2014-04-29 Thread Jaime E Oliver
best, J On Apr 29, 2014, at 6:54 PM, Jonathan Wilkes wrote: > On 04/29/2014 05:28 PM, Jaime E Oliver wrote: >> Hi Jonathan, >> >> This is excellent work! >> >> I wonder in what direction are you taking this… > > As far as notation inside Pd patches

Re: [PD] Music notation in pure data

2014-04-29 Thread Jonathan Wilkes
On 04/29/2014 05:28 PM, Jaime E Oliver wrote: Hi Jonathan, This is excellent work! I wonder in what direction are you taking this… As far as notation inside Pd patches-- just the demo. But I do remember Ed saying he'd initially investigated using data structures for his project

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread Simon Iten
pr and expr and sticked to fexpr at some point, don’t >>>>>>> know >>>>>>> why though. will change it back! (i remember reading that fexpr was >>>>>>> more >>>>>>> expensive but also more

Re: [PD] Music notation in pure data

2014-04-29 Thread Jaime E Oliver
9:07, Jonathan Wilkes wrote: >>> I think somebody had one using Gem and dynamic patching. >> that someone is Ed Kelly >> http://www.uni-weimar.de/medien/wiki/PDCON:Conference/Gemnotes:_A_Realtime_music_notation_system_for_pure_data > > Thanks. > > Here's

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread Phil Stone
+0200, simon wrote: hey miller and list, find attached a version that works beautifully. it's a dirty hack without upsampling but it works extremly well. don't ask me why, i have no idea. thanks for all the help miller, really appreciate it! and thanks for pd in general :-) cheers, si

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread katja
guitar in my >>>>>> case) you have to add an adaptive filter in the beginning of the chain >>>>>> (which is very easy because you get the frequency information hehe…) this >>>>>> will filter out overtones and prevent octave jumping. >>>>>> &

Re: [PD] ALSA "broken pipe" on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
Well, the follow up to this is that I was able to resolve the problem by installing pure data (Vanilla), pd-cyclone, pd-comport with apt-get. Added /usr/lib/pd/extra/cyclone to the search path (-lib cyclone didn't work for some reason). And it works! I wonder if that means there's somet

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread Simon Iten
t;> >>>>> simon >>>>> >>>>> On 28 Apr 2014, at 08:39, Roman Haefeli wrote: >>>>> >>>>>> That works very well. Good job and thanks for sharing! >>>>>> >>>>>> One m

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread katja
es of >>>>> [fexpr~] and all of them actually don't need [fexpr~] functionality. I >>>>> experienced that [fexpr~] is quite expensive, which seems apparent >>>>> considering it is designed for feedback algorithms. I don't know if >>>>&

Re: [PD] Music notation in pure data

2014-04-29 Thread Jonathan Wilkes
:_A_Realtime_music_notation_system_for_pure_data Thanks. Here's a demo of a simple Lilypond score imported into Pd-l2ork: https://jwilkes.nfshost.com/notes.webm Benefits of data structures: * no dynamic patching needed * can display the music on a normal canvas * 2d API Drawback: * if you create a new scalar

Re: [PD] ALSA "broken pipe" on pd-extended on Beaglebone?

2014-04-29 Thread Charles Goyard
: > Alsa is only supposed to work with One application at a Time. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Music notation in pure data

2014-04-29 Thread tim vets
PG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlNfGsEACgkQ3EB7kzgMM6KDSwCbBRP53mn0kDf5UAy6sm9iU487 > xMQAnjtBN571+jVjRLSp0fN1rubo/a4G > =kUcj > -END PGP SIGNATURE----- > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE

Re: [PD] ALSA "broken pipe" on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
I am only using it with one app with is pd-extended. On Tue, Apr 29, 2014 at 11:23 AM, Simon Iten wrote: > Alsa is only supposed to work with One application at a Time. > > Am 29.04.2014 um 17:15 schrieb David Welch : > > Hi all, > I am currently working on an embedded devi

Re: [PD] ALSA "broken pipe" on pd-extended on Beaglebone?

2014-04-29 Thread Simon Iten
Alsa is only supposed to work with One application at a Time. Am 29.04.2014 um 17:15 schrieb David Welch : > Hi all, > I am currently working on an embedded device made up of some hardware, > Arduino, Beaglebone running Debian white with audio cape. I am attaching a pd > file tha

[PD] ALSA "broken pipe" on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
Hi all, I am currently working on an embedded device made up of some hardware, Arduino, Beaglebone running Debian white with audio cape. I am attaching a pd file that works on a laptop. For the beaglebone, basically I change the serial port argument to "4" for [comport] but get a &q

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread Simon Iten
f >>>> [fexpr~] is also expensive when you use it not for feedbacks as your >>>> patch does. Anyway, you could replace them by likely less expensive >>>> [expr~] instances: >>>> >>>> [fexpr~ $x1>=0] -> [expr~ $v1>=0] >>>

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-29 Thread katja
r >> > patch does. Anyway, you could replace them by likely less expensive >> > [expr~] instances: >> > >> > [fexpr~ $x1>=0] -> [expr~ $v1>=0] >> > >> > Roman >> > >> > >> > >> > On Mon, 2014-04-28 at 00:59

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-28 Thread simon
could replace them by likely less expensive >> > [expr~] instances: >> > >> > [fexpr~ $x1>=0] -> [expr~ $v1>=0] >> > >> > Roman >> > >> > >> > >> > On Mon, 2014-04-28 at 00:59 +0200, simon wrote: >> >&

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-28 Thread Simon Iten
>> > [fexpr~ $x1>=0] -> [expr~ $v1>=0] >> > >> > Roman >> > >> > >> > >> > On Mon, 2014-04-28 at 00:59 +0200, simon wrote: >> >> hey miller and list, >> >> >> >> >> >> f

Re: [PD] Music notation in pure data

2014-04-28 Thread Max
URE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Music notation in pure data

2014-04-28 Thread Jaime E Oliver
lcome at this stage... best, J On Apr 28, 2014, at 8:07 PM, Jonathan Wilkes wrote: > I think somebody had one using Gem and dynamic patching. > > I've got a demo using svg-style drawing instructions in Pd-l2ork. I'm almost > finished working on nested svg groups--

Re: [PD] Music notation in pure data

2014-04-28 Thread Jonathan Wilkes
I think somebody had one using Gem and dynamic patching. I've got a demo using svg-style drawing instructions in Pd-l2ork.  I'm almost finished working on nested svg groups-- at that point one should be able to output a page of Lilypond notation to svg and write an importer to conver

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-28 Thread Alexandre Torres Porres
t; > > > > > On Mon, 2014-04-28 at 00:59 +0200, simon wrote: > >> hey miller and list, > >> > >> > >> find attached a version that works beautifully. it's a dirty hack > without upsampling but it works extremly well. don't ask me why, i h

[PD] Music notation in pure data

2014-04-28 Thread Pagano, Patrick
Is there a working music notator in PD? pp Patrick Pagano, B.S, M.F.A Assistant in Digital Arts and Science Digital Media Projection and Audio Design Digital Worlds Institute University of Florida, USA (352)294-2070 ___ Pd-list@iem.at mailing list

Re: [PD] How to read I2C sensors?

2014-04-28 Thread Ingo
Alexandros Drymonitis; pd-list Betreff: Re: AW: [PD] How to read I2C sensors? Check out also pd-l2ork k12 documentation where you can learn more about "lots of pots"  RPi shield that gives you essentially 8 capacitive channels via the aforesaid mcp3008 d/a chip. This is what pd-l2ork essenti

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-27 Thread Simon Iten
On Mon, 2014-04-28 at 00:59 +0200, simon wrote: >> hey miller and list, >> >> >> find attached a version that works beautifully. it's a dirty hack without >> upsampling but it works extremly well. don't ask me why, i have no idea. >> >> thanks for al

Re: [PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-27 Thread Roman Haefeli
e: > hey miller and list, > > > find attached a version that works beautifully. it's a dirty hack without > upsampling but it works extremly well. don't ask me why, i have no idea. > > thanks for all the help miller, really appreciate it! and thanks for pd in &g

Re: [PD] [Patching Circle] Generative Musical Apps this Friday!

2014-04-27 Thread sonia yuditskaya
mbed Pure Data on your Android or iPhone. >> >> The New York City Patching Circle is an free alternating monthly meeting >> and salon open to anyone who is working or interested in media programming >> and audiovisual performance. We mostly use Pd and Max/MSP, but a

[PD] anything pd related happening in NYC from May 19-27?

2014-04-27 Thread Epic Jefferson
or unrelated? electronic music shows, analog or digital. let's hang out and stuff. Will there be a patching circle in May? -- www.epicjefferson.com _______ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pured

[PD] SOLVED!!! Re: pitch to voltage SOLVED!!!

2014-04-27 Thread simon
hey miller and list, find attached a version that works beautifully. it's a dirty hack without upsampling but it works extremly well. don't ask me why, i have no idea. thanks for all the help miller, really appreciate it! and thanks for pd in general :-) cheers, simon sinetos

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ivica Bukvic
Check out also pd-l2ork k12 documentation where you can learn more about "lots of pots" RPi shield that gives you essentially 8 capacitive channels via the aforesaid mcp3008 d/a chip. This is what pd-l2ork essentially supports out of box. To access k12 mode start it with appropriate s

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Martin Peach
On 2014-04-27 13:52, Ingo wrote: Thanks! Could be a possibility but I was hoping for an object that would be able to read I2C directly without adding an arduino since most smaller arm boards do have some I2C pins onboard. If the machine Pd is running on has an I2C port and is running linux

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ingo
Thanks Ivica, I'll check out pd-l2ork. I might use a Raspberry Pi for that purpose anyway. I need some capacitive sensors that work without actually touching them. All I found was using I2C. Ingo Von: Ivica Bukvic [mailto:i...@vt.edu] Gesendet: So

Re: [PD] pitch to voltage

2014-04-27 Thread Simon Iten
eed >>>>> in…clues? >>>>> >>>>> >>>>> On 27 Apr 2014, at 13:05, Simon Iten wrote: >>>>> >>>>>> crosspost! sorry about the noise. thanks for the inputs i will try to to >>>>>> this. n

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ivica Bukvic
I forget what i2c uses driverwise, but if it is spidev, in pd-l2ork you have disis_spi external that allows for reading data from mcp3008 8-channel ad converter. The external is specifically designed for Raspberry Pi build of pd-l2ork, but I don't see a reason why it could not be compile

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ingo
] Gesendet: Sonntag, 27. April 2014 19:00 An: Ingo Cc: pd-list Betreff: Re: [PD] How to read I2C sensors? 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

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

Re: [PD] pitch to voltage

2014-04-27 Thread Miller Puckette
ts i will try to to > > this. not sure if i can. otherwise i will ask back if that’s ok! > > On 27 Apr 2014, at 13:03, Simon Iten wrote: > > > >> so if i would measure at the peak of the sawtooth and would upsample > >> inside the pd patch, i would get higher

Re: [PD] pitch to voltage

2014-04-27 Thread Simon Iten
i can. otherwise i will ask back if that’s ok! > On 27 Apr 2014, at 13:03, Simon Iten wrote: > >> so if i would measure at the peak of the sawtooth and would upsample inside >> the pd patch, i would get higher resolution, right? >> >> any ideas how i can measure

[PD] How to read I2C sensors?

2014-04-27 Thread Ingo
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 [comport] connect to the I2C interface or is there another object in Pd-extended that can do that? Thanks! Ingo

Re: [PD] pitch to voltage

2014-04-27 Thread Simon Iten
crosspost! sorry about the noise. thanks for the inputs i will try to to this. not sure if i can. otherwise i will ask back if that’s ok! On 27 Apr 2014, at 13:03, Simon Iten wrote: > so if i would measure at the peak of the sawtooth and would upsample inside > the pd patch, i would get

Re: [PD] pitch to voltage

2014-04-27 Thread Simon Iten
so if i would measure at the peak of the sawtooth and would upsample inside the pd patch, i would get higher resolution, right? any ideas how i can measure at the peak? (using the rpole output on both samphold inputs does not work and delaying one of them is also not working) which i would

Re: [PD] pitch to voltage

2014-04-27 Thread Miller Puckette
constant > > amplitude even with the input frequency not changing. so it seems that > > either rpole~ or change~ is not accurate. > > > > or the problem is that i sample in the middle of the rising and not at the > > top ( as described earlier) > > > > a

Re: [PD] pitch to voltage

2014-04-27 Thread Miller Puckette
in the middle of the rising and not at the > top ( as described earlier) > > attached the sinetosawtooth patch. set your sound card to 44100 or change the > 22050 in fexpr~ to half the sampling frequency. > > i would really appreciate if somebody could have a look at this, >

Re: [PD] UDOO Quad and Generic Guitar to USB link issues

2014-04-27 Thread Simon Iten
do you use the hardware or the plugin tab in the pd preferences? i found that i had to use the plugin and not the hardware to get results without distortion. also you should use debian hard float image and not linaro, it works better with puredata. and, i would not use jack but alsa directly

[PD] pitch to voltage

2014-04-27 Thread Simon Iten
, simon sinetosawtooth.pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

  1   2   3   4   5   6   7   8   9   10   >