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
* The heavy hvcc compiler (to compile PD patches) [[5]](#ref5)
16
+
* The soul compiler (to compile SOUL patches) [[6]](#ref6)
16
17
17
-
* On Windows, you'll need a MAKE utility [[6]](#ref6). You'll also need to open common.mk and point TOOLROOT to your gcc installation directory, using a path string without spaces (such as using 8.3 filenames).
18
+
* On Windows, you'll need a MAKE utility [[7]](#ref7). You'll also need to open common.mk and point TOOLROOT to your gcc installation directory, using a path string without spaces (such as using 8.3 filenames).
18
19
19
20
## Preparing the environment
20
21
This has been done on a Ubuntu server 18.04
@@ -36,9 +37,7 @@ to compile puredata patches you need hvcc
36
37
37
38
compile FirmwareSender
38
39
39
-
FirmwareSender makes possible to use `run` and `store` make targets or by
40
-
invoking it directly to run/store a compiled patch to the device using sysex
41
-
codes.
40
+
FirmwareSender makes it possible to use `run` and `store` make targets, or by invoking FirmwareSender directly to run/store a compiled patch to the device using sysex codes.
0 commit comments