Skip to content

Commit

Permalink
Remove the cv ext
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Jan 8, 2024
1 parent e11e63b commit 190771a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 47 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Note: we kept the last draft extension ID in order to not break plugins already

* `CLAP_EXT_CHECK_FOR_UPDATE` wasn't used and it's design needed more thought.
* `CLAP_EXT_MIDI_MAPPING` wasn't used. MIDI2 seems to do it better, and the interface wasn't satisfying.
* `CLAP_EXT_CV` the interface wasn't satisfying.

## Stabilize factory
* `CLAP_PRESET_DISCOVERY_FACTORY_ID`
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ and use to get a basic plugin experience:
- [audio-ports](include/clap/ext/audio-ports.h), define the audio ports
- [surround](include/clap/ext/surround.h), inspect surround channel mapping
- [ambisonic](include/clap/ext/draft/ambisonic.h), inspect ambisonic channel mapping (draft)
- [cv](include/clap/ext/draft/cv.h), inspect CV channel mapping (draft)
- [configurable-audio-ports](include/clap/ext/configurable-audio-ports.h), request the plugin to apply a given configuration
- [audio-ports-config](include/clap/ext/audio-ports-config.h), simple list of pre-defined audio ports configurations
- [audio-ports-activation](include/clap/ext/audio-ports-activation.h), activate and deactivate a given audio port
Expand Down
1 change: 0 additions & 1 deletion include/clap/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "factory/draft/plugin-state-converter.h"

#include "ext/draft/ambisonic.h"
#include "ext/draft/cv.h"
#include "ext/draft/extensible-audio-ports.h"
#include "ext/draft/resource-directory.h"
#include "ext/draft/transport-control.h"
Expand Down
1 change: 0 additions & 1 deletion include/clap/ext/audio-ports.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ typedef struct clap_audio_port_info {
// - CLAP_PORT_STEREO
// - CLAP_PORT_SURROUND (defined in the surround extension)
// - CLAP_PORT_AMBISONIC (defined in the ambisonic extension)
// - CLAP_PORT_CV (defined in the cv extension)
//
// An extension can provide its own port type and way to inspect the channels.
const char *port_type;
Expand Down
44 changes: 0 additions & 44 deletions include/clap/ext/draft/cv.h

This file was deleted.

0 comments on commit 190771a

Please sign in to comment.