Skip to content

Commit

Permalink
Merge pull request #121 from thijstriemstra/win-doc
Browse files Browse the repository at this point in the history
 add screenshot of windows setup
  • Loading branch information
corrados authored Nov 11, 2023
2 parents cee13a5 + d538804 commit c6fa8d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Binary file added doc/images/win_setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 11 additions & 4 deletions doc/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,19 @@ Install the Arduino IDE and add the ESP32 Board Manager according to
Now open the edrumulus.ino file in the Arduino IDE and compile and upload.

### Use Edrumulus in your DAW under Windows

- Start loopMIDI and create two loopback MIDI-ports:
- EdrumulusIn
- EdrumulusOut
- Start Hairless MIDI and set MIDI Out to EdrumulusIn and MIDI In to EdrumulusOut.
- Start Python and run `edrumulus/tools/edrumulus_gui.py rtmidi`
- `EdrumulusIn`
- `EdrumulusOut`
- Start Hairless MIDI and set:
- MIDI Out to `EdrumulusIn`
- MIDI In to `EdrumulusOut`
- Start the Edrumulus user interface with:
- `python edrumulus/tools/edrumulus_gui.py rtmidi`

Example:

![Screenshot of a typical Windows setup](/doc/images/win_setup.png)

## How to support new pieces of hardware

Expand Down

0 comments on commit c6fa8d9

Please sign in to comment.