Sender | Message | Time |
---|---|---|
2 Apr 2024 | ||
How do I play a midi with Sonic-Pi? | 03:51:48 | |
In reply to @technicus:matrix.orgThat's a deterministic problem, so if you wanted to do it programatically, I think you'd be better off with a deterministic program. | 03:57:38 | |
What role do you want sonic-pi to play in this situation? | 03:58:43 | |
I've used sonic-pi more with midi out than midi in, like to generate midi tracks that I want to swap out the instruments on or whatever. You could also take the midi input and have sonic-pi generate the audio, perhaps adding effects programatically - sort of using sonic-pi like a modular synth. | 04:00:29 | |
There are quite a few ways you could use the midi, and none of them are necessarily right or wrong. In the sonic-pi IDE, there's a tutorial section - part 11 is MIDI. I'd read through that section so you can bend it to your will for whatever sort of expression you choose. | 04:02:05 | |
How do I open a midi file with Sonic-Pi? | 04:02:23 | |
In reply to @technicus:matrix.orgAh, so that, I don't think you can do. Sonic-pi can recognize the midi signal but I don't think it supports midi files directly. | 04:03:14 | |
Personally, with my stack, I'd probably open up the midi file in ardour and route it into sonic-pi using PipeWire or JACK. | 04:03:41 | |
So I will need to play the midi file with a different program then send the midi signal into Sonic-Pi. | 04:03:53 | |
pretty much, yeah. In the IO tab, there's a "midi inputs" section. | 04:04:35 | |
I am such a noop . . . I have not even opened Ardour yet. | 04:04:37 | |
I've tried out quite a few daws, most of the free ones plus a few that cost money, and ardour is by far my favorite! | 04:05:21 | |
You can just drag and drop the midi file in! | 04:06:03 | |
I am probably getting the ocassional clicks because the audio settings are not yet optimized. | 04:08:29 | |
As usual, I am already trying to run the instant I learn to crawal. | 04:09:01 | |
| 04:09:20 | |
In reply to @technicus:matrix.orgOh yeah, the ulimit thing, that's a pain. Did you set up musnix yet? | 04:11:49 | |
Getting "too many open files" from ardour? | 04:12:06 | |
I had to work through this issue a couple months back, I think it was musnix that fixed it | 04:12:33 | |
No, I have been too excited and skipped a few important steps. | 04:12:36 | |
I got lost trying to figure out what Musnix is. | 04:13:06 | |
What is it? | 04:13:09 | |
. . . but I am still trying to understand how to setup revision control for my config files. | 04:14:02 | |
There is still a bit of basic system administration that needs to be established. | 04:15:37 | |
In reply to @technicus:matrix.orgIt's this: https://github.com/musnix/musnix Basically it's a repo that has options to make configuring NixOS for audio work easier. | 04:15:39 | |
In reply to @technicus:matrix.orgThis isn't exactly the right channel for that, but may I take it you're new to git? | 04:16:15 | |
In reply to @fractivore:cyberia.clubMy git knowledge is just enough. | 04:19:33 | |
Can I have the config files in a non root directory? | 04:21:02 | |
In reply to @technicus:matrix.orgYou can. There's a few ways of doing it, including home-manager (which I haven't bothered to learn yet myself), using flakes and specifying a flake to build from on the command line, or perhaps just manually copying your config files from your non-root repo to their normal rootful location. I personally just have a git repo in my root /etc/nixos, which is probably not recommended, but 🤷♂️ | 04:24:05 | |
If you just want to get started with the music stuff, don't worry about getting "the right" kind of revision control setup. You could just manually upload the files to github and figure out a fancier way later if you need to. | 04:25:25 |