forked from Chysn/O_C-HemisphereSuite
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TB-3PO: Cleaned up code & comments with some minor CV handling tweaki…
…ng to give a bit more range to density and ensure symmetry for +- values. Cleaned up docs and updated for new features. Added a help page documenting the changes to the core Hemisphere suite. Version 1.9 ready
- Loading branch information
1 parent
2194ab5
commit 37a7a5b
Showing
4 changed files
with
35 additions
and
106 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changes to the stock firmware: | ||
|
||
## Removed Applications: | ||
- Captain MIDI is disabled to make room for new applets. | ||
|
||
## Changes to existing Hemisphere Applets: | ||
Logarhythm Branch applies several changes to some of the stock Hemisphere Applets, adding a few new features and some subjective tweaks for preference. | ||
|
||
### Shuffle | ||
CV output B (formerly unused) now outputs Triplets. It detects the clock tempo and emits 3 triplet pulses evenly distributed across 4 clocks, starting at the first input clock. The reset input resets this count to 0 along with the shuffle output's odd/even beat. No input parameters affect the triplets-- it's just a bonus output that can be fiddly to patch normally and pairs well with swing. | ||
|
||
### ShiftRegister (Turing Machine) | ||
An output range parameter has been added, allowing you to constrain the pitch output range from 1-32 scale notes instead of always having a range of 32. This parameter is not saved due to space restrictions. | ||
|
||
### Step5 | ||
Holding reset input high will suppress clock triggers, similar to an analogue sequencer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters