Coding: Difference between revisions

From EMC23 - Satellite Of Love
Jump to navigation Jump to search
 
(90 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Main_Page]]
__NOTOC__
== Getting Started==


* https://github.com/olilarkin/awesome-musicdsp
* [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment
* Learning Platform [//:exercism.io exercism.io]


== Tutorials ==
=== C++ ===
==== [[C++|Basics]] ====
==== [[VCVRack]] ====
==== [[VST Plugins]] ====
==== [[C ++ Frameworks]] ====


* [[Setting up your development environment]] for VCVrack,VSTs etc for VSCode in a Windows environment
=== Javascript ===
==== [[Javascript|Basics]] ====
==== [[Node.js]] ====
==== [[Web Audio]] ====
 
=== Python ===
==== [[Python|Basics]] ====


* [[C++]]
==== [[Audio Manipulation]] ====
** https://juce.com/
JUCE is a partially open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries. The aim of JUCE is to allow software to be written such that the same source code will compile and run identically on Windows, Mac OS X and Linux platforms. It supports various development environments and compilers. https://en.wikipedia.org/wiki/JUCE


** [[VULT]]
==== [[Deep Learning]] ====
** [[VCVRack]]
** [[VST Plugins]]
* [[Javascript]]


** [[Node.js]]
=== Max/Pd ===
** [[Web Audio]]
* [[Build a synth in Pure Data]]
* [[Build a synth in Max For Live]]


* [[Python]]
=== C Sound ===
=== SuperCollider ===


== Hardware ==
== Studio ==
=== Hardware ===
* [[Bela]]
* [[Bela]]
* [[Arduino]]
* [[Arduino]]
Line 26: Line 38:
* [[RTL-SDR]]
* [[RTL-SDR]]


== Learning Platform ==
=== [[Live Coding]] ===
[//:exercism.io exercism.io]
 
== Live Coding ==
 
==== DJs of the Future Don't Spin Records—They Write Code ====
 
https://www.wired.com/story/algoraves-live-coding-djs/


=== LiveCoding Platforms ===
=== Creative Coding ===
* [[Squeek]]
* [[P5live.js]]
 
== Creative Coding ==
* https://www.meetup.com/Creative-Coding-amsterdam/
* https://www.meetup.com/Creative-Coding-amsterdam/
Creative Coding Amsterdam is a community of people interested in all creative aspects of computer programming. It is a place to meet for beginners as well as advanced users, for professionals as well as people coding just for fun.
* https://www.meetup.com/Creative-Coding-Utrecht/
* https://www.meetup.com/Creative-Coding-Utrecht/
Creative Coding Utrecht (CCU) is a recurring meetup and growing community of coders, developers and people generally interested in the creative possbilities of code & technologies. Please join us in exploring how 21st century skills create new expressions that shape our world.
== DSP ==
Digital signal processing (DSP) is the use of digital processing, such as by computers or more specialized digital signal processors, to perform a wide variety of signal processing operations. The signals processed in this manner are a sequence of numbers that represent samples of a continuous variable in a domain such as time, space, or frequency.
Digital signal processing and analog signal processing are subfields of signal processing. DSP applications include audio and speech processing, sonar, radar and other sensor array processing, spectral density estimation, statistical signal processing, digital image processing, signal processing for telecommunications, control systems, biomedical engineering, seismology, among others.
http://docs.juce.com/master/tutorial_dsp_introduction.html
Discover the realm of digital signal processing and audio buffer manipulation. Learn the basics of the JUCE DSP module and how you can incorporate its classes in your own audio application and plugins.
http://docs.juce.com/master/tutorial_dsp_convolution.html
Add grit to a synthesiser sound by creating harmonic distortion through waveshaping. Learn the basics of convolution to retrieve the sonic characteristics contained in an impulse response.
http://docs.juce.com/master/tutorial_dsp_delay_line.html
Implement a realistic string model by means of physical modelling. Incorporate a delay line to create intricate echo patterns in the stereo sound field.
http://docs.juce.com/master/tutorial_simd_register_optimisation.html
Take advantage of the processor's parallelism to perform single instruction multiple data calculations. Optimise your audio applications without introducing concurrency.
http://docs.juce.com/master/tutorial_simple_fft.html
Learn how to display incoming audio data as a spectrogram by using the FFT class of the DSP module. Understand the benefits of using a Fast Fourier Transform.
http://docs.juce.com/master/tutorial_spectrum_analyser.html
Learn how to display incoming audio data as a spectrum analyser by using the FFT class of the DSP module. Understand the benefits of using a windowing function.

Latest revision as of 22:34, 10 March 2022