[PD] Recording MIDI results in notes of infinite duration

Luke Iannini (pd) lukexipd at gmail.com
Mon Mar 20 20:35:34 CET 2006


The most stripped down example is the very patch I'm using to inform my own
implementation of [noteout]...
I've removed the rest of the patch to show only the piece I'm using, but
this is straight from the midi-help.pd in pd\doc\5.reference in pd-extended
0.39.2.

On 3/20/06, derek holzer <derek at x-i.net> wrote:
>
> Hi Luke,
>
> Luke Iannini (pd) wrote:
> > Can anyone give me some hints on where to start trying to resolve this?
>
> I'm afraid this is pretty hard to debug just from your written
> description. Can you post the patch in question, preferably just the
> MIDI part you're having trouble with?
>
> d.
>
> --
> derek holzer ::: http://www.umatic.nl
> ---Oblique Strategy # 102:
> "Just carry on"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20060320/9947a25a/attachment.htm>
-------------- next part --------------
#N canvas 14 15 299 270 10;
#X text 83 52 off;
#X floatatom 48 102 0 0 0 0 - - -;
#X obj 48 207 noteout;
#X obj 48 181 makenote 64 250;
#X obj 48 128 metro 500;
#X msg 48 75 1;
#X msg 80 75 0;
#X text 48 52 on;
#X msg 48 155 60;
#X text 41 19 THE [MAKENOTE] APPARATUS;
#X connect 1 0 4 0;
#X connect 3 0 2 0;
#X connect 3 1 2 1;
#X connect 4 0 8 0;
#X connect 5 0 1 0;
#X connect 6 0 1 0;
#X connect 8 0 3 0;



More information about the Pd-list mailing list