# Summary
[Introduction](./introduction.md)
---
# Getting Started
- [Installation](./getting-started/installation.md)
- [Your First Patch](./getting-started/first-patch.md)
- [Understanding Signal Flow](./getting-started/signal-flow.md)
- [The Quiver Philosophy](./getting-started/philosophy.md)
---
# Tutorials
- [Basic Subtractive Synthesis](./tutorials/subtractive-synthesis.md)
- [Envelope Shaping](./tutorials/envelope-shaping.md)
- [Filter Modulation](./tutorials/filter-modulation.md)
- [Building a Sequenced Bass](./tutorials/sequenced-bass.md)
- [FM Synthesis Basics](./tutorials/fm-synthesis.md)
- [Polyphonic Patches](./tutorials/polyphony.md)
---
# How-To Guides
- [Connect Modules](./how-to/connect-modules.md)
- [Use External MIDI](./how-to/midi-input.md)
- [Serialize and Save Patches](./how-to/serialization.md)
- [Create Custom Modules](./how-to/custom-modules.md)
- [Visualize Your Patch](./how-to/visualization.md)
- [Browser & App Integration](./how-to/browser-integration.md)
- [Module Catalog API](./how-to/module-catalog.md)
- [Observable Streaming](./how-to/observable-streaming.md)
---
# Concepts
- [The Three-Layer Architecture](./concepts/architecture.md)
- [Category Theory and Quivers](./concepts/category-theory.md)
- [Arrow Combinators](./concepts/combinators.md)
- [Signal Conventions](./concepts/signals.md)
- [Analog Modeling](./concepts/analog-modeling.md)
- [Block Processing & SIMD](./concepts/performance.md)
- [Real-Time Latency](./concepts/latency.md)
---
# Module Reference
- [Oscillators](./reference/oscillators.md)
- [Filters](./reference/filters.md)
- [Envelopes & Modulators](./reference/modulators.md)
- [Dynamics](./reference/dynamics.md)
- [Utilities](./reference/utilities.md)
- [Logic & CV](./reference/logic-cv.md)
- [Effects](./reference/effects.md)
- [I/O Modules](./reference/io-modules.md)
---
# Appendix
- [Signal Types Cheatsheet](./appendix/signal-cheatsheet.md)
- [V/Oct Reference](./appendix/voct-reference.md)
- [Preset Library](./appendix/presets.md)
- [Mathematical Foundations](./appendix/math-foundations.md)