Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ematech/atomctrl
An experiment with the Presonus ATOM Controller
https://github.com/ematech/atomctrl
atom midi midi-controller presonus python
Last synced: 7 days ago
JSON representation
An experiment with the Presonus ATOM Controller
- Host: GitHub
- URL: https://github.com/ematech/atomctrl
- Owner: EMATech
- License: gpl-3.0
- Created: 2021-02-25T16:14:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T16:15:11.000Z (over 3 years ago)
- Last Synced: 2024-03-26T17:28:29.562Z (8 months ago)
- Topics: atom, midi, midi-controller, presonus, python
- Language: Python
- Size: 17.6 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AtomCtrl
========An experiment with the Presonus ATOM Controller
## LoopMIDI setup (Microsoft Windows)
- Create "from ATOM" and "to ATOM" ports
- Configure the DAW to use these ports rather than the ATOM port```
+------+ +----------+ +-----+
| ATOM | <- USB MIDI -> | AtomCtrl | <- loopMIDI -> | DAW |
+------+ +----------+ +-----+
```### DAW ports
```
+----------+ +-----+
| | -- from ATOM --> | |
| AtomCtrl | | DAW |
| | <-- to ATOM ---- | |
+----------+ +-----+
```