by Marcel Huibers | Sound Development 2022
Gathered links relating to sound and developing.
- Compiler Explorer - Online compiler.
- Wandbox - Online compiler.
- Coliru - Online compile, link and run.
- C++ Shell - Online C++ Compiler.
- GDB Online Debugger - Online compiler and debugger tool.
- C++ Insights - A clang-based tool which does a source to intermediate transformation.
- Clang Format Configurator - Utilty for creating .clang-format files.
- replit - Collaborative browser based IDE.
- C++ Build Benchmarks - Tool to quickly and simply compare the build time of code snippets with various compilers.
- Perfbench - Interactive online C++ code profiling tool.
- Quick C++ Benchmarks - A micro benchmarking tool intended to quickly compare the performance of two or more code snippets.
- Notion - Project and task management.
- Lucidchart - Diagramming.
- Excalidraw - Sketching.
- ASCIIFlow - ASCII diagramming.
- Waveformer - A simple web app for visualizing audio waveforms in vector (svg) format.
- Desmos - Mathematic graphing utility.
- C++ Core Guidelines.
- Lefticus C++ best practices.
- JUCE coding standards.
- Google style guide.
- SonarSource rules
- Game Programming Patterns - Book by Robert Nystrom.
- Musicdsp.org - Collection of algorithms, gathered for the music dsp community.
- The Scientist and Engineer's Guide to Digital Signal Processing - Book by Steven W. Smith, Ph.D.
- A Lossless, Click-free, Pitchbend-able Delay Line Loop Interpolation Scheme
- DSPGraphJS - DSP prototyping.
- Awesome JUCE - An awesome list of open source JUCE libraries, plugins and utilities.
- Madronalib - C++ framework for DSP applications.