Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I make a MIDI file with the sound I want? #175

Open
docjong opened this issue Nov 17, 2022 · 1 comment
Open

Can I make a MIDI file with the sound I want? #175

docjong opened this issue Nov 17, 2022 · 1 comment

Comments

@docjong
Copy link

docjong commented Nov 17, 2022

If possible, could you tell me which program I should use and what I should be careful about?

I'm using Mac. Is there a good program for Mac?

@Sammy1Am
Copy link
Owner

Any MIDI program is fine. I personally used Sibelius back in the day, but it's super overkill (I just had it already for some other things). I don't have a Mac so I can't speak to any editors on there. I think Garage Band used to edit MIDI files back in the day, but... it's been like a decade and a half since I used it last, so 🤷‍♂️ .

Things to be careful about:

  • Each MIDI channel is by default assigned to a different floppy drive / device; this is different than MIDI tracks. You can have multiple tracks all using the same channel, or even channel switches within one track.
  • Floppy drives generally have trouble playing notes above B4 ish, and if you go too low it starts to turn into a bit of a rumble rather than sounding like a note.
  • Short notes end up sounding better than long notes because the head direction changes sort of interrupt the timbre. One of the things I did when arranging existing pieces for floppy drives was to make all the notes staccato because it helped keep things from sounding muddled.
  • Don't forget to set the tempo in your MIDI file so that it will playback at the right speed.

Happy to answer any other specific questions as you go along. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants