An open API service indexing awesome lists of open source software.

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

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)
```