Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timsusa/midi-space
Local running midi server with frontend
https://github.com/timsusa/midi-space
http midi nodejs
Last synced: 16 days ago
JSON representation
Local running midi server with frontend
- Host: GitHub
- URL: https://github.com/timsusa/midi-space
- Owner: TimSusa
- License: mit
- Created: 2021-03-06T10:57:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T20:02:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T12:06:33.907Z (3 months ago)
- Topics: http, midi, nodejs
- Language: JavaScript
- Homepage:
- Size: 393 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDI SPACE
- Central running MIDI Server Backend Service
- Could be inspected via browser
- Connects via Websockets
- Broadcasts Server Sent Events
- Modular structure```
http://$IP:$PORT
```# Platforms
- Raspi400 64Bit
- Mac OSX
- Win?# Install
```
npm i
```# Run
```
npm start
```# Endpoints
## Virtual Keyboard
- Open the browser and put in this url:
```
http://localhost:8080/keyboard
```# Midi Driver
## Available Inputs
```
GET $hostname:PORT/drivers/inputs
```## Active Input
```
GET $hostname:PORT/drivers/input
```## Available Outpus
```
GET $hostname:PORT/drivers/outputs
```## Active Output
```
GET $hostname:PORT/drivers/output
```# Credits to
- https://github.com/justinlatimer/node-midi
- https://github.com/Pomax/midi-with-node