Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmylo committed Jul 27, 2024
1 parent 861928f commit 55c3d4c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
6 changes: 6 additions & 0 deletions _data/sidebars/english_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ entries:
output: pdf
type: frontmatter

- title: Quick Configuration
url: /quick_config.html
output: web, pdf
type: homepage


- title: Custom Configuration
output: web, pdf
folderitems:
Expand Down
2 changes: 1 addition & 1 deletion english/custconfig/advanced.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Advanced
sidebar: english_sidebar
permalink: en/custom_config_adv.html
permalink: custom_config_adv.html
folder: english
---

Expand Down
19 changes: 11 additions & 8 deletions english/custconfig/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,29 @@ folder: english
---

**This section is for people playing with USB/MIDI Keyboards, Pro Guitars, or MIDI Drums!**
* **If you're not playing with a wired Pro Guitar, Pro Drums, or a USB/MIDI keyboard,** [[**skip** over **this section**].](https://carlmylo.github.io/docu-rpcs3/encustom_config_net)
* **If you're playing with a PS3 Rock Band 3 Keyboard or wireless PS3 Mustang Pro Guitar,** [[**skip** over **this section**].](https://carlmylo.github.io/docu-rpcs3/encustom_config_net)
* **If you're not playing with a wired Pro Guitar, Pro Drums, or a USB/MIDI keyboard,** [[**skip** over **this section**].](https://carlmylo.github.io/docu-rpcs3/custom_config_net)
* **If you're playing with a PS3 Rock Band 3 Keyboard or wireless PS3 Mustang Pro Guitar,** [[**skip** over **this section**].](https://carlmylo.github.io/docu-rpcs3/custom_config_net)

**If your keyboard has a USB port**, all you need to do is **plug it into your computer**.
![A picture of a MIDI controller's back, showing a USB port and a sustain pedal](https://carlmylo.github.io/docu-rpcs3/images/midi/usbkeys.png "USB Keyboard")

>![A picture of a MIDI controller's back, showing a USB port and a sustain pedal](https://carlmylo.github.io/docu-rpcs3/images/midi/usbkeys.png "USB Keyboard")
**If your keyboard only has a MIDI output, you will need a MIDI to USB interface**.
![A picture of a MIDI controller's back, showing a 5-DIN MIDI input and output highlighted in yellow with a solid white outline, and multiple pedal inputs.](https://carlmylo.github.io/docu-rpcs3/images/midi/midikeys.png "MIDI Keyboard")

>![A picture of a MIDI controller's back, showing a 5-DIN MIDI input and output highlighted in yellow with a solid white outline, and multiple pedal inputs.](https://carlmylo.github.io/docu-rpcs3/images/midi/midikeys.png "MIDI Keyboard")
**The same applies to Rock Band 3 Pro Guitars** as they only have MIDI outputs. However, **they require a MIDI to USB interface with SYSEX support.**
![A picture of a Rock Band 3 Fender Mustang Pro Guitar, showing a 5-DIN MIDI output.](https://carlmylo.github.io/docu-rpcs3/images/midi/midiprotar.png "Mustang Pro Guitar MIDI Output")

Here's an example of a MIDI to USB interface. Most will come with an LED indicator to show activity. **To check that you've plugged it in correctly, you should see "MIDI In" blinking when you press a key**.
![A picture of a MIDI to USB interface.](https://carlmylo.github.io/docu-rpcs3/images/midi/miditousb.png "MIDI to USB interface")
>![A picture of a Rock Band 3 Fender Mustang Pro Guitar, showing a 5-DIN MIDI output.](https://carlmylo.github.io/docu-rpcs3/images/midi/midiprotar.png "Mustang Pro Guitar MIDI Output")
Here's an example of a MIDI to USB interface. Most will come with an LED indicator to show activity. **To check that you've plugged it in correctly, you should see "MIDI In" blinking when you press a key**.

>![A picture of a MIDI to USB interface.](https://carlmylo.github.io/docu-rpcs3/images/midi/miditousb.png "MIDI to USB interface")

**If you have an audio interface, you may already have a way to plug in MIDI** to your computer, as some audio interfaces come with MIDI inputs. For example, this Scarlett has MIDI connections in the back.
>![A picture of a Focusrite Scarlett's rear, showing a USB port, and 5-DIN MIDI input and output.](https://carlmylo.github.io/docu-rpcs3/images/midi/midifs.png "Focusrite Scarlett MIDI in/out")

**If everything's connected**, let's go ahead and **focus on RPCS3's I/O tab.**
**YOU MAY HAVE TO MAKE THE WINDOW WIDER TO READ THE OPTIONS!**
![A screenshot of Rock Band 3's I/O custom settings, showing Emulated MIDI Devices, device type, and device selection highlighted in tan with a solid outline, and Pad Handler Mode highlighted in blue with a dotted outline.](https://carlmylo.github.io/docu-rpcs3/images/cust/io.png "I/O")
Expand All @@ -35,6 +37,7 @@ Here's an example of a MIDI to USB interface. Most will come with an LED indicat
* 🎸 **Pro Guitar Players: Change your "Emulated MIDI type" from "Keyboard" to "Guitar (17 Frets)" if you have a Mustang Pro Guitar, or "Guitar (22 Frets)" if you have a Squier Pro Guitar, then select your MIDI to USB interface in the drop-down menu next to it**.
* 🥁 **Pro Drums Players: Change your "Emulated MIDI type" from "Keyboard" to "Drums", then select your Electronic MIDI Drum Kit or MIDI to USB interface in the drop-down menu next to it**.


Revisit the [[Controllers page]](https://rb3pc.milohax.org/english/controllers) if you need help.

<br/>
Expand Down
2 changes: 1 addition & 1 deletion english/quickconfiguration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Quick Configuration
sidebar: mainen_sidebar
sidebar: english_sidebar
permalink: quick_config.html
folder: english
---
Expand Down

0 comments on commit 55c3d4c

Please sign in to comment.