Re: [PD] pd earthquake notifier

2010-08-03 Thread patrick

hi,

updated the video:
http://vimeo.com/13615727

(now with auto-update, depth, local time)

the patch can be download here:
http://dl.dropbox.com/u/1455235/earthquake2pd.tar.gz

but really it's a big mess! you need:

pdextended: http://autobuild.puredata.info/auto-build/
pdmtl: http://wiki.dataflow.ws/PdMtlAbstractions
mtl (maybe): http://puredata.info/Members/mtl/

pat

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] MP3 soundfiler

2010-08-03 Thread Leandro da Mota Damasceno
Hi everyone,

I am kind of new to Pure Data, so forgive if the question is stupid...

I am looking for a soundfiler equivalent that can open mp3 and assign
dynamically the size of its array. Is there someway to do that? The only way
I've found was using readanysf~ and connecting it to statically defined
arrays...
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd-extended: error JACK: cannot connect input ports

2010-08-03 Thread patrick

pdextended -rt -jack -channels 2 -alsamidi -mididev 2
should do the trick

and:
pdextended -h

pat

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Ladi Session Handler

2010-08-03 Thread Cody Loyd
I have just come across a fantastic new application for linux users
called Ladish.  It works as a session manager and frontend for JACK
and allows users to open and connect multiple JACK applications, and
then save the configuration so that it can be reopened at any time.
I've been using it for a couple of days and it is working wonderfully
for me.  In my opinion, this application fills a pretty big hole in my
Linux music studio.
It started as a fork of 'LASH' and is already much more useful.

Check it out! This project needs support!

http://ladish.org/

Cody Loyd

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pd-extended: error JACK: cannot connect input ports

2010-08-03 Thread Stefan Jensen
Hi,...

i have my brand new "pd-extend" and "jack" running on Fedora 13. Runs
fine, but i always have to make the midi connections in jack manually:

--cut--
[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.42.5
Opened Alsa Client 130 in:1 out:1
error: JACK: cannot connect input ports
alsa_pcm:Midi-Through/midi_capture_1 -> pure_data_0:input0
error: JACK: cannot connect input ports
alsa_pcm:Pure-Data/midi_capture_2 -> pure_data_0:input1
error: JACK: cannot connect output ports pure_data_0:output0 ->
alsa_pcm:Midi-Through/midi_playback_1
error: JACK: cannot connect output ports pure_data_0:output1 ->
alsa_pcm:Pure-Data/midi_playback_1
libdir loader $Revision: 1.8 $
compiled on Jul 27 2010 at 18:12:41 
compiled against Pd version 0.42.5.extended-rc5
GEM: Graphics Environment for Multimedia

[...]

--cut--

Is that related to my jack config or is there something wrong
with my pd config? 

Thank you

Stefan
-- 


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] midi learn

2010-08-03 Thread Andrew Faraday

Hey All, 

I don't know if anyone's done this but I've attached a midi learn abstraction 
I've been working on. The logic's a bit messy but I got it working in the end.

Basically from banging the learn patch it listens to the next signal, either a 
note or a control signal, and then filters out only the velocity or control 
value from that. (I've started taking an interest in controlling patches with 
the velocity, as opposed to the note number). 

Let me know what you think, and if you know of anything similar being done. 

Cheers

Andrew
  #N canvas 247 70 644 446 10;
#X floatatom 141 165 3 0 0 0 - - -;
#X obj 37 45 notein;
#X obj 37 71 stripnote;
#X floatatom 106 165 3 0 0 0 - - -;
#X text 37 21 MIDI IN;
#X floatatom 106 140 3 0 0 0 - - -;
#X floatatom 140 140 3 0 0 0 - - -;
#X obj 130 70 ctlin;
#X text 108 186 id;
#X text 138 187 value;
#X text 169 142 control;
#X text 170 167 note;
#X obj 268 156 spigot;
#X obj 323 154 spigot;
#X msg 370 228 0;
#X msg 307 117 1;
#X msg 295 240 1;
#X msg 294 262 0;
#X obj 188 285 spigot;
#X obj 92 284 spigot;
#X msg 326 241 1;
#X msg 327 260 0;
#X floatatom 87 317 5 0 0 0 - - -;
#X floatatom 192 317 5 0 0 0 - - -;
#X obj 315 201 select 1 2;
#X msg 276 178 1;
#X msg 327 176 2;
#X obj 362 267 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 390 267 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 20 264 spigot;
#X obj 16 337 sel;
#X msg 12 364 1;
#X msg 48 364 0;
#X floatatom 20 391 5 0 0 0 - - -;
#X obj 416 233 pipe 10;
#X obj 109 384 spigot;
#X obj 112 408 outlet;
#X obj 341 63 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 109 362 pipe 10;
#X connect 0 0 13 0;
#X connect 0 0 18 0;
#X connect 1 0 2 0;
#X connect 1 1 2 1;
#X connect 2 0 3 0;
#X connect 2 1 0 0;
#X connect 3 0 29 0;
#X connect 3 0 30 0;
#X connect 5 0 29 0;
#X connect 5 0 30 0;
#X connect 6 0 12 0;
#X connect 6 0 19 0;
#X connect 7 0 6 0;
#X connect 7 1 5 0;
#X connect 12 0 25 0;
#X connect 13 0 26 0;
#X connect 14 0 12 1;
#X connect 14 0 13 1;
#X connect 14 0 34 0;
#X connect 15 0 12 1;
#X connect 15 0 13 1;
#X connect 15 0 29 1;
#X connect 16 0 19 1;
#X connect 17 0 18 1;
#X connect 18 0 23 0;
#X connect 19 0 22 0;
#X connect 20 0 18 1;
#X connect 21 0 19 1;
#X connect 22 0 38 0;
#X connect 23 0 38 0;
#X connect 24 0 14 0;
#X connect 24 0 16 0;
#X connect 24 0 17 0;
#X connect 24 0 27 0;
#X connect 24 1 14 0;
#X connect 24 1 20 0;
#X connect 24 1 28 0;
#X connect 24 1 21 0;
#X connect 25 0 24 0;
#X connect 26 0 24 0;
#X connect 29 0 30 1;
#X connect 30 0 31 0;
#X connect 30 1 32 0;
#X connect 31 0 33 0;
#X connect 32 0 33 0;
#X connect 33 0 35 1;
#X connect 34 0 29 1;
#X connect 35 0 36 0;
#X connect 37 0 15 0;
#X connect 38 0 35 0;
#X coords 0 -1 1 1 60 20 1 300 60;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] CPU saving strategies

2010-08-03 Thread Malte Steiner
I am using the -rt option but encounter DIO errors on editing larger 
tables like the original poster, on Archlinux with realtime kernel and 
Jack in mild low latency conditions, 16ms. No Xruns, just the DIO. But 
when I use Alsa as backend it gets better!


A modern system should be able to handle multimedia like video and 3D 
plus GUI without interrupts in the audio stream. The separation from 
Backend and GUI Frontend in PD is leaving a bit to desire and my 
question if its possible to solve this, in maybe 10 years or so? Or will 
the new thread object help?


Anyway, PD was the star in my lecture about Linux Audio yesterday, 
resulting in the most interest and questions.


Cheers,

Malte
--

media art + development
http://www.block4.com

new on iTunes: Notstandskomitee Automatenmusik
http://itunes.apple.com/us/album/automatenmusik/id383400418


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list