Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DBraun/Sampler

A sampler made with JUCE
https://github.com/DBraun/Sampler

audio audio-plugin juce vst vsts

Last synced: 3 months ago
JSON representation

A sampler made with JUCE

Awesome Lists containing this project

README

        

# Sampler

This is a **work-in-progress** improvement of JUCE's [SamplerPluginDemo](https://github.com/juce-framework/JUCE/blob/28414a6af81ccb8bca32b1854cb35aca50d905da/examples/Plugins/SamplerPluginDemo.h).

## License

All files that copy or modify code from the original demo include this license disclaimer:

```
==============================================================================
This file is part of the JUCE examples.
Copyright (c) 2020 - Raw Material Software Limited
The code included in this file is provided under the terms of the ISC license
http://www.isc.org/downloads/software-support-policy/isc-license. Permission
To use, copy, modify, and/or distribute this software for any purpose with or
without fee is hereby granted provided that the above copyright notice and
this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES,
WHETHER EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR
PURPOSE, ARE DISCLAIMED.
==============================================================================
```

All other files are distributed under the `LICENSE` next to this `README`.