Build a synth in C++: Difference between revisions

From EMC23 - Satellite Of Love
Jump to navigation Jump to search
(Created page with "JUCE Tutorials https://docs.juce.com/master/tutorial_sine_synth.html Build a sine wave synthesiser Learn how to use a sine wave to synthesise a basic musical tone. Let th...")
 
No edit summary
Line 1: Line 1:
JUCE Tutorials
JUCE Tutorials
[[https://docs.juce.com/master/tutorial_simple_synth_noise.html]]
[[https://docs.juce.com/master/tutorial_sine_synth.html Build a sine wave synthesiser]]
[[https://docs.juce.com/master/tutorial_sine_synth.html Build a sine wave synthesiser]]


Learn how to use a sine wave to synthesise a basic musical tone. Let the user modify the pitch of the tone from the graphical user interface.
Learn how to use a sine wave to synthesise a basic musical tone. Let the user modify the pitch of the tone from the graphical user interface.

Revision as of 13:29, 26 June 2019

JUCE Tutorials

[[1]]


[Build a sine wave synthesiser]

Learn how to use a sine wave to synthesise a basic musical tone. Let the user modify the pitch of the tone from the graphical user interface.