https://github.com/shybyte/web-midi-patcher
Control one midi instrument effects with another one.
https://github.com/shybyte/web-midi-patcher
Last synced: 11 months ago
JSON representation
Control one midi instrument effects with another one.
- Host: GitHub
- URL: https://github.com/shybyte/web-midi-patcher
- Owner: shybyte
- License: agpl-3.0
- Created: 2016-03-29T12:03:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T18:10:48.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T13:15:19.295Z (over 2 years ago)
- Language: TypeScript
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Web Midi Patcher
Control one midi instrument effects with another one.
Just playing around...
## How to run
pnpm install
pnpm start
Open [http://localhost:3000/src/index.html](http://localhost:3000/src/index.html) in a chrome based browser for live reload.
## Linux Sound Bugfixing
https://askubuntu.com/questions/8425/how-to-temporarily-disable-pulseaudio-while-running-a-game-under-wine
systemctl --user stop pulseaudio.socket
systemctl --user stop pulseaudio.service
To start it again, you can use:
systemctl --user start pulseaudio.socket
systemctl --user start pulseaudio.service
## License
GNU Affero General Public License v3.0
## Copyright
Copyright 2020-2022 Marco Stahl