Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 561 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 561 Bytes

Project archived, not maintained!

This has been integrated into mainline ARA development and later into mainline JUCE - ARAPluginDemo

ARASampleProject

A simple JUCE project to be used with JUCE ARA2 support.

It basically expose the concept of juce::AudioFormatReader(s) as a way to access audio samples freely. It uses juce::AudioThumbnail as they do concurrent reads to the audio files.

It's mostly a visual plug-in. It doesn't do any audio processing.