> For the complete documentation index, see [llms.txt](https://benjohansen.gitbook.io/musictech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benjohansen.gitbook.io/musictech/appendix/audio-synthesis-and-midi.md).

# Audio Synthesis & MIDI

### Synthesis

* Watch [**Synthesizer Basics (Berkley)**](https://www.youtube.com/watch?v=c3udLCvoCC0) (10min video)
* Optional = Watch [Introducing Synthesizing with Moog](https://www.moogmusic.com/the-wave/synthesizing-with-moog/)
* Using Chrome = complete [**Learning Synths (Ableton interactive learning)**](https://learningsynths.ableton.com/)**.**
* Discuss the following Final Exam questions:
  * List some different types of audio synthesis.
  * Modulation = Define modulation and give an example of how an LFO can be used in modulation (hint = tremolo and vibrato).
  * Filter = List some examples of audio filters.
  * Envelop = Explain what an amplitude envelop is (using the term ADSR).
  * Amplitude = Explain what amplitude is.
  * Oscillator = What is an oscillator? List a few basic waveforms created by different oscillators.

{% hint style="info" %}
**Optional**:

Watch [**Hans & Clint | Masters At Work**](https://www.youtube.com/watch?v=NdG5dEfAcxQ) (6min video)
{% endhint %}

### MIDI

* [textbook info on MIDI](https://cmtext.indiana.edu/MIDI/chapter3_MIDI.php)
* easily assign any knob, button, or slider on a MIDI controller to anything in Logic = <https://www.youtube.com/watch?v=Bm77G15H6zo>
* some helpful automation info (read, touch, latch, write) = <https://www.youtube.com/watch?v=3dhnzDYS930>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/appendix/audio-synthesis-and-midi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
