[FF7 FF8 Steam] Add support for MIDI device ID and MIDI data options #747
someyoungguy00
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the current method I am using here is my Steam Guide, would be nice to skip the step of having to convert steam to legacy releases to accomplish this: https://steamcommunity.com/sharedfiles/filedetails/?id=3354551137
At the begining of the guide I show how to set up a TRUE Yamaha S-YG50 Synth for use this way the way the MIDI's were made to sound, they end up being quite rich. FF7 Shipped with Yamaha S-YG70 Synth, FF8 Shipped with Yamaha S-YG80 Synth,I believe.
Ideas: -
For FF7 and FF8 Steam you could add a MIDI device ID:
Available choices are: say 0-9
midi_device_id = 1
For FF7 and FF8 Steam you could instead add a MIDI GUID #:
Enter MIDI device GUID#:
midi_device_guid = ??????
This way you could pass the midi data for both games through a SoftSynth etc. please check guide top section on how to set up a Yamaha XG SoftSynth Accurate Midi Synth to get pure MIDI data streaming through an accurate Synth the way it was made for. (it would save a lot of the steps you have to take converting the game to older releases to accomplish this)
For FF7 Steam: Add support for different MIDI data sets such as (located in \FINAL FANTASY VII\data\midi)
#[FF7 MIDI DATA SET]
- Available choices are:
- 0: Auto
- 1: General MIDI ( the usual default choice )
- 2: Soundfont MIDI ( Creative AWE32/AWE64 )
- 3: Yamaha XG MIDI ( best if used with Yamaha XG MIDI Synth )
#~~~~~~~~~~~~~~~~~~~~~~~~~~~
midi_data_set = 3
For FF8 Steam: Add support for different MIDI options such as (seen in my guide under FF8Configurator options)
#[FF8 MIDI DATA OPTIONS]
Available choices are:
- 0: Off
- 1: On
#~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reverb=1
Chorus=1
Yamaha_XG=1
This should be fairly simple as all the MIDI data and options can easily be made available with the data FF7 and FF8 comes with, with Steam.
And to make sure you have selected the correct device:
Display MIDI device name in upper right corner
#~~~~~~~~~~~~~~~~~~~~~~~~~~~
show_midi_device_name = true
Beta Was this translation helpful? Give feedback.
All reactions