📈
juce-cookbook
  • Introduction
  • Getting Started
    • Why JUCE?
    • Other Libraries
    • Resources
  • C++
    • IDE
    • Tools
    • Resources
  • Setup
    • macOS
    • Windows
    • Linux
    • Projucer vs. CMake
    • Create Project
    • Debugging
    • Documentation
  • Coding
    • User Interface
      • Component
      • Button
      • Look&Feel
    • Plug-in
      • Basics
      • Parameter
    • DSP
      • Basics
      • Create your own
    • Modules
    • Misc
    • Examples
    • Snippets
  • Testing
    • Unit tests
    • pluginval
    • Sanitizers
    • Profile
    • Benchmark
  • Continuous Integration
    • Travis CI
    • AppVeyor
    • Publish
  • Wish List
  • What's next
  • License
Powered by GitBook
On this page
  • Tutorials
  • Docs & Forum
  • YouTube
  • ADC Talks

Was this helpful?

  1. Getting Started

Resources

PreviousOther LibrariesNextC++

Last updated 4 years ago

Was this helpful?

Tutorials

Docs & Forum

The two most important resources when developing with JUCE are the official & the .

The for JUCE is very good in my opinion. All of the classes & functions are clearly documented.

The same goes for the , every time I asked a question, it was answered on the same day, which compared to other communities is simply awesome.

YouTube

If you like to learn using videos, you should be able to go from beginner to advanced using the resources found mainly on YouTube.

ADC Talks

The JUCE team has their own , where yo can find all of the talks from the yearly Audio Developer Confrence (ADC). The content goes from general audio development to JUCE basics to advanced, companies showing of their workflow using JUCE and much more. I will link to specific talks in later sections.

JUCE tutorials
JUCE documentation
JUCE forum
API documentation
forum
YouTube channel