MidiToMacro/README.md

24 lines
793 B
Markdown
Raw Normal View History

2024-08-03 21:43:04 -04:00
# MidiToMacro - LaunchKey Mini [Mk3] Fork
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
I made this fork to use my Launchkey Mini [Mk3] as a Stream Deck.
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
It is a fork of [laurence-myers/midi-to-macro](https://github.com/laurence-myers/midi-to-macro). It uses Modules to easily enable or disable different controls and is designed to be easily modified via the Config.ini file.
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
## TODO
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
Planned Features
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
- Modules
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
- Laravel WebUI for modification of Inputs / Outputs
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
## Functionality
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
For more info on the functionality, please see the [Original_README](Original_README.md) file.
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
### Dependencies
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
- NirCmd has been added to the project as a dependency. It is included so you will not need to download it.
2020-08-28 22:50:17 -04:00
2024-08-03 21:43:04 -04:00
- Git Bash is what I used to run .sh files on Windows. I have not tested it with cmd or powershell or any other bash clients.