Skip to content

Commit

Permalink
Remove midi mapping extension
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Jan 8, 2024
1 parent 52552c5 commit 5cdb92c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

Note: we kept the last draft extension ID in order to not break plugins already using it.

## Removed draft extension
## Removed draft extensions

* `CLAP_EXT_CHECK_FOR_UPDATE` was removed because it wasn't used and it's design needed more thought.
* `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.

## Stabilize factory
* `CLAP_PRESET_DISCOVERY_FACTORY_ID`
Expand Down
1 change: 0 additions & 1 deletion include/clap/clap.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

#include "ext/draft/ambisonic.h"
#include "ext/draft/cv.h"
#include "ext/draft/midi-mappings.h"
#include "ext/draft/resource-directory.h"
#include "ext/draft/triggers.h"
#include "ext/draft/tuning.h"
Expand Down
41 changes: 0 additions & 41 deletions include/clap/ext/draft/midi-mappings.h

This file was deleted.

0 comments on commit 5cdb92c

Please sign in to comment.