Coding: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(53 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 | * [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment | ||
* Learning Platform [//:exercism.io exercism.io] | |||
=== C++ === | === C++ === | ||
Line 10: | Line 10: | ||
==== [[VCVRack]] ==== | ==== [[VCVRack]] ==== | ||
==== [[VST Plugins]] ==== | ==== [[VST Plugins]] ==== | ||
==== Frameworks ==== | ==== [[C ++ Frameworks]] ==== | ||
=== Javascript === | === Javascript === | ||
==== [[Javascript|Basics]] ==== | |||
==== [[Node.js]] ==== | |||
==== [[Web Audio]] ==== | |||
=== Python === | === 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 === | |||
== Hardware == | == Studio == | ||
=== Hardware === | |||
* [[Bela]] | * [[Bela]] | ||
* [[Arduino]] | * [[Arduino]] | ||
Line 30: | Line 38: | ||
* [[RTL-SDR]] | * [[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