Skip to content

Commit

Permalink
Move Opus Quad support to main
Browse files Browse the repository at this point in the history
We are committing to including these features.
Stop building previews from opus branch, which will go away.
  • Loading branch information
brunchboy committed Jun 2, 2024
1 parent 0d5df67 commit c017a9e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 191 deletions.
5 changes: 0 additions & 5 deletions .github/resources/opus_preview_notes.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/scripts/create_opus_release.sh

This file was deleted.

21 changes: 0 additions & 21 deletions .github/scripts/delete_opus_preview.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .github/scripts/deploy_opus_docs.sh

This file was deleted.

16 changes: 0 additions & 16 deletions .github/scripts/finish_opus_release.sh

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/opus.yml

This file was deleted.

9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ All notable changes to this project will be documented in this file.
This change log follows the conventions of
[keepachangelog.com](http://keepachangelog.com/).

## [Unreleased (opus branch)][unreleased-opus]
## [Unreleased][unreleased]

### Added

- The ability to provide most features with the Opus Quad, even though that hardware does not really support the Pro DJ Link protocol, by leveraging its ability to work with rekordbox lighting. Thanks to [@cprepos](https://github.com/cprepos) for doing most of this work!
- The ability to proxy metadata from mounted archive files corresponding to USB media mounted in the Opus Quad, which cannot itself provide that information.


## [Unreleased][unreleased]

Nothing so far


## [7.4.0] - 2024-05-04

May the Fourth be with you.
Expand Down Expand Up @@ -841,7 +837,6 @@ May the Fourth be with you.
- Initial early release of DeviceFinder.


[unreleased-opus]: https://github.com/Deep-Symmetry/beat-link/compare/main...opus
[unreleased]: https://github.com/Deep-Symmetry/beat-link/compare/v7.4.0...HEAD
[7.4.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/Deep-Symmetry/beat-link/compare/v7.2.0...v7.3.0
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@ releases of hardware or even firmware updates from Pioneer.
> Issue](https://github.com/Deep-Symmetry/beat-link/issues) or submit
> a pull request so we can all improve our understanding together.
:construction: This branch is working on experimental support for the Opus Quad,
which, despite not supporting a DJ-Link network, seems to communicate with rekordbox
to support lighting in a way that will allow us to offer good support in Beat Link
once we reorganize the code to support working that way. There is
[API documentation](https://deepsymmetry.org/beatlink/opus-snapshot/apidocs/)
for that effort as well.
:construction: We have added experimental support for the Opus Quad, which, despite not supporting a DJ-Link network, seems to communicate with rekordbox to support lighting in a way that will allow us to offer good support in Beat Link once we reorganize the code to support working that way.
Thanks to [@cprepos](https://github.com/cprepos) for doing most of this work!

If something isn’t working with your hardware, and you don’t yet know
the details why, but are willing to learn a little and help figure it
Expand Down

0 comments on commit c017a9e

Please sign in to comment.