[PD] midi-out problem in jack/alsa

2009-11-17 Thread Raphael Raccuia
Hi, I'm new on the list, and working with PD from a couple of years... I'm on linux, Ubuntu Studio 9.10 and Fedora 10 / planet CCRMA I have some troubles on latest vanilla version in repos (0.41): All the midi-out objects do the same: no problem to set midi channel and CC or Note number, but

Re: [PD] midi-out problem in jack/alsa

2009-11-18 Thread Raphael Raccuia
IOhannes m zmölnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raphael Raccuia wrote: Hi, I'm new on the list, and working with PD from a couple of years... I'm on linux, Ubuntu Studio 9.10 and Fedora 10 / planet CCRMA I have some troubles on latest vanilla version in repos

Re: [PD] midi-out problem in jack/alsa

2009-11-19 Thread Raphael Raccuia
IOhannes m zmölnig a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raphael Raccuia wrote: rectification: problem occurs also when DSP is off... i noticed something like that very recently as well. [ot] you have a weird mailer; indentation of quotes seems

[PD] Questions about midi-volume abstractions

2010-04-15 Thread Raphael Raccuia
Hi list: I'm working on a big diffusion patch, so I made some volume and midi abstractions (I'll need a lot of midi controlled volumes). raf_volume.pd calls raf_BCF2000.pd (I have this midi controller, of course it can be used with every midi CC signals...). Arguments as following: start

[PD] Some questions about Toxy (pd command)

2010-09-07 Thread Raphael Raccuia
Hi list, I'm trying to control some Tk GUI's with toxy scripts... I understood some concept, but there's still a lot of darkness... -I have to get a string out of a [tow . symbol id], in this case content of the symbol (Tk's 'entry') GUI. I get it with get[]. I took the doc's example

Re: [PD] midi learn

