[PD] Novice query: qlist

Michal Seta mis at creazone.32k.org
Mon Sep 29 19:36:39 CEST 2003


I'm attaching a very simple example.
q-ex.pd is your patch.
melody.q is to be fed to qlist.

HTH

./MiS 

Richard Bowers wrote:
> I'm having trouble working out how to use qlist. I find the help file a
> bit puzzling.
>
> What I'm looking for a way to output a timed sequence of MIDI events in
> response to a bang. Is qlist the way to go and, if so, how do I go about
> it?
>
> Any help will be appreciated.
>
> --Richard Bowers.
>
>
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list

-- 
	      _
      __  __ (_)___   Michal Seta
     / 	\/  \ _/^ _|
    /  	     V |_  \ @creazone.32k.org
   (___/V\___|_|___/
http://www.[creazone]|[noonereceiving].32k.org









-------------- next part --------------
1000 midi 60 90;
500 midi 60 90;
500 midi 67 90;
500 midi 67 90;
500 midi 69 94;
500 midi 69 94;
500 midi 67 94;
1000 midi 65 91;
500 midi 65 90;
500 midi 64 90;
500 midi 64 90;
500 midi 62 90;
500 midi 62 90;
500 midi 60 90;


-------------- next part --------------
#N canvas 256 360 659 351 10;
#X obj 87 266 noteout;
#X msg 51 33 read melody.q;
#X obj 191 60 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 87 160 r midi;
#X msg 191 87 rewind;
#X obj 87 211 makenote 100 700;
#X text 193 42 2 start stepping;
#X text 45 8 1 Read the contets of a file;
#X text 143 153 The messages in the .q file are tagged 'midi';
#X text 144 166 We receive them here.;
#X text 18 295 ./MiS;
#X obj 42 194 print;
#X obj 88 104 qlist;
#X text 216 209 Make MIDI notes with a specific duration.;
#X text 216 225 So we don't have to keep track of note-ons and note-offs.
;
#X connect 1 0 12 0;
#X connect 2 0 12 0;
#X connect 3 0 11 0;
#X connect 3 0 5 0;
#X connect 4 0 12 0;
#X connect 5 0 0 0;
#X connect 5 1 0 1;


More information about the Pd-list mailing list