Re: [PD] bug with py windows

2014-04-09 Thread puredata
Did you [import py] and get this log in the console: py/pyext 0.2.2 - python script objects (C)2002-2011 Thomas Grill - http://g.org/ext using Python 2.7.3 (default, Sep 26 2013, 20:13:52) [GCC 4.6.3] Python array support enabled

[PD] Pd-L2Ork [ii]

2014-03-31 Thread puredata
When using [ii] in a patch, even with [import iemlib] - i have to use [init] once for [ii] to be found (need to save and reload the patch). ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Pd-L2Ork [ii]

2014-03-31 Thread puredata
init_class = class_new(gensym(init), (t_newmethod)init_new, (t_method)init_free, sizeof(t_init), 0, A_GIMME, 0); class_addcreator((t_newmethod)init_new, gensym(ii), A_GIMME, 0); Will continue to test Pd-L2Ork (I had some difference with pd-extended regarding -path (not all my

[PD] Pd-L2Ork [pd~] using real adc

2014-03-31 Thread puredata
Hi, So for the [ii] I just added [init] somewhere and now all [ii] are found. No big deal! But I think I have found something a little bit more important (well for me at least): [pd~ start effectUnitOut.pd | [pd~ -ninsig 2 -noutsig 2 -fifo 2] the effectUnitOut.pd [adc~] is using my real

Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi 20140319 release candidate

2014-03-29 Thread puredata
Hi, I wanted to try Pd-L2Ork, but i think it's not possible to install it along side of pd-extended? Unpacking pd-l2ork (from pd-l2ork-x86_64-20131123.deb) ... dpkg: error processing pd-l2ork-x86_64-20131123.deb (--install): trying to overwrite '/usr/lib/pkgconfig/Gem.pc', which is also in

Re: [PD] patch wanted: loop station

2014-03-28 Thread puredata
Yes I would like to have a solution within PD. The Meh patch is very very nice, but I am not sure how cross-fading and quantization is implemented (will try to contact the author). Will take a look at ipoke~. Will put my patch on github, maybe someone will want to join me in making a loop

Re: [PD] patch wanted: loop station

2014-03-28 Thread puredata
if anyone wants to work on this: https://github.com/patricksebastien/loopStationPD fork pull request ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] patch wanted: loop station

2014-03-26 Thread puredata
Hi everyone, I'm struggling at making my own loop station solution inside pd. I'm trying to mimic SooperLooper, that is: - multiple sync options - multiple quantize options + something i am not sure SooperLooper do: cross-fading begin/end of loop to avoid glitches. I have code a patch,

Re: [PD] HD 1920 X 1080

2014-03-13 Thread puredata
What codec, it does a big difference on CPU usage. I use mjpeg with good result. Pat (from the future) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] libpd and Unity

2014-03-13 Thread puredata
Excellent! Btw someone reported that it's also working on Unity free osX version by: - compiling libpdcsharp and then modify the loader_path execute: - install_name_tool -id @loader_path/libpdcsharp.dylib libpdcsharp.dylib - place in the root of Assets folder; As for more example, I think

Re: [PD] hexaphonic pickup (was: midi question)

2014-03-12 Thread puredata
2 solutions that I know of: - a box that do the conversion of the individual pickups to midi (ie GR-55) - a breakout box that split the individual pickups to 6/7 phono I went with the second option. I am using PD for the conversion to midi (using the excellent

Re: [PD] libpd and Unity

2014-03-12 Thread puredata
Would be useful to see the errors. Also what version of Unity (free / pro) (3.5 / 4)? Did you compile your own pdcsharlib.dll? Windows: install mingw and compile libpd (https://github.com/libpd/libpd) make csharplib. Copy libs/libpdcsharl.dll to Assets/Plugins à+

Re: [PD] midi question

2014-03-10 Thread puredata
Hi, You can simply: [adc~ 1 Bob's guitar] | | [r speed] | | [delay] | [dac~] [adc~ 2 2nd guitar] | [fiddle~] (or [env~]) | [s speed] Using a hexaphonio pickup (6 individual pickups) - [adc~ 1 2 3 4 5 6] == check the env~, fiddle~, bonk~ for each strings and control various

Re: [PD] libpd and Unity

2014-03-08 Thread puredata
Yes both adc / dac are working: You can load a sample in a AudioSource, this will be the ADC signal You can make a patch with a DAC, this will be the AudioListener Communication from Unity - PD is working Communication from PD - Unity is working Loading externals are working too. But what I do

Re: [PD] jack and callbacks

2014-03-04 Thread puredata
Trying to have the lowest latency with Jack / Linux / 64bit / RT kernel / 48000 / 3 / 64. So should I use this too? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Wich licence?

2014-02-14 Thread puredata
for [routeOSC] add [import mrpeach] somewhere (you need pd-extended). ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] increasing zone of inlet / outlet

2014-02-13 Thread puredata
Hi all, I am getting older and it's more and more difficult to click right on the inlet or outlet. How to change increase the zone around them? I am using PD-0.43.4-extended. Thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] increasing zone of inlet / outlet

2014-02-13 Thread puredata
In pd-l2ork nlets are highlighted which makes them grow and as a result you can pinpoint them more easily. My version of Pd-extended does this too. it's much more usable if you have an insible area larger than the point to register an enter event and then grow the point to that size.

Re: [PD] LyonPotpourri 3.0 and 64-bit Pd

2014-02-10 Thread puredata
Wicked! For those who doesn't click on links, here's LyonPotpourri's content: adsr~ a simple ADSR envelope that can be click triggered arrayfilt~ fft-based filtering by drawing into an array bashfest~ a click driven buffer player with randomized DSP buffet~ provides operations on a stored

Re: [PD] check mail with pd ?

2014-02-05 Thread puredata
yes possible, for example using py/ext with a script like this one: http://libgmail.sourceforge.net/ but pd is not really good with strings afaik à+ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Face tracking

2014-01-28 Thread puredata
i don't know if it's exactly what you need: Make me (opencv / gem): http://puredata.info/Members/patrick ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] pd~ fifo latency

2014-01-27 Thread puredata
hi all, in [pd~] documentation: -fifo n sets round-trip delay in blocks when trying to use -fifo 0 or -fifo 1 (i want the lowest delay possible) = pd hangs. when not specifying -fifo i get 256 samples of delay (adding 5ms to my 13ms round-trip latency). how to have just 1 sample delay

Re: [PD] pd~ fifo latency

2014-01-27 Thread puredata
Hi Miller, Linux with 0.43.4-extended (ppa): Using -fifo 2 did the trick (1 block delay). Cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] jack periods 32 = no pd

2014-01-27 Thread puredata
hi, in my quest of lowering my round-trip latency, I am configuring Jack with: periods (buffer size): 32; nperiods: 2 / 3 (doesn't matter); rate 48000 when starting pd -rt -jack -channels 2 (-nosleep) = doesn't start. other applications like amsynth, JAMin doesn't have this behaviour (they

Re: [PD] jack periods 32 = no pd

2014-01-27 Thread puredata
pd -rt -jack -channels 2 priority 6 scheduling enabled. priority 8 scheduling enabled. Partial read Partial read ... pd: malloc.c:3822: _int_malloc: Assertion `(unsigned long)(size) = (unsigned long)(nb)' failed. Pd: signal 6 psc@pscbox:~$ pdsend errorname: error writing sock8: broken pipe

Re: [PD] display image from google search?

2014-01-22 Thread puredata
keeping the list in the loop (for archive): you should see something like this in the pd console: py/pyext 0.2.2 - python script objects (C)2002-2011 Thomas Grill - http://g.org/ext using Python 2.7.3 (default, Sep 26 2013, 20:13:52) [GCC

Re: [PD] gametrak question

2014-01-22 Thread puredata
You have to modify the hardware (making a bridge): http://x37v.com/x37v/post/uploaded_images/gametrak-5-734488.jpg then it will work with [hid] ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] PdDroidParty release

2014-01-21 Thread puredata
Hi Chris, Wicked project! Runs well on my upad (yes upad = cheap Android tablet): gui is fast, no glitch - but the Android latency is very high (471ms). Yes, making videos would help promote this project (uploading them on the vimeo pure data channel): https://vimeo.com/groups/puredata

Re: [PD] display image from google search?

2014-01-20 Thread puredata
I have a patch on linux that use py/ext to do just that. Very custom, not clean but working. Give me some time to upload it on http://pdpatchrepo.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] display image from google search?

2014-01-20 Thread puredata
here's the patch: http://pdpatchrepo.info/patches/patch/80 the demo: https://vimeo.com/84646422 i invite people to subscribe to the RSS feeds: http://pdpatchrepo.info/rss/patch (when a new patch is added) http://pdpatchrepo.info/rss/stream (when a new patch is streamed) à+

Re: [PD] LyonPotpourri 3.0 now available for Pd

2013-12-26 Thread puredata
btw, i have this error: An operation on the array 'gsf_window' in the patch 'granulesf~-help.pd' failed since it uses garray_getfloatarray while running 64-bit! this happen on many help patches. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] GEM causes soung glitches

2013-12-26 Thread puredata
- Another possibility : use [pd~]. See help about this object. it won't remove the glitches, the solution is really to have 2 instance of pd. 1 audio: -rt -nosleep... 2 video: -nrt -noaudio ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] xinput external

2013-12-19 Thread puredata
le savoir faire at his best, i removed my repo, thanks IOhannes! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] before quitting

2013-12-18 Thread puredata
hi, [closebang] is maybe called but when using Ctrl+Q my shell bang is not execute (using something like [kill -9 xxx - [shell]). trying to use hcs - noquit: ERROR: can't rename menu_quit: command doesn't existwhile executingrename menu_quit old_menu_quit (uplevel body line 5)invoked

Re: [PD] before quitting

2013-12-18 Thread puredata
well, first make sure that [closebang] does get called. e.g. start Pd with -stderr and print something to stderr. Thanks, [closebang] is not called here (ubuntu, pd-extended ppa). It's only called when destroying an abstraction, but not when using Ctrl+w or Ctrl+q.

Re: [PD] xinput external

2013-12-18 Thread puredata
hi, i am using a modified version of xinput (adding ;, leading 0 and unbuffered) with pdsend (udp). i can now get my tablet x,y,pressure,tilt in pd. a demo patch is included (showing a way to parse xinput test data). https://github.com/patricksebastien/xinputpdsend the only problem is

[PD] xinput external

2013-12-17 Thread puredata
hi all, anyone coded an external for fetching xinput device? xinput --list xinput test 12 (tablet) motion a[0]=12619 a[1]=12856 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 motion a[0]=12568 a[1]=12756 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 motion a[0]=12531 a[1]=12618 a[2]=0 a[3]=-4 a[4]=-7 a[5]=-900 button

[PD] before quitting

2013-12-17 Thread puredata
Is there a way to do something (let's say close a file, kill a subprocess etc...) before quitting pd (meaning Ctrl+Q or File - Quit)? Thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] piano computer keyboard patch

2013-12-13 Thread puredata
mtl/piano? https://github.com/patricksebastien/mtl ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] earGram: concatenate sound synthesis/generative music

2013-10-28 Thread puredata
Hi, First of all the interface is really well done, it's not easy to build something like this in pd. I am trying to run it on linux / 64bit. I don't have bark and bark~ with the linux version of http://puredata.info/downloads/timbreid? Trying to use barkSpec I get: Bark spacing must be

Re: [PD] GEM window immediately closing

2013-10-25 Thread puredata
I'm also using KXStudio and apt.predata.info / 64bit / hd4000 - i don't have this issue. What's your graphic driver? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] pdp 0.14.0

2013-10-11 Thread puredata
for me many objects aren't working: pdp_conv_sobel_edge ... couldn't create pdp_gradient ... couldn't create pdp_motion_phase ... couldn't create but pdp_gain, pdp_glx, pdp_v4l, pdp_add etc are working. ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] [PD-announce] Pure Data Patch Repository

2013-09-26 Thread puredata
works perfect win7 + firefox on adsl 2 thanks for taking the time to report back. the streaming server is located in Austria afaik (IEM). if most of the viewers aren't experiencing buffering, i could give more quality to the stream (right now around 200kib/s - 720p). it needs lower bpm

[PD] Pure Data Patch Repository

2013-09-25 Thread puredata
http://www.pdpatchrepo.info Hi all, I am very pleased to announce the Pure Data Patch Repository website (and live pd patch streaming). It's a one-man show, so I need your feedback: - is the live stream stable (no buffering)? - is the gui working (knobs, bang)? - is sharing a patch

[PD] [PD-announce] Pure Data Patch Repository

2013-09-25 Thread puredata
http://www.pdpatchrepo.info Hi all, I am very pleased to announce the Pure Data Patch Repository website (and live pd patch streaming). It's a one-man show, so I need your feedback: - is the live stream stable (no buffering)? - is the gui working (knobs, bang)? - is sharing a patch

[PD] Gem bounding box for text

2013-08-14 Thread puredata
hi, i need to display some long text in Gem, would like to have a bounding box. looking at the archive, i found this: http://markmail.org/message/rvlnrtjia4i6a774#query:+page:1 2005, maybe it will not compile or maybe there's a better solution? thx!

[PD] routeOSC - dynamic routing?

2013-08-06 Thread puredata
hi all, i have more than 50 OSC messages to [routeOSC], i would like to avoid having to cut and paste click and drag. what are my options here? [routeOSC /knob1 /knob2 ...] | | [s $0-knob1] [s $0-knob2] thanks ___ Pd-list@iem.at

Re: [PD] Gem create many cubes

2013-08-02 Thread puredata
Wow, thank you very much! I still have a problem or two. I create a [coll] that looks like this: 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; 2, -3.88759 -4 -0.8304 0.984314 1 0.0509804; 3, -3.77518 -4 -1.42148 1 1 0.698039; 4, -3.66276 -4 -1.0836 1 1 0.917647; 5, -3.55035 -4 -0.1944 0.811765

Re: [PD] Gem create many cubes

2013-08-02 Thread puredata
thank you very much it's now very fast: https://dl.dropboxusercontent.com/u/1455235/lumafast.webm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Gem create many cubes

2013-08-01 Thread puredata
Hi all, How to create many cubes in Gem. Right now, my solution is to use dynamic patching and creating obj in a sub-patch [mycube 0 0 0 1 0 1] - position / color, but pd really struggle creating that many copies (everything freeze). As you can see in the following webm video:

Re: [PD] Gem create many cubes

2013-08-01 Thread puredata
maybe [gemlist] will help you? What if i need specific colors for each cubes? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2013-07-27 Thread puredata
hi, i need to route 1 to x x to 1 audio signal. demux~ (demultiplex~ on pd-extended) and mux~ are doing exactly that, but when switching using a number box = glitch. polygate~ have a fade option that avoid this glitch but there's no couterpart (like unpolygate~) and finally mtx_*~ on

Re: [PD] ubutu 13.04

2013-06-07 Thread puredata
finally i took the time to compile from source (github) and the problem is gone. you can try to use mine(!) 64bit: https://dl.dropboxusercontent.com/u/1455235/intel_drv.so /usr/lib/xorg/modules/drivers/intel_drv.so good luck ___ Pd-list@iem.at

Re: [PD] ubutu 13.04

2013-06-07 Thread puredata
where did you get the source from? http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ did you only put this file in /usr/lib/xorg/modules/drivers? yes only this file ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] ubutu 13.04

2013-06-06 Thread puredata
You can remove xserver-xorg-video-intel package and reboot, but then no more acceleration. As for me, I will reinstall Ubuntu Studio 12.04. My system looks shaky with 13.04 (random crash of Gimp, not sure if it's related to intel driver). I tried also to install:

Re: [PD] Gem with Intel HD 4000 F/MSAA

2013-03-06 Thread puredata
I forgot to specify my OS. I am using Ubuntu Studio 12.04 and found this posted: http://www.phoronix.com/scan.php?page=news_itempx=MTE0MjY ...Intel's Linux graphics driver is finally onto supporting 8x multi-sample anti-aliasing (MSAA)... The question: Is GEM supporting MSAA? I looked in

[PD] Gem with Intel HD 4000 F/MSAA

2013-03-05 Thread puredata
Is it possible to use anti-aliasing with an Intel HD 4000? http://communities.intel.com/thread/31912 Intel graphics built into the last two generations support MSAA I tried to send MSAA 1 || 2 || 4 || 8 = not working. I think Gem only support FSAA?

Re: [PD] pd~ gem

2012-11-25 Thread puredata
i will not be able to use [pd~], i need a stable audio output no matter what is happening with gem. i know nothing about [pd~] but would it be possible to add an option -nowait or -nosync (making [pd~] independent)? moreover, you have to be aware that pd / pd~ communication is

Re: [PD] pd~ gem

2012-11-23 Thread puredata
a screenshot: https://dl.dropbox.com/u/1455235/bg.png what is the -fifo option of [pd~]? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pure data and fluid : ok

2012-11-23 Thread puredata
just a quick note on fluid~, you need to upgrade (compile the last stable version) libfluid (at least on ubuntu-studio). apart from that, flex, pyext, fluid are all working (64bit). ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] [PD-announce] New Deadline 29th - 30th

2009-03-16 Thread PdCon09 3rd International Puredata Convention
*NEW DEADLINE.* *Since we have had some problems with our server on the last day of submissions, and some are questioning and having problems sending us the forms, we are extending a bit the deadline, in two weeks.* New deadline is midnight from 29th to 30th UTC-3 Nevertheless, we are already

[PD] [PD-announce] PDCon Papers Call v.2 - deadline extended to April 15

2007-04-04 Thread PureData Papers
[please excuse cross-posting and diffuse widely] Following is the 2nd call for abstracts and papers - with an extended deadline - for the PureData Convention. Any queries can be directed to [EMAIL PROTECTED] Andrew -- [version française à la suite] = L'œuvre