Re: [PD] midifile ... in reverse

2009-11-03 Thread Martin Peach
mark edward grimm wrote: Is is possible to play a midifile in reverse with [midifile]? Something I would think would work [metro] | [f]x[- 1] | [$1{ doesn't seems to work right unless i need a [t f b] ... but that doesn't seem to work very well either. Don't forget to start at the

Re: [PD] midifile ... in reverse

2009-11-02 Thread Frank Barknecht
Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote: mark edward grimm wrote: Is is possible to play a midifile in reverse Sure, if you want each note-off message to happen before its corresponding note-on messages! Actually doing it might be difficult though - MIDI

Re: [PD] midifile ... in reverse

2009-11-02 Thread mark edward grimm
more promising... Thanks for the responses! mark   --- On Mon, 11/2/09, Frank Barknecht f...@footils.org wrote: From: Frank Barknecht f...@footils.org Subject: Re: [PD] midifile ... in reverse To: pd-list@iem.at Date: Monday, November 2, 2009, 4:35 AM Hallo, Claude Heiland-Allen hat gesagt

[PD] midifile ... in reverse

2009-11-01 Thread mark edward grimm
Is is possible to play a midifile in reverse with [midifile]? Something I would think would work [metro] | [f]x[- 1] | [$1{ doesn't seems to work right unless i need a [t f b] ... but that doesn't seem to work very well either. maybe I just have the post-halloween hangover. thanks! m

Re: [PD] midifile ... in reverse

2009-11-01 Thread Derek Holzer
Subtract the number you get from this counter from the total number of lines in the file maybe? Happy hangover, D. mark edward grimm wrote: Is is possible to play a midifile in reverse with [midifile]? Something I would think would work [metro] | [f]x[- 1] | [$1{ doesn't seems to work

Re: [PD] midifile ... in reverse

2009-11-01 Thread mark edward grimm
Happy hangover, ugh... why the tequila!!!?? why   --- On Sun, 11/1/09, Derek Holzer de...@umatic.nl wrote: From: Derek Holzer de...@umatic.nl Subject: Re: [PD] midifile ... in reverse To: mgr...@syr.edu Cc: pd_list Listserve pd-list@iem.at Date: Sunday, November 1, 2009, 2:32 PM

Re: [PD] midifile ... in reverse

2009-11-01 Thread Claude Heiland-Allen
mark edward grimm wrote: Is is possible to play a midifile in reverse Sure, if you want each note-off message to happen before its corresponding note-on messages! Actually doing it might be difficult though - MIDI files have variable-length fields, so you probably have to decode *all* of