Skip to content

Commit 94d9f08

Browse files
authored
Update README.md
1 parent 4dedf2a commit 94d9f08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This pd-visualization package provides Pure Data externals for visualizing signa
44

55
These visualizers run in external processes and do not disturb real-time signal processing.
66

7+
A standalone version for the Jack Audio Connection Kit is also part of the package.
8+
79
![patch](docs/patch.png)
810

911
The bang message is used to show or hide the visualizer window. By default the visualizer is not started.
@@ -14,6 +16,15 @@ Platform compatibility:
1416
- Windows
1517
- probably Darwin, testing is needed
1618

19+
To build the project, follow the usual CMake command line steps. The built puredata externals are located in the project directory, and the standalone versions are installed on the system. To use this in Pure Data, add the directory of this project to the search paths in preferences.
20+
21+
```
22+
mkdir build ; cd build
23+
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
24+
make
25+
sudo make install
26+
```
27+
1728
## wfvisu~
1829

1930
This visualization shows a waterfall view of the DFT of the input.

0 commit comments

Comments
 (0)