Skip to content

Commit

Permalink
deploy touchosc
Browse files Browse the repository at this point in the history
  • Loading branch information
chinenual committed Apr 13, 2024
1 parent 0dca405 commit 32e1026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ jobs:
file: _artifacts/**/*.vcvplugin
tag: ${{ github.ref }}
file_glob: true
- name: Upload release assets2
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: src/*.touchosc
tag: ${{ github.ref }}
file_glob: true

# publish-nightly:
# name: Publish Nightly
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Maps a continuous pitch CV input signal to a scale and generates gated notes as
[![demo](https://img.youtube.com/vi/GX6pSZ1lvWQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=GX6pSZ1lvWQ)

Iasos was, by most accounts, one of the originators of New Age music.
I had the privilege of working with him in [modernizing his Golden Harp](https://chinenual.com#iasoss-golden-harp) (it originally relied on software running on a Commodore64; I replaced that with a small Arduino based controller.) The harp is a unique instrument that used the chicklet strips on a Colortone Pro music keyboard. Iasos would strum those chicklets like a harp. (he used several dozen scales; he had a different musical and emotional effect in his music).
I had the privilege of working with him in [modernizing his Golden Harp](https://chinenual.com#iasoss-golden-harp) (it originally relied on software running on a Commodore64; I replaced that with a small Arduino based controller.) The harp is a unique instrument that used the chicklet strips on a Colortone Pro music keyboard. Iasos would strum those chicklets like a harp. (he used several dozen scales; each had a different musical and emotional effect in his music).

There really is nothing currently available to replicate what his harp could do. The closest you might get is a ribbon controller or iPad and some specialized software.

Expand Down Expand Up @@ -403,7 +403,7 @@ The signal range of the control surface is configured via the context menu:

![module-screenshot](./doc/Harp-patched.png)

[Harp.touchosc](https://github.com/chinenual/Chinenual-VCV/releases/latest/Harp-v1.touchosc)
[OSCHarp.touchosc](https://github.com/chinenual/Chinenual-VCV/releases/latest/OSCHarp-v1.touchosc)

Harp does not depend on any particular control surface and can be configured to work with a variety of CV input ranges. You can use it with anything that can create a continuous voltage as the musician "strums" (could be a slider on a MIDI control surface, a ribbon controller, etc.) I've created a simple control surface for the iPad using TouchOSC. Use Trowasoft's cvOSCcv to convert its OSC messages to CV:

Expand Down

0 comments on commit 32e1026

Please sign in to comment.