From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro MIDI looping Date: Mon, 10 Mar 1997 09:52:06 +0000 Organization: None Distribution: world Message-ID: <4DU9nOAGn9IzEwDI@talula.demon.co.uk> References: <5ftn9v$ks1 AT freenet-news DOT carleton DOT ca> <5g0a4h$scg AT freenet-news DOT carleton DOT ca> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Paul Derbyshire writes: >The problem with making this part of the MIDI file structure instead of >coding it in the software, is that it requires inventing a whole pile of >editors and stuff for making these special MIDIs, and until one comes out, It can be done with standard MIDI commands that are supported by every sequencer. For example, MIDI defines 128 controller messages, of which it only uses a handful (1=modulation, 7=volume, etc), so I could use, say, controller 100 to set a marker and controller 101 to goto a marker. /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Beauty is a French phonetic corruption of a short cloth neck ornament. */