Visualization of sound signal in time and frequency domain.
The repository only contains source code files under /src directory.
In order to make the compilable project, you need to use the Project Generate that comes with OpenFramework. To do this, follow the step below:
- use the Project Generator to create a project structure. Depends on which platform you are on, you can add one or more platforms.
VS Codeis the most versatile option. - if you have added
VS Code, open the.code-workspacefile using VS Code. You will be able to see the source code directory is loaded with OpenFramework. - run tasks like
Run RELEASE. This will automatically build the program.
Using VS Code, on Windows, msbuild will be used by default. So you may need to modify or remove some lines in the tasks.json if you want to use MinGW.
A screenshot of the program is shown below:
The usage is written on the screen, so there is no need for other documentation.