Skip to content

Commit ccc5c15

Browse files
committed
README
1 parent 7bb8626 commit ccc5c15

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
works with endless encoders!
44

5+
1. Download and install vJoy from [sourceforge](https://sourceforge.net/projects/vjoystick/)
6+
2. Download midi2vjoy.exe from the [latest release](https://github.com/tippf3hlr/midi2vjoy/releases)
7+
3. Test the MIDI connection with `midi2vjoy.exe -t`
8+
4. Create mapping (Help: `midi2vjoy --config-help` or down below)
9+
5. Start midi2vjoy.exe with `midi2vjoy.exe -c <your config file> -m <midi device id>`
10+
11+
If your config file is named `mapping.conf` and is located in the same directory as midi2vjoy.exe, you can start midi2vjoy with just `midi2vjoy.exe -m <midi device id>` or `midi2vjoy.exe` if your device number is 1.
12+
513
```
614
_ _ _ ____ _
715
_ __ ___ (_) __| (_)___ \__ __ | | ___ _ _
@@ -13,7 +21,8 @@ works with endless encoders!
1321
Use MIDI controllers as joysticks with the help of midi2vJoy and vJoy.
1422
1523
Usage: midi2vjoy -m <midi_device> -c <config_file> [-v]
16-
-h --help: shows help regarding the config file
24+
-h --help: shows this help page
25+
--config-help instructions to create a config file
1726
-t --test: display raw MIDI input
1827
-m --midi: MIDI device to use. To see available devices, use -t
1928
-c --config: path to a config file (see example_config.conf)

midi2vjoy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ def help_page():
341341
Use MIDI controllers as joysticks with the help of midi2vJoy and vJoy.
342342
343343
Usage: midi2vjoy -m <midi_device> -c <config_file> [-v]
344-
-h --help: shows help regarding the config file
344+
-h --help: shows this help page
345+
--config-help instructions to create a config file
345346
-t --test: display raw MIDI input
346347
-m --midi: MIDI device to use. To see available devices, use -t
347348
-c --config: path to a config file (see example_config.conf)

0 commit comments

Comments
 (0)