https://github.com/sagebind/source-audio-neuro-3-flatpak
Unofficial Flatpak for Source Audio Neuro 3
https://github.com/sagebind/source-audio-neuro-3-flatpak
Last synced: about 1 year ago
JSON representation
Unofficial Flatpak for Source Audio Neuro 3
- Host: GitHub
- URL: https://github.com/sagebind/source-audio-neuro-3-flatpak
- Owner: sagebind
- License: mit
- Created: 2024-09-28T22:37:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T01:00:25.000Z (over 1 year ago)
- Last Synced: 2025-04-20T01:59:07.198Z (about 1 year ago)
- Language: Shell
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Audio Neuro 3 for Linux
Unofficial [Flatpak](https://flatpak.org) of [Neuro 3](https://www.sourceaudio.net/publicbeta.html) public beta by [Source Audio](https://www.sourceaudio.net) for controlling Source Audio guitar and bass effect pedals.
## Installation
For now this isn't being published or deployed anywhere. To build and install the Flatpak yourself, first make sure you have Flatpak installed and `flatpak-builder`. Then clone this repository onto your machine, and within the repo, run
```sh
make install
```
### Udev rules
On Linux, Neuro needs to be granted read-write permission to the `/dev/hidraw*` device that points to a Source Audio pedal when it is plugged into your machine via USB. To make this easier, a udev rules file is provided that automatically grants permissions to recognized Source Audio devices.
`make install` will install these rules for you automatically via `sudo`.
## License
Neuro is © 2024 Source Audio. This repo has no affiliation with Source Audio.
This repo also includes prebuilt binaries of portions of [JetBrains Skiko](https://github.com/JetBrains/skiko), whose source is available under the [Apache 2.0 license](https://github.com/JetBrains/skiko/blob/master/LICENSE).
Code in this repo is available under the [MIT license](LICENSE).