Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,53 @@ emoji: πΌπΆ
|
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app_onnx.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.22.0
|
8 |
app_file: app_onnx.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# πΉ Free DAW Resources for MIDI & VST Integration ποΈ
|
14 |
+
|
15 |
+
## Free & Open Source DAWs
|
16 |
+
|
17 |
+
| DAW Name | License | Platforms | MIDI/VST Support | URL |
|
18 |
+
|----------|---------|-----------|------------------|-----|
|
19 |
+
| **LMMS** π | GPL | Windows, Mac, Linux | ββββ | [https://lmms.io/](https://lmms.io/) |
|
20 |
+
| **Ardour** ποΈ | GPL | Windows, Mac, Linux | βββββ | [https://ardour.org/](https://ardour.org/) |
|
21 |
+
| **Cakewalk by BandLab** π΅ | Free/Proprietary | Windows | βββββ | [https://www.bandlab.com/products/cakewalk](https://www.bandlab.com/products/cakewalk) |
|
22 |
+
| **Tracktion Waveform Free** π | Free/Proprietary | Windows, Mac, Linux | ββββ | [https://www.tracktion.com/products/waveform-free](https://www.tracktion.com/products/waveform-free) |
|
23 |
+
| **Zrythm** π₯ | AGPL | Windows, Mac, Linux | βββ | [https://www.zrythm.org/](https://www.zrythm.org/) |
|
24 |
+
|
25 |
+
## 𧩠Development Libraries & Frameworks
|
26 |
+
|
27 |
+
If you're considering building your own solution (`app.py`):
|
28 |
+
|
29 |
+
| Library | Purpose | License | URL |
|
30 |
+
|---------|---------|---------|-----|
|
31 |
+
| **JUCE** π οΈ | Audio/MIDI Framework | Dual-licensed (Commercial/GPL) | [https://juce.com/](https://juce.com/) |
|
32 |
+
| **PortAudio** π | Audio I/O Library | MIT | [http://www.portaudio.com/](http://www.portaudio.com/) |
|
33 |
+
| **RtMidi** πΌ | MIDI I/O Library | MIT | [https://www.music.mcgill.ca/~gary/rtmidi/](https://www.music.mcgill.ca/~gary/rtmidi/) |
|
34 |
+
| **PyGame** π | Python Multimedia | LGPL | [https://www.pygame.org/](https://www.pygame.org/) |
|
35 |
+
|
36 |
+
## π MIDI Connection Overview
|
37 |
+
|
38 |
+
1. **Hardware Setup** π²
|
39 |
+
- Connect MODX/Fantom G via USB or MIDI cables
|
40 |
+
- Ensure proper drivers are installed
|
41 |
+
|
42 |
+
2. **Software Configuration** βοΈ
|
43 |
+
- Set input/output MIDI devices in DAW
|
44 |
+
- Configure VST plugin locations
|
45 |
+
- Set up MIDI routing channels
|
46 |
+
|
47 |
+
3. **Hardware Configuration** ποΈ
|
48 |
+
- Set MODX/Fantom G to receive on correct MIDI channels
|
49 |
+
- Configure sound parameters on hardware
|
50 |
+
|
51 |
+
## π Recommended Workflow
|
52 |
+
|
53 |
+
1. Use a dedicated DAW rather than Audacity for MIDI-heavy work
|
54 |
+
2. Start with LMMS or Cakewalk for the easiest learning curve
|
55 |
+
3. Set up proper MIDI routing before configuring VST plugins
|
56 |
+
4. Test connections with simple MIDI patterns before creating complex arrangements
|