You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Run the compiler against the pd patch with specific outputs and configs, gets DPF from github and compiles files specified in the json: lv2 , vst , jack app.
11
+
12
+
##### Run the compiler against the pd patch with specific outputs and configs, gets DPF from github and compiles files specified in the json: lv2 , vst , jack app.
cp -r dpf_mySamplero.lv2 ~/.lv2 # lv2 for mod folder
21
25
```
26
+
27
+
22
28
Then its just a matter of using [modsdk](https://github.com/moddevices/mod-sdk) for giving it an UI . I will try to leave a working example one here . Still trying to figure out how to make switches for toggles and triggers instead of knobs.
Note that the given plugins in the samplero/dpf_mySamplero/bin/ are built with an arm64/aarch64 GNU/Linux, and its recommended to remove the dpf_mySamplero folder and build on your own machine.
28
38
29
39
To do's :
40
+
- Test creating an mk file to cross-compile on mod-hardware using [mod plugin builder](https://github.com/moddevices/mod-plugin-builder)
30
41
- Midi input mappings
31
42
- Default pitch value to match original recorded pitch at middle position or 0 position
32
43
- Add hanning for amplitude smoothing
33
44
- Variable length record memory
34
45
- overdub ?
35
46
- Fix click on buffer end while recording
36
47
48
+
49
+
37
50
## DEMO VIDEO:
38
51
[](https://www.youtube.com/watch?v=etJSJoM5gzQ)
0 commit comments