2010-09-20 Thread Raphael Raccuia
hi, I also patched a midi learn abstraction... then I found this discussion and replaced all [select] by [==]... Thank's :-) Hope you'll enjoy this one: both cc and channel values are saved in an external message box with a [set( message in the abstraction itself... so no need to re-learn on

Re: [PD] MIDI connection graph at each beat?

2010-09-20 Thread Raphael Raccuia
Hi, I had the same bug one year later, I think with vanilla... IO gave me a hack on this list, but then it seemed to be resolved as I installed PD-extended... but that bug has just returned... The solution was to launch pd with: $ pd -alsamidi -mididev 1,1 the old topic is here:

[PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-21 Thread Raphael Raccuia
Hi list, all in the title... I tried different types (mp3, wav, ogg, at different rates and frequencies...) Some didn't passed: Invalid file or unsupported codec. The only relation I found on 12 ogg files, the five that didn't passed was at 96kbps rate. [readanysf~] seems a bit unstable: if I

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-21 Thread Raphael Raccuia
exactly what causes this problem but I've solved re-exporting them without any ID3 tag, specially artwork. hope it helps. On Tue, Sep 21, 2010 at 4:13 PM, Raphael Raccuia rafael.racc...@blindekinder.com mailto:rafael.racc...@blindekinder.com wrote: Hi list, all in the title... I tried

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-21 Thread Raphael Raccuia
of course :-) here is: http://blindekinder.com/perso/readanysf_test.ogg Derek Holzer a écrit : But please don't post them directly to the list ;-) Use links. D. On 9/21/10 5:33 PM, august wrote: Please post any files that do not work so that I may test them.

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-22 Thread Raphael Raccuia
Le mercredi 22 septembre 2010 à 02:49 +0200, august a écrit : Hi list, all in the title... I tried different types (mp3, wav, ogg, at different rates and frequencies...) Some didn't passed: Invalid file or unsupported codec. The only relation I found on 12 ogg files, the five that

Re: [PD] midi learn

2010-09-22 Thread Raphael Raccuia
Thank's for that, I thing I'll stay without defaults the moment, but I'll remember this approach. I added a 'bang' option, so object outputs a bang instead of a value for non-zero midi value, for use with a button. The list now has a third item, 0 or 1, to indicate if it's enabled or not...

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-28 Thread Raphael Raccuia
Seems to be done, as I updated gavl/gmerlin from rdz-ppa (thank's to you...) Now all my ogg's pass without any problem, but... Pd crashes on some wav and mp3 :-( I don't think I changed anything in my patch, seems to be this update: I isolated readanysf to try. Le vendredi 24 septembre 2010 à

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-28 Thread Raphael Raccuia
Le mardi 28 septembre 2010 à 17:02 +0200, Roman Haefeli a écrit : Hi On Tue, 2010-09-28 at 16:49 +0200, Raphael Raccuia wrote: Seems to be done, as I updated gavl/gmerlin from rdz-ppa (thank's to you...) Now all my ogg's pass without any problem, but... Pd crashes on some wav and mp3

Re: [PD] pyext python version error

2010-09-29 Thread Raphael Raccuia
hi, I have this version and I get the same error... r patrick a écrit : hi, are you using this version? http://g.org/ext/beta/linux/pd/py.pd_linux pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-29 Thread Raphael Raccuia
I installed from rdz-repo and checked briefly... seems to work perfectly now! Great job guys, thank's for the rapidity... cheers (-roman: grüess vo biel/lausanne...) r Le mercredi 29 septembre 2010 à 19:25 +0200, august a écrit : gmerlin-avdecoder and gavl are updated on my ppa, but

[PD] Latency under Linux/Jack (again...)

2010-10-12 Thread Raphael Raccuia
Hi list, I tested Pd rt as I need low latency for a performance next week... It seems -rt flag doesn't have any effect. I measured Pd latency with jdelay, and always get 640 (@48000), so about 13ms (pd only)... lower I set buffer in jack (no less than 256), more DIO errors I get... and there are

Re: [PD] Latency under Linux/Jack (again...)

2010-10-12 Thread Raphael Raccuia
pd in sudo, you have to connect to jack in sudo mode. Thus start jack in sudo (or gksudo for qjackctl). I advise to use an rt kernel too. See documentation of Ubuntu Studio. On Tue, Oct 12, 2010 at 3:27 PM, Raphael Raccuia rafael.racc...@blindekinder.com wrote: Hi list, I tested Pd

Re: [PD] Latency under Linux/Jack (again...)

2010-10-12 Thread Raphael Raccuia
). I advise to use an rt kernel too. See documentation of Ubuntu Studio. On Tue, Oct 12, 2010 at 3:27 PM, Raphael Raccuia rafael.racc...@blindekinder.com wrote: Hi list, I tested Pd rt as I need low latency for a performance next week... It seems -rt flag doesn't have any effect. I measured

Re: [PD] Latency under Linux/Jack (again...)

2010-10-18 Thread Raphael Raccuia
I still have a lot of DIO errors... no idea how to manage that? I also do get some xruns now and then when moving around gui object I have a lot (1 every 30 sec when I don't touch nothing, more if I play with a patch), and they are really audibles... r Raphael Raccuia a écrit : tried

Re: [PD] Latency under Linux/Jack (again...)

2010-10-19 Thread Raphael Raccuia
/10/18 Raphael Raccuia rafael.racc...@blindekinder.com: I still have a lot of DIO errors... no idea how to manage that? I also do get some xruns now and then when moving around gui object I have a lot (1 every 30 sec when I don't touch nothing, more if I play with a patch), and they are really

Re: [PD] Which Linux distribution are you using?

2010-11-15 Thread Raphael Raccuia
Hi, I tried a lot: Musix U studio ~8.xx, with a lot of problem (xruns, wifi issue, jack stops without any apparent reason, more...) Fedora 10 /CCRMA: was great, but sometimes old version of software in repos (like pd...) U studio again, Lucid: great, but a lot of wifi issues and some others...

Re: [PD] Which Linux distribution are you using?

2010-11-15 Thread Raphael Raccuia
Le 15. 11. 10 22:21, Pierre Massat a écrit : Hi, I have installed Ubuntu 10.04 LTS, plus some ubuntu studio stuff (the audio packages and the plugins). I also tried the rt-kernel. It didn't work. But i am amazed, blown away, baffled, etc. Because the generic kernel does have some crazy rt

Re: [PD] Which Linux distribution are you using?

2010-11-17 Thread Raphael Raccuia
Le 17. 11. 10 03:36, Martin Schied a écrit : On 15.11.2010 23:06, Raphael Raccuia wrote: Le 15. 11. 10 22:21, Pierre Massat a écrit : Hi, I have installed Ubuntu 10.04 LTS, plus some ubuntu studio stuff (the audio packages and the plugins). I also tried the rt-kernel. It didn't work

[PD] Feedback on PD-ext 0.43.1

2012-04-11 Thread Raphael Raccuia
Hi, I use pd (ext) since several years, and first of all, congratulation and thanks for this great project! Here are some bugs and problems I experienced. I run PD on Ubuntu Oneiric, and also tried it on another computer on Maverick... These bugs are present in the download from april 11th.

Re: [PD] Feedback on PD-ext 0.43.1

2012-04-19 Thread Raphael Raccuia
Le 19. 04. 12 14:18, Hans-Christoph Steiner a écrit : On Apr 19, 2012, at 5:25 AM, Raphael Raccuia wrote: * Then, there is a big point, that have been already discussed many times: autoconnect sound/midi in jack should really be disabled, or made it possible to choose. Midi

Re: [PD] finding objects ?

2012-09-07 Thread Raphael Raccuia
There is a difference between how to use an object/external (which is generally well documented in help files), and looking for useful objects/externals someone doesn't even know the existence... Why is pdpedia offline? if well filled and updated, it's exactly what does that job... rr Le 03.

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-22 Thread Raphael Raccuia
Hi, I tried on KXStudio (based kde and ubundu 12.04): difficult to use, because of graphicalissues. Certainly the black KX theme is mostly guilty: -crosses incheck boxes doesn't display. Impossible to know if checked or not -menus are some bugged: sometimes I have to pass on them with cursor to

Re: [PD] Freezes with Pd-Extended and Jack

2013-02-02 Thread Raphael Raccuia
Hi, late for this, but problem persists in 0.43release. https://sourceforge.net/tracker/?func=detailaid=3602109group_id=55736atid=478070 I confirm it has to do with latency: under ~20ms, bug occurs. Also occurs when changing soundconfig. Two things: -as said, pd shouldn't recreate jack client

Re: [PD] Freezes with Pd-Extended and Jack

2013-02-06 Thread Raphael Raccuia
Actually I didn't tried... At the moment I don't have so much time to experiment another version, maybe later, seems great project. rr Le 02. 02. 13 15:19, Ivica Bukvic a écrit : Does this affect you on pd-l2ork as well? On Feb 2, 2013 3:10 AM, Raphael Raccuia rafael.racc...@blindekinder.com

[PD] some vanilla objects disappeared!

2013-02-18 Thread Raphael Raccuia
Hi, I use 0.43.4, which is installed on twoUbuntu12.04,from repositories, and I've just noticed some basic objects like [expr] and [cnv] 'couldn't create' on onesystem, but not on the other...?!? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] [solved] some vanilla objects disappeared!

2013-02-19 Thread Raphael Raccuia
sorry, it is pd-ext... even [dac~], all midi objects and a big list of vanilla objects disappeared. Now it's fixed with 'resetting to default', as suggested HCS. Thank's a lot r Le 19. 02. 13 08:34, IOhannes m zmölnig a écrit : On 02/18/2013 22:56, Raphael Raccuia wrote: Hi, I use 0 . 43.4

[PD] [VBAP] multiple sound sources

2013-04-10 Thread Raphael Raccuia
Hi, I'm writing a spatialisation patch for 3 or 4 sound sources. I didn't found the way to control them with a unique vbap object, as ambiencode does... I think it's not possible, but I ask just to be sure. thank you r ___ Pd-list@iem.at mailing list

[PD] PD-ext fails to connect to alsa-midi on startup...

2013-04-11 Thread Raphael Raccuia
Hi, I have to re-configure to alsa-midi everytime I launch pd-ext. anybody has the same issue? (0.43from repo) thank you r ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] [jackd] no-self-connect patch to prevent pd auto-connect to jackd

2013-04-15 Thread Raphael Raccuia
Hi, for info: For those who doesn't want pd auto-connect to jack (for use with qjackctl patchbay or ladish), there is the no-self-connect patch from Nedko Arnaudov (for jack2). Check if the package from your distro compile jack with it, or you'll have to compile yourself (git branch or

Re: [PD] [VBAP] multiple sound sources

2013-04-15 Thread Raphael Raccuia
Well, I finally used 3 vbap objectsand 1 mtx_mul~... r Le 10. 04. 13 10:00, Raphael Raccuia a écrit : Hi, I'm writing a spatialisation patch for 3 or 4 sound sources. I didn't found the way to control them with a unique vbap object, as ambiencode does... I think it's not possible, but I ask

Re: [PD] Fwd: Re: PD-ext fails to connect to alsa-midi on startup...

2013-04-16 Thread Raphael Raccuia
Bukvic a écrit : -- Forwarded message -- From: Ivica Bukvic i...@vt.edu mailto:i...@vt.edu Date: Apr 11, 2013 11:24 AM Subject: Re: [PD] PD-ext fails to connect to alsa-midi on startup... To: Raphael Raccuia rafael.racc...@blindekinder.com mailto:rafael.racc...@blindekinder.com Cc