Coding: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(99 intermediate revisions by the same user 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]] ==== | |||
=== Python === | |||
==== [[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 === | ||
== Creative Coding == | |||
* https://www.meetup.com/Creative-Coding-amsterdam/ | * https://www.meetup.com/Creative-Coding-amsterdam/ | ||
* https://www.meetup.com/Creative-Coding-Utrecht/ | * 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