Coding: Difference between revisions
Jump to navigation
Jump to search
(109 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | [[Main_Page]] | ||
__NOTOC__ | |||
== Getting Started== | |||
* | * [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment | ||
* | * Learning Platform [//:exercism.io exercism.io] | ||
=== C++ === | |||
==== [[C++|Basics]] ==== | |||
==== [[VCVRack]] ==== | |||
==== [[VST Plugins]] ==== | |||
==== [[C ++ Frameworks]] ==== | |||
=== Javascript === | |||
==== [[Javascript|Basics]] ==== | |||
==== [[Node.js]] ==== | |||
==== [[Web Audio]] ==== | |||
== Learning | === Python === | ||
[https//: | ==== [[Python|Basics]] ==== | ||
==== [[Audio Manipulation]] ==== | |||
==== [[Deep Learning]] ==== | |||
=== Max/Pd === | |||
* [[Build a synth in Pure Data]] | |||
* [[Build a synth in Max For Live]] | |||
=== C Sound === | |||
=== 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