Skip to content

Hemisphere: Logarhythm Branch 0.92

Compare
Choose a tag to compare
@Logarhythm1 Logarhythm1 released this 18 Jul 19:44
· 39 commits to logarhythm-branch since this release
  • TB-3PO: The 'root note' parameter can now be set with the encoder in a range of 6 octaves instead of a single range of C to B. This octave transpose is not saved for space reasons. The root pitch (without octave) is saved as before. (Thanks to muffwiggler user recliq for suggesting this feature!)

  • TB-3PO: Bug fix: The 'cv' icon indicator for the 'density' input was bypassing noise filtering, and so could show when not intended depending on calibration/hardware of a particular module. Now the icon is displayed after noise filtering, and the same noise filtering is applied to the CV input itself near 0v (beyond the simple clamping to integer density values it was doing before.) This may improve density cv display and handling on hardware that's noisier than mine happens to be. (Thanks to chysn for noting this!)

  • Quantizer scales: Some musically useful equal-temperment scales have been added to the set of available quantizer scales. They come from the Disting Mk.4 and are mostly intended to help with constraining generative music applets. They appear at the end of the list, just before the USER scales. These include:
    Major/Minor Triad, Maj/Min Triad + 6th, Maj/Min Triad +7th, root+5th, root +5th+6th, root +5th+7th, and Harmonic Minor. Other scales from the Disting already appear in the O&C set.
    Note: This feature can be disabled or omitted in builds by commenting out #define HEM_LOGARHYTHM_MOD_SCALES in braids_quantizer_scales.h

  • Bug Fix: The Voltage applet was not available in the list of Hemisphere applets. The applet count has been updated to be correct and Voltage is available again.