Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DBraun/Sampler
- Owner: DBraun
- License: mit
- Created: 2021-04-24T23:37:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T13:35:13.000Z (about 1 year ago)
- Last Synced: 2024-04-23T04:51:18.269Z (7 months ago)
- Topics: audio, audio-plugin, juce, vst, vsts
- Language: C++
- Homepage:
- Size: 187 KB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - Sampler
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`.