I was working on this for class, but I decided to share it with y'all.
A PoP midi - or at least, how the original game made me feel in musical form - with Markers to signify what each part means.
4 and a half minutes of music - enjoy & lmk what you think.
PoP mus
- fp
- Sheikh
- Posts: 30
- Joined: November 28th, 2022, 5:51 pm
- Location: Somewhere Over the Rainbow
- Contact:
PoP mus
[Gonna do the same as Norbert did - this one is a slightly bugged version - Read the third post for more information.]
- Attachments
-
- PoP.zip
- Midi File, run with your favorite Soundfont. I made it with my soundfont (TimGM6mb.sf2) in mind, though.
- (8.82 KiB) Downloaded 26 times
Last edited by fp on January 6th, 2023, 5:25 pm, edited 1 time in total.
"I don't exactly think, therefore I don't exactly am."
- fp
- Sheikh
- Posts: 30
- Joined: November 28th, 2022, 5:51 pm
- Location: Somewhere Over the Rainbow
- Contact:
Re: PoP mus
awesome - thanks for doin' those mp3s, they're quite good!
(unfortunately, i did find an error where most midi players, including the mp3s, will play the first note before setting the instrument, which has them play the default piano for the first note - I've [hopefully] corrected it in this new version below... If it didn't, at least you know it's screwed up lol)
(unfortunately, i did find an error where most midi players, including the mp3s, will play the first note before setting the instrument, which has them play the default piano for the first note - I've [hopefully] corrected it in this new version below... If it didn't, at least you know it's screwed up lol)
- Attachments
-
- PoP.zip
- Hopefully fixed!
- (8.82 KiB) Downloaded 29 times
"I don't exactly think, therefore I don't exactly am."
- fp
- Sheikh
- Posts: 30
- Joined: November 28th, 2022, 5:51 pm
- Location: Somewhere Over the Rainbow
- Contact:
Re: PoP mus
hahah! There it is - I did fix it, nice.
Yep, that's how it sounded when I was working on it.
Before I forget, I do wanna shoutout my guy MFG - I did already in the tracks of the midi file itself, but I thought I'd say that in an actual post as well - helped with a bit of dissonance and the drums as well, basically saved the project lol
https://www.doomworld.com/profile/14860-mfg38/
"I don't exactly think, therefore I don't exactly am."
- fp
- Sheikh
- Posts: 30
- Joined: November 28th, 2022, 5:51 pm
- Location: Somewhere Over the Rainbow
- Contact:
Re: PoP mus
Apologies to bring this back into the limelight, but can you explain this in a bit more detail? I want to learn how to do this for an unrelated project that I am working on, and VLC is confusing for lil' ol' me (I used Celluloid for the longest time and only recently have uninstalled it in favour of VLC).Norbert wrote: ↑January 6th, 2023, 11:19 am Finally, if someone is curious how I encoded the MP3s - this was done on Linux:
The way I do it requires the installation of "vlc-plugin-fluidsynth".
Then, put SoundFonts in: /usr/share/sounds/sf2/
Next, in VLC choose Tools > Preferences: you have to show all settings; there, go to Input/Codecs > Audio codecs > FluidSynth > (browse)
Then run: $ vlc PoP.mid --no-video --sout '#transcode{acodec=fl32}:std{mux=wav,access=file,dst=output.wav}' -vvv
To encode output.wav to MP3: $ lame output.wav[/spoiler]
"I don't exactly think, therefore I don't exactly am."