Coding: Difference between revisions
Jump to navigation
Jump to search
m (→Tools) |
|||
(22 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 79: | Line 19: | ||
=== Python === | === Python === | ||
==== [[Python|Basics]] ==== | ==== [[Python|Basics]] ==== | ||
==== [[Audio Manipulation]] ==== | |||
==== [[Deep Learning]] ==== | ==== [[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/ | |||
https:// | |||
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