https://github.com/podenv/modularix
Digital Audio Workstation powered by Nix Flakes
https://github.com/podenv/modularix
Last synced: about 1 year ago
JSON representation
Digital Audio Workstation powered by Nix Flakes
- Host: GitHub
- URL: https://github.com/podenv/modularix
- Owner: podenv
- License: apache-2.0
- Created: 2022-05-01T00:23:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T03:37:41.000Z (over 1 year ago)
- Last Synced: 2025-03-30T05:41:21.423Z (about 1 year ago)
- Language: Nix
- Size: 53.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modularix - Digital Audio Workstation powered by Nix Flakes
On a pipewire enabled host, run the applications with:
```ShellSession
$ nix run github:podenv/modularix#app
```
Available app:
- reaper with reapack, sws and yabridge
- tidal and supercollider
- puredata and plugdata
- bespoke synth
- vcv
- mididump
- clap-host
- blender
- blender-humans (run once to add to library)
CLAP/LV2 plugins (add store path to DAW config):
- lsp-plugins
- cardinal
- fabla
- surge
## Usage
Get the list of installables:
```ShellSession
$ nix flake show github:podenv/modularix
```
Use a pinned url by adding a GIT_REF:
```ShellSession
$ nix flake show github:podenv/modularix/4a179844b0e00829180d548bf5a3bcc692b2c5eb
```
Build a package:
```ShellSession
$ nix build github:podenv/modularix#mididump
```
Get the dependencies tree:
```ShellSession
$ nix-store -q --tree $(nix path-info github:podenv/modularix#mididump)
```