Coding: Difference between revisions
Jump to navigation
Jump to search
m (→Max/Pd) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main_Page]] | [[Main_Page]] | ||
__NOTOC__ | |||
== Getting Started== | |||
== | |||
* [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment | * [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment | ||
* Learning Platform [//:exercism.io exercism.io] | |||
=== C++ === | === C++ === | ||
Line 40: | Line 10: | ||
==== [[VCVRack]] ==== | ==== [[VCVRack]] ==== | ||
==== [[VST Plugins]] ==== | ==== [[VST Plugins]] ==== | ||
==== | ==== [[C ++ Frameworks]] ==== | ||
=== Javascript === | === Javascript === | ||
Line 82: | Line 22: | ||
==== [[Audio Manipulation]] ==== | ==== [[Audio Manipulation]] ==== | ||
==== Deep Learning ==== | ==== [[Deep Learning]] ==== | ||
=== Max/Pd === | === Max/Pd === | ||
[[Build a synth in Pure Data]] | * [[Build a synth in Pure Data]] | ||
* [[Build a synth in Max For Live]] | |||
=== C Sound === | === C Sound === | ||
=== SuperCollider === | === SuperCollider === | ||
== Studio == | |||
=== Hardware === | |||
* [[Bela]] | |||
* [[Arduino]] | |||
* [[Raspberry Pi]] | |||
* [[RTL-SDR]] | |||
=== [[Live Coding]] === | |||
=== Creative Coding === | |||
* https://www.meetup.com/Creative-Coding-amsterdam/ | |||
* https://www.meetup.com/Creative-Coding-Utrecht/ |
Latest revision as of 22:34, 10 March 2022
Getting Started[edit]
- Setting up your development environment for VCVrack,VSTs etc for VSCode in a Windows environment
- Learning Platform exercism.io