Home

Awesome

License: AGPL v3

FreesoundSimpleSampler

A simple JUCE sampler plugin which demonstrates the use of the freesound-juce API client. The user can create a textual query to Freesound.org and 16 random sounds are loaded in a sampler.

Usage

To use this application, the user should execute it either as a standalone application or as a plugin in a Digital Audio Workstation. Then, the following steps should be performed:

The user interface of this application is shown below for easy referencing.

FreesoundSimpleSamplerUI

Installation

In order to install Freesound Uploader, the JUCE framework should be downloaded, installed and setup. A tutorial on how to do this is available in https://docs.juce.com/master/tutorial_new_projucer_project.html Firstly, the "Getting Started" section should be performed. Then, the FreesoundSimpleSampler.juce file should be opened with the projucer.

Before building it you should duplicate the file FreesoundSimpleSampler/Source/api_key.example.h, request a Freesound API key and add it to that file, and rename it to FreesoundSimpleSampler/Source/api_key.h.

The final step is setting up the desired plugin export formats in the Projucer project settings and, finally you should open this project on the desired Juce exporter and build the solution. In case a VST2 build of the plugin is desired, a VST2 SDK should be provided and linked in the Projucer global paths.

Authors

António Ramires antonio.ramires@upf.edu

Frederic Font frederic.font@upf.edu