Skip to content

Commit

Permalink
try dpf-makefile-action again
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Feb 10, 2024
2 parents 8df3b85 + 40e1377 commit a02b344
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 205 deletions.
398 changes: 199 additions & 199 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "dpf"]
path = dpf
url = https://github.com/DISTRHO/DPF.git
[submodule "dpf-widgets"]
path = dpf-widgets
url = [email protected]:DISTRHO/DPF-Widgets.git
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Heavy Examples for DPF
---
This repository contains Heavy compatible Pure Data patches that can be used with the Distrho Plugin Format (DPF) generator.
This repository contains Heavy compatible Pure Data patches that can be used with the Distrho Plugin Framework (DPF) generator.

There are builds for at least LV2, VST2, VST3, and CLAP on all major Operating Systems. Linux, Windows and MacOS.
There are builds for at least LV2, VST2, VST3, and CLAP on all major Operating Systems. Linux, Windows and MacOS. A GUI with basic widgets is generated as well.

DSSI and LADSPA plugins can be enabled manually if needed

## Simple Delay

![Simple Delay](delay_simple.png)

## Simple Synth

![Simple Synth](synth_simple.png)
Binary file added delay_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 112 files
1 change: 1 addition & 0 deletions dpf-widgets
Submodule dpf-widgets added at dd50c7
10 changes: 9 additions & 1 deletion dpf_delay_simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
"dpf": {
"dpf_path": "../",
"project": true,
"enable_ui": true,
"description": "Simple Delay",
"maker": "Wasted Audio",
"license": "ISC",
"midi_input": 0,
"midi_output": 0,
"plugin_formats": [
"lv2_dsp",
"lv2_sep",
"vst2",
"vst3",
"clap",
"jack"
],
"lv2_info": "lv2:DelayPlugin",
"vst3_info": "Fx|Delay|Stereo",
"clap_info": [
"audio-effect",
"delay",
"stereo"
]
}
}
10 changes: 9 additions & 1 deletion dpf_synth_simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
"dpf": {
"dpf_path": "../",
"project": true,
"enable_ui": true,
"description": "Simple Synth",
"maker": "Wasted Audio",
"license": "ISC",
"midi_input": 1,
"midi_output": 0,
"plugin_formats": [
"lv2_dsp",
"lv2_sep",
"vst2",
"vst3",
"clap",
"jack"
],
"lv2_info": "lv2:InstrumentPlugin",
"vst3_info": "Instrument|Synth|Stereo",
"clap_info": [
"instrument",
"synthesizer",
"stereo"
]
}
}
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 3 files
+96 −96 chip.pd
+1 −1 heavylib
+15 −20 synth_simple.pd
Binary file added synth_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a02b344

Please sign in to comment.