Skip to content

Commit

Permalink
Fix Mac warnings, README build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Dempsey committed Sep 26, 2023
1 parent 0764ccc commit d56cae3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
# HC-One
# HC One

[Repo](https://github.com/Paul-Dempsey/pachde-hc-one)

HC-One is a plugin with modules for working with Haken Audio's Eagan Matrix devices.
HC One is a plugin with modules for working with Haken Audio's Eagan Matrix devices.
These include the Haken Continuum, Continuu Mini, and Eagan Matrix Module, and Expressive E's Osmose.

The beta release can be downloaded here: [HC-One 2.0.0-beta](https://github.com/Paul-Dempsey/pachde-hc-one/releases/edit/v2.0.0-beta).
If you're adventurous, drill down in Actions and grab a more recent build.
If you're adventurous, grab a development build: [![Build Status](https://github.com/Paul-Dempsey/pachde-hc-one/actions/workflows/build-plugin.yml/badge.svg)](https://github.com/Paul-Dempsey/pachde-hc-one/actions/workflows/build-plugin.yml)

Pachde and HC-One are not affiliated with or sponsored by Haken Audio.
The beta release announced online can be downloaded here: [HC-One 2.0.0-beta](https://github.com/Paul-Dempsey/pachde-hc-one/releases/edit/v2.0.0-beta).

- [Documentation](doc/index.md)

- [Buy me a coffee](https://venmo.com/u/pcdempsey). Thank you!
- [Buy pachde a coffee](https://venmo.com/u/pcdempsey). Thank you!

Donations go to keeping me caffeinated, or help fund getting hardware for testing and development. (I have a wish list :-).\
Donations help pachde's morale, and fund hardware for testing, and developing this software.\
![Buy pachde a coffee with VenMo](doc/VenMo.png)

Pachde and HC One are not affiliated with or sponsored by Haken Audio.

## Acknowledgements

Special thanks to Lippold Haken (and all of the Haken Audio team), for creating the Continuum.
Lippold has provided generous support by sharing technical details that make this software possible.
Special thanks to Lippold Haken (and the Haken Audio team), for creating the Continuum.
Lippold personally has provided generous support by sharing technical details that make this software possible.

## Modules

- **[HC-1](HC-1.md)** Fast access to favorite presets, with knobs and CV for the essential controls: Macros and the Recirculator.
- **[HC-1](./docs/HC-1.md)** Fast access to favorite presets, with knobs and CV for the essential controls: Macros and the Recirculator.

- **HC-2** Companion to HC-1 for more matrix controls.

- **[HC-3]{./docs/HC-3.md}** Pushbuttons to access up to 16 Favorite files.

## Building

Expand Down
8 changes: 6 additions & 2 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# pachde HC-One
# pachde (#d) HC One

Performance-oriented plugin for Haken Audio's Eagan Matrix.
**HC One** is a performance-oriented plugin for Haken Audio's Eagan Matrix.
The Eagan Matrix is the synth engine for a variety of hardware devices.
This includes the Haken Continuum, Continuu Mini, Eagan Matrix Module, and the Osmose from Expressive E.

**Note** Osmose has known issues when interfacing with external software.
External changes are not immediately displayed on it's screens.
Pachde does not own an Osmose or EMM, so any help testing and documenting the issues is welcome.

It is *not* intended to be a replacement for the Haken Editor.
The intention is to build out a performance companion for the device.

Expand Down
2 changes: 1 addition & 1 deletion src/HC-2/HC-2-ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ constexpr const float ROUND_BOX_LEFT = 7.5f;
constexpr const float ROUND_BOX_WIDTH = 105.f;
constexpr const float ROUND_BOX_HEIGHT = 60.f;
constexpr const float ROUND_BOX_HALF = 110.f * .5f;
constexpr const float ROUND_BOX_QUARTER = ROUND_BOX_HALF * .5f;
//constexpr const float ROUND_BOX_QUARTER = ROUND_BOX_HALF * .5f;
constexpr const float KNOB_RADIUS = 12.f;
constexpr const float HALF_KNOB = KNOB_RADIUS *.5f;
constexpr const float REL_OFFSET = 20.f;
Expand Down
2 changes: 0 additions & 2 deletions src/HC-3/HC-3-ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

namespace pachde {

constexpr const float LABEL_COLUMN = 28.f;
constexpr const float LABEL_VOFFSET = 3.f;
constexpr const float START_ROW = 47.5f;
constexpr const float ITEM_INTERVAL = 20.f;
constexpr const float DIVIDER_OFFSET = 5.f;
Expand Down

0 comments on commit d56cae3

Please sign in to comment.