mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Add support for drag / drop modulation
This commit is contained in:
parent
20aa27e2da
commit
98a27ca2bd
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
0.0.5:
|
||||||
|
|
||||||
|
- Add drag/drop for assigning modulation
|
||||||
|
|
||||||
0.0.4:
|
0.0.4:
|
||||||
|
|
||||||
- Another attempt at wt crash
|
- Another attempt at wt crash
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 176aabea6a512a97dbf6e6d17211b8533c35d3cd
|
Subproject commit 7a1b572b03c9de60c30e62ca032559189f70ad29
|
||||||
|
|
@ -6,7 +6,8 @@
|
||||||
#include "Editor.h"
|
#include "Editor.h"
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
class WavetableAudioProcessorEditor : public gin::ProcessorEditor
|
class WavetableAudioProcessorEditor : public gin::ProcessorEditor,
|
||||||
|
public juce::DragAndDropContainer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
WavetableAudioProcessorEditor (WavetableAudioProcessor&);
|
WavetableAudioProcessorEditor (WavetableAudioProcessor&);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue