Skip to content

Commit

Permalink
Merge pull request #378 from abique/remove-check-for-update
Browse files Browse the repository at this point in the history
Remove check for update draft extension
  • Loading branch information
abique authored Jan 8, 2024
2 parents ad76eb5 + 863055d commit 52552c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

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

## Removed draft extension

* `CLAP_EXT_CHECK_FOR_UPDATE` was removed because it wasn't used and it's design needed more thought.

## 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 @@ -105,7 +105,6 @@ and use to get a basic plugin experience:
- [track-info](include/clap/ext/draft/track-info.h)
- [quick-controls](include/clap/ext/draft/quick-controls.h), bank of controls that can be mapped on a controlles with 8 knobs
- [file-reference](include/clap/ext/draft/file-reference.h), let the host know about the plugin's file reference, and perform "Collect & Save"
- [check-for-update](include/clap/ext/draft/check-for-update.h), check if there is a new version of a plugin
- [audio-ports-config](include/clap/ext/audio-ports-config.h), simple list of possible configurations
- [surround](include/clap/ext/draft/surround.h), inspect surround channel mapping
- [ambisonic](include/clap/ext/draft/ambisonic.h), inspect ambisonic channel mapping
Expand Down
32 changes: 0 additions & 32 deletions include/clap/ext/draft/check-for-update.h

This file was deleted.

0 comments on commit 52552c5

Please sign in to comment.