Re: [PD] midifile object

2009-07-09 Thread Martin Peach
Alex wrote: I made my own little help file which pulls the messages apart a little bit more.. I've attached it. Thanks, Alex, I just merged that into the midifile-help patch in svn. I just added a subtract 8192 from the pitch bend value to get the right value. Martin _

Re: [PD] midifile object

2009-07-09 Thread Martin Peach
danomatika wrote: I made some objects to mimic notein, ctlin, pgmin using a stream from midiin/midifile, mabey someone finds them useful? Looks interesting, but it's missing [rc-filename]... Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] midifile object

2009-07-08 Thread Frank Barknecht
Hallo, Martin Peach hat gesagt: // Martin Peach wrote: > Frank Barknecht wrote: >> Hallo, >> Frank Barknecht hat gesagt: // Frank Barknecht wrote: >> >>> Here's what c_seqplay deals with: >>> >>> 144 + channel = note on; >>> 128 + channel = note off; >> >> Whoops: I just spotted a documentation bu

Re: [PD] midifile object

2009-07-08 Thread Alex
I made my own little help file which pulls the messages apart a little bit more.. I've attached it. -Alex On Wed, Jul 8, 2009 at 1:04 PM, Martin Peach wrote: > Frank Barknecht wrote: >> >> Hallo, >> Frank Barknecht hat gesagt: // Frank Barknecht wrote: >> >>> Here's what c_seqplay deals with: >>>

Re: [PD] midifile object

2009-07-08 Thread Martin Peach
Frank Barknecht wrote: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: Here's what c_seqplay deals with: 144 + channel = note on; 128 + channel = note off; Whoops: I just spotted a documentation bug here! It's reverse of course: 128 + channel = note on; 144 + channel = note off

Re: [PD] midifile object

2009-07-08 Thread Martin Peach
Andres Ferrari wrote: hello, the martin peach's object midifile has 3 outlets, the first outlet output a list with 3 numbers: xxx,note,velocity what is xxx ??? It's the MIDI status byte. For example the "note on" status on channel 1 is 144 (hex 90). Channel 2 would be 145, etc. See for ex

Re: [PD] midifile object

2009-07-08 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > Here's what c_seqplay deals with: > > 144 + channel = note on; > 128 + channel = note off; Whoops: I just spotted a documentation bug here! It's reverse of course: 128 + channel = note on; 144 + channel = note off; Ciao -- Frank

Re: [PD] midifile object

2009-07-08 Thread Frank Barknecht
Hallo, Andres Ferrari hat gesagt: // Andres Ferrari wrote: > the martin peach's object midifile has 3 outlets, > > the first outlet output a list with 3 numbers: > > xxx,note,velocity > > what is xxx ??? [midifile] is pretty funky as is the [seq] object in Cyclone/Max: "xxx" is the midi comman

Re: [PD] midifile object

2009-07-08 Thread Alex
I think you're thinking about a different thread, here he is talking about the midifile object where he specifically mentions notes. I haven't used the midifile object though so i'm simply guessing based on the message: xxx, note value, velocity which he mentioned -Alex On Wed, Jul 8, 2009 at 11

Re: [PD] midifile object

2009-07-08 Thread Lao Yu
sysex has no channel being a system and not a channel message, as far as I know. The first value should by in hex 'f0' meaning start of sysex. the 2nd byte which in some software appears at the channel# is the manufacturer id ($01 for sequential circuits, $04 for Moog, $11 for Apple, for ex

Re: [PD] midifile object

2009-07-08 Thread Alex
I'm not 100% but if I were to guess I'd say xxx would be midi channel. -Alex On Wed, Jul 8, 2009 at 10:54 AM, Andres Ferrari wrote: > > hello, > the martin peach's object midifile has 3 outlets, > > the first outlet output a list with 3 numbers: > > xxx,note,velocity > > what is xxx ??? > > thank

[PD] midifile object

2009-07-08 Thread Andres Ferrari
hello, the martin peach's object midifile has 3 outlets, the first outlet output a list with 3 numbers: xxx,note,velocity what is xxx ??? thanks!! Andrés Ferrari G. http://www.myspace.com/anfex ¡

Re: [PD] Midifile Object

2008-02-27 Thread Martin Peach
patrick wrote: > if you can clean up midifile a bit (no offense martin!) so that we can load > a midi and play the song with some simple sound (can be osc~ for piano, > phasor~ for bass, noise~ for snare etc...). that would be neat. actually, i I just checked in a new help file that uses some [o

Re: [PD] Midifile Object

2008-02-22 Thread saint
t; Sent: Tuesday, 19 February, 2008 2:09:05 PM > Subject: Re: [PD] Midifile Object > > It's fixed now in svn and works as advertised (opens files in patcher > directory unless absolute path given). > You can get source code and a compiled dll from > http://puredata.info/Me

Re: [PD] Midifile Object

2008-02-19 Thread Martin Peach
It's fixed now in svn and works as advertised (opens files in patcher directory unless absolute path given). You can get source code and a compiled dll from http://puredata.info/Members/martinrp/ Martin saint wrote: > hi martin/all, > > sorry for buggin you about this again, but unfortunately

Re: [PD] Midifile Object

2008-02-14 Thread Uğur Güney
# Hi, # I'll be very happy too if this feature can be done. Once I made a demonstration about tuning systems, where I used a midi file as the input. I packed the midi file with the patch but it did not work on any computer other than mine because [midifile] could not find the file. # Thanks in adva

Re: [PD] Midifile Object

2008-02-14 Thread Martin Peach
ECTED]> >To: pd-list@iem.at >Subject: [PD] Midifile Object >Date: Thu, 14 Feb 2008 10:26:07 -0800 (PST) > >hi martin/all, > >sorry for buggin you about this again, but unfortunately i can't use your >(or any) midi external >for my purpose if i can't get this

[PD] Midifile Object

2008-02-14 Thread saint
hi martin/all, sorry for buggin you about this again, but unfortunately i can't use your (or any) midi external for my purpose if i can't get this to work. the problem i'm having with midifile is this: i can't get midifile to read a .mid file that's in the same folder as the pd patch by referr