> 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/old-1/units/analog-audio/assignment-analog-synth.md).

# Assignment (analog synth)

### Part 1 = Learn about synthesis

1. Watch [**Hans & Clint | Masters At Work**](https://www.youtube.com/watch?v=NdG5dEfAcxQ) (6min video)
2. Watch [**Synthesizer Basics (Berkley)**](https://www.youtube.com/watch?v=c3udLCvoCC0) (10min video)
3. Using Chrome = complete [**Learning Synths (Ableton interactive learning)**](https://learningsynths.ableton.com/)**.**
4. With great patience and focus, slowly work your way through understanding \*how\* the instrument in the [**playground**](https://learningsynths.ableton.com/en/playground) works in the following manner:
   * click on the menu in the bottom right (four squares)
     * Preset: Default
     * Sequence: Midtone
   * push play
   * work your way through the instrument starting with the top left going down, adjusting only one parameter at a time ... do no move on to adjusting the next parameter until you completely understand the one you are on (you may want to put the parameter back to it's home/neutral position before moving on to the next)

### Part 2 = Create

1. find a free royalty-free image for which to design sound (a photo you take or something from a site like [Pexels](https://www.pexels.com/), [Unsplash](https://unsplash.com/), [JayMantri](https://jaymantri.com/), etc.)
2. install the [Chrome Audio Capture](https://chrome.google.com/webstore/detail/chrome-audio-capture/kfokdmfpdnokpmpbjhjbcabgligoelgp) extension (or record browser audio another way of your choosing)
3. record a short atmospheric moment you create using the [**playground**](https://learningsynths.ableton.com/en/playground) that best matches the photo you chose (note: you can play notes by typing on your keyboard).
4. add the mp3 to your github pages site
5. add the image to your github pages site

```
<img src="example.jpg" width="100%">
```


---

# 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, and the optional `goal` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/old-1/units/analog-audio/assignment-analog-synth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
