https://github.com/staffanmelin/ofxdstudio
Addons to create music with openFrameworks: make a studio with code
https://github.com/staffanmelin/ofxdstudio
audo dsp music openframeworks
Last synced: 6 months ago
JSON representation
Addons to create music with openFrameworks: make a studio with code
- Host: GitHub
- URL: https://github.com/staffanmelin/ofxdstudio
- Owner: StaffanMelin
- License: gpl-3.0
- Created: 2022-05-22T11:20:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T09:20:33.000Z (over 3 years ago)
- Last Synced: 2025-04-04T04:35:05.807Z (10 months ago)
- Topics: audo, dsp, music, openframeworks
- Language: C++
- Homepage:
- Size: 3.35 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ofxDStudio
An addon that together with ofxDaisySP can be used to create music with openFrameworks: make a studio with code!
DStudio combines the ofSoundStream class of openFrameworks with the DSP library DaisySP from Electro-smith.
DStudio provides another abstraction layer where you don't deal with soundstreams and filters but with synthesizers, mixers, plugins and sequencers.
Like making a studio with code!
Demo of what DStudio can do:
https://youtu.be/65uiYlsG29Q
The parts of DStudio are:
* ofxDaisySP – an addon with DaisySP, a DSP library.
* ofxDStudio – an addon which builds upon DaisySP to give you synthesizers, a sample player, drum sounds, FX plugins, a mixer with FX, sequencers as well as utilities. All can be controlled by MIDI.
* examples – many examples that shows you how to use DStudio.
In ofxDStudio you will find:
* 3 synthesizer classes
* 1 sample player class
* 6 drum classes
* 1 mixer class
* 1 splitter class
* 2 sequencer classes
* 1 generative drone class
* 8 FX classes
DStudio comes with aan extensive written manual
https://www.oscillator.se/opensource/#openframeworks
DStudio has been developed and tested on Debian 11 testing.
You need the ofxDaisySP addon to use ofxdStudio:
https://github.com/StaffanMelin/ofxDaisySP
Read more
https://www.oscillator.se/opensource/#openframeworks
There is also a release of DStudio for rtAudio.
https://www.oscillator.se/opensource/#openframeworks