Skip to content

Commit 98ef18e

Browse files
committed
README update
1 parent 8926cb9 commit 98ef18e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Takes an audio input and writes to a 0.5 seconds buffers. 4 buffers available th
44
intended to run on [MOD-Devices](https://moddevices.com/) / arm64 initially
55

66
##### Install [heavy compiler](https://github.com/Wasted-Audio/hvcc) :
7+
78
```zsh
89
pip3 install hvcc
910
```
10-
##### 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.
13+
 
14+
***
1115
```zsh
1216
git clone https://github.com/CarloCattano/Samplero.git
1317
cd Samplero
@@ -19,20 +23,30 @@ make
1923
cd bin
2024
cp -r dpf_mySamplero.lv2 ~/.lv2 # lv2 for mod folder
2125
```
26+
27+
 
2228
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.
2329

24-
<a href="url"><img src="https://user-images.githubusercontent.com/17380530/137717628-b09fd3c5-1847-4442-bcae-466a013dd527.png" align="left" height="32%" width="32%" ></a><a href="url"><img src="https://user-images.githubusercontent.com/17380530/137720612-5b304b86-2700-4085-9603-d12467353aae.png" align="center" height="70%" width="70%"></a>
30+
&nbsp;
31+
32+
<a href="url"><img src="https://user-images.githubusercontent.com/17380530/137717628-b09fd3c5-1847-4442-bcae-466a013dd527.png" align="left" height="32%" width="32%" ></a><a href="url">
33+
34+
<img src="https://user-images.githubusercontent.com/17380530/137720612-5b304b86-2700-4085-9603-d12467353aae.png" align="center" height="70%" width="70%"></a>
2535

2636

2737
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.
2838

2939
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)
3041
- Midi input mappings
3142
- Default pitch value to match original recorded pitch at middle position or 0 position
3243
- Add hanning for amplitude smoothing
3344
- Variable length record memory
3445
- overdub ?
3546
- Fix click on buffer end while recording
3647

48+
&nbsp;
49+
3750
## DEMO VIDEO:
3851
[![Watch the video](https://user-images.githubusercontent.com/17380530/137725252-57d0d03c-36a7-4a89-9b67-9af832fe1432.png)](https://www.youtube.com/watch?v=etJSJoM5gzQ)
52+

0 commit comments

Comments
 (0)