<aside> 💡 Key Concept


This week you will learn about the JUCE library to build a GUI application.

Learning Objectives


Some new concepts are introduced:

Setup Development Environment

Install IDE

  1. For Mac user: install Xcode: https://developer.apple.com/xcode/
  2. For Windows user: Install Visual Studio Community 2022 (NOT Visual Studio Code)
    1. Select “Desktop development with C++” and hit Install

Untitled

Install JUCE

  1. Install JUCE: https://juce.com/get-juce/
    1. Set correct Global Paths
      1. For Mac user: in the menu bar Projucer > Global Paths
      2. For Windows user: in the menu bar File > Global Paths
    2. Update the Path to JUCE to the JUCE folder just downloaded
    3. Update the JUCE Modules to JUCE/modules
    4. Update the User Modules to where your JUCE folder is located

Untitled

Untitled

Untitled

Download Audio files

You can download the audio files from Coursera week 14 7.503

Untitled