Generating Midi sounds

  • Thread starter Thread starter bt66
  • Start date Start date
B

bt66

New member
HI, i am actually used to recording with audio, and although that is usually ok, i would like to use some midi applications.

Just wondering if i am limited by the sounds i can use? Can i use any audio sound? (ie: sampled drums) Or does it have to be a specified Midi sound?

Ta!
 
Midi is (basically) a stream of computer data telling a sound source to play a certain note, at a certain volume for a certain length of time, on a certain channel (16 in midi). There are a few other little goodies (like controllers), but that is basically it. Your sound source determines what the "sound" will be. You can play a mass of jazz chords with a piano, change the midi sound source and it will come out as congas, trumpets, synth blips or whatever you choose.
 
Thanks for your reply,

I realise that Midi records information about the way a note is played...ie: velocity..length of time...what i still want to know is how is the 'sound' determined?

Can u choose from any sound in the Audio domain? or does it have to be a specialised sound that is recognised by the Midi program? If so, how many 'Midi' sounds are available?

Thanks!
 
MIDI has got nothing to do with sound. You really got to see that. As to playing notes: when you push a key, your keyboard sends a MIDI 'note on' message, containing 3 bytes: a status byte, telling what kind of information it is (note on in this case), a byte that contains the note number, and a byte containing the velocity.
When releasing the note, your keyboard sends a similar 'note off' message.

This message is received by a some device.
If this device is an expander or sampler: The device gets the message, and looks what it has to do with it. For a 'note on' message: it gets the messages, and plays the sound that you want it to play. This can be any sound that is in the expander, or for a sampler, even any sound that you put in it. It is this device that produces the sound. The MIDI messages only tell the device when, which note and on which velocity.

So which sound will be played is something else that depends on the settings of the expander or sampler.

If you record the MIDI stream with a sequencer (hardware or software), you just record a sequence of messages. So you just remember which message was received at what time. Afterwards, when playing back the stream, you might as well connect a totally different device on it. For example, a sampler on which you recorded 'Uuuuuugly'. It will play the tune with your 'Uuuuuugly' sample. :)

If you have more questions on the midi protocol, don't be affraid to ask. I implemented it in my home made MIDI-CV convertor. As long as it's not a device-specific question, I can answer it...
 
Just as Roel says.... midi will play anything that responds to it. You can route the same midi stream to a synth or soundfonts or a sampler or whatever.... To get the sound you want, just be sure you audio device makes it. For example, if you wanted to start the song off with a conch shell blast.... see if you have a sample of a conch shell or if your synth has that it the menu... if so, fine, send the midi to that and yer off!! If your sound source doesn't have it, you are out of luck.
 
GM

Most soundcards have the 128 GM sounds on board. There is GM2 also.
If you have a keyboard with 2 outs you can mix them together if you want (keyboard+sound card).
Providing of course your keyboard has The gm patch set on board.
Go to the link and pull up the GM&GM2 and you will see how they are numbered.

http://www.midi-it.com/

Duck
 
www.midi-it.com

Hello,

I found that I've been getting a few hits from links to www.midi-it.com that were posted here.

Thanks Duck.

I would like everyone to know that I am open to suggestions, in fact I welcome them!

What would MIDI users like to see as an available recource on the web. ie... how to's, what is', etc....

Also, If anyone has written technical advice or instructions, I would be happy to post them on midi-it.com.

Thanks for the support.

General MIDI
www.midi-it.com

p.s. signatures don't seem to work
 
Back
Top