1. MIDI Sampler owners..
- Posted by Nick <metcalfn at ALPHALINK.COM.AU> Apr 24, 1999
- 504 views
Hello to all Euphorians. Dump Master has arrived. Dump master is a program written almost completely in Euphoria that can control an external MIDI device through an MPU-401. [huh?] Dump master uses MIDI SysEx commands to transfer program and sample data between the computer and a midi device over the MIDI interface. The only device currently supported is the AKAI S700 ('cos its the only one I got) but I would like to make support for many more with other people's help. [what does it do?] Dump master can transfer samples, programs and sets of each to and from the sampler, save samples to disk as .WAVs, and save programs either individually or in groups. Dump master can also edit samples and programs, audition them on the device and then play .MID files with them. It can also test MPU-401 devices and midi connections. [and if I don't have a sampler?] Dump master is then just an editor for short 16 bit mono waves. [but I do have a sampler, just not like yours] I would like your help. In order to make support for a device, I need not only the complete sysex documentation but also somebody who is willing to try it out on their MIDI device. Please contact me! [Wait, it's not a sampler, its a synth] I am considering support for such devices, sysex dumps and the like. Contact me if you are interested, and can provide the aforementioned assistance. [alright, enough yak, where is it?] Dump Master can be found with a screenshot at the Fractal Factory home site. Be sure to use pkunzip -d or it will not work. [good lord, its more than a meg compressed] Umm, well, its a big program and it does have a few samples, programs and midi files with it. It's not much fun without them. [hmm. Not bad, but it would be better if...] Please tell me all about it :) Thanks for your time, Nick.
2. Re: MIDI Sampler owners..
- Posted by Nick <metcalfn at ALPHALINK.COM.AU> Apr 24, 1999
- 510 views
<HTML> (Pained expression) here is the <A HREF="http://www.alphalink.com.au/~metcalfn">Fractal Factory</A> home page. <P>Nick wrote: <BLOCKQUOTE TYPE=CITE>Hello to all Euphorians. <P>Dump Master has arrived. Dump master is a program written almost <BR>completely in Euphoria that can control an external MIDI device through <BR>an MPU-401. <P>[huh?] <BR>Dump master uses MIDI SysEx commands to transfer program and sample data <BR>between the computer and a midi device over the MIDI interface. The only <BR>device currently supported is the AKAI S700 ('cos its the only one I <BR>got) but I would like to make support for many more with other people's <BR>help. <P>[what does it do?] <BR>Dump master can transfer samples, programs and sets of each to and from <BR>the sampler, save samples to disk as .WAVs, and save programs either <BR>individually or in groups. Dump master can also edit samples and <BR>programs, audition them on the device and then play .MID files with <BR>them. It can also test MPU-401 devices and midi connections. <P>[and if I don't have a sampler?] <BR>Dump master is then just an editor for short 16 bit mono waves. <P>[but I do have a sampler, just not like yours] <BR>I would like your help. In order to make support for a device, I need <BR>not only the complete sysex documentation but also somebody who is <BR>willing to try it out on their MIDI device. Please contact me! <P>[Wait, it's not a sampler, its a synth] <BR>I am considering support for such devices, sysex dumps and the like. <BR>Contact me if you are interested, and can provide the aforementioned <BR>assistance. <P>[alright, enough yak, where is it?] <BR>Dump Master can be found with a screenshot at the Fractal Factory home <BR>site. Be sure to use pkunzip -d or it will not work. <P>[good lord, its more than a meg compressed] <BR>Umm, well, its a big program and it does have a few samples, programs <BR>and midi files with it. It's not much fun without them. <P>[hmm. Not bad, but it would be better if...] <BR>Please tell me all about it :) <P>Thanks for your time, <BR>Nick.</BLOCKQUOTE> </HTML>
3. Re: MIDI Sampler owners..
- Posted by Nick <metcalfn at ALPHALINK.COM.AU> Apr 24, 1999
- 490 views
<HTML> (Outright frustration) The includes I only just noticed were lurking in my include directory are now a part of Dump Master where they belong. Sorry for any inconvenience. to those who downloaded it already. Hopefully this will be my last reply to my message. <P>Nick wrote: <BLOCKQUOTE TYPE=CITE> (Pained expression) here is the <A HREF="http://www.alphalink.com.au/~metcalfn">Fractal Factory</A> home page. <P>Nick wrote: <BLOCKQUOTE TYPE=CITE>Hello to all Euphorians. <P>Dump Master has arrived. Dump master is a program written almost <BR>completely in Euphoria that can control an external MIDI device through <BR>an MPU-401. <P>[huh?] <BR>Dump master uses MIDI SysEx commands to transfer program and sample data <BR>between the computer and a midi device over the MIDI interface. The only <BR>device currently supported is the AKAI S700 ('cos its the only one I <BR>got) but I would like to make support for many more with other people's <BR>help. <P>[what does it do?] <BR>Dump master can transfer samples, programs and sets of each to and from <BR>the sampler, save samples to disk as .WAVs, and save programs either <BR>individually or in groups. Dump master can also edit samples and <BR>programs, audition them on the device and then play .MID files with <BR>them. It can also test MPU-401 devices and midi connections. <P>[and if I don't have a sampler?] <BR>Dump master is then just an editor for short 16 bit mono waves. <P>[but I do have a sampler, just not like yours] <BR>I would like your help. In order to make support for a device, I need <BR>not only the complete sysex documentation but also somebody who is <BR>willing to try it out on their MIDI device. Please contact me! <P>[Wait, it's not a sampler, its a synth] <BR>I am considering support for such devices, sysex dumps and the like. <BR>Contact me if you are interested, and can provide the aforementioned <BR>assistance. <P>[alright, enough yak, where is it?] <BR>Dump Master can be found with a screenshot at the Fractal Factory home <BR>site. Be sure to use pkunzip -d or it will not work. <P>[good lord, its more than a meg compressed] <BR>Umm, well, its a big program and it does have a few samples, programs <BR>and midi files with it. It's not much fun without them. <P>[hmm. Not bad, but it would be better if...] <BR>Please tell me all about it :) <P>Thanks for your time, <BR>Nick.</BLOCKQUOTE> </BLOCKQUOTE> </HTML>
4. Re: MIDI Sampler owners..
- Posted by Patrick Quist <quistnet at HOTMAIL.COM> Apr 25, 1999
- 470 views
Hy, You have to change in vesa.e all the : integer buffer into: atom buffer or else the menus don't work.... (at least, not an my pc....) Bye, PQ QC ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
5. Re: MIDI Sampler owners..
- Posted by Nick <metcalfn at ALPHALINK.COM.AU> Apr 25, 1999
- 458 views
<HTML> The fixed vesa.e can be found <A HREF="http://www.alphalink.com.au/~metcalfn/vesa.e">here</A> for people who have already got the package. <BR> <BR>Thanks, Patrick. Any other such bug reports are most welcome. The updated Dump Master 0.8b can be found at the <A HREF="http://www.alphalink.com.au/~metcalfn">Fractal Factory</A> home site. <BR> <P>Patrick Quist wrote: <BLOCKQUOTE TYPE=CITE>Hy, <P>You have to change in vesa.e all the : <BR> integer buffer <BR>into: <BR> atom buffer <P>or else the menus don't work.... <BR>(at least, not an my pc....) <P>Bye, <BR>PQ <BR>QC <P>______________________________________________________ <BR>Get Your Private, Free Email at <A HREF="http://www.hotmail.com">http://www.hotmail.com</A></BLOCKQUOTE> </HTML>