stellare-modular / vcv-rack

Modules for VCV Rack
78 stars 12 forks source link

Turing Machine combined left-side outputs #6

Closed MarcBoule closed 6 years ago

MarcBoule commented 6 years ago

Hi, in the hardware Turing Machine , the combined outputs on the left side, i.e. 1+2, 2+4, 4+7 and 1+2+4+7, are used to output an AND-gate combination of the 1 to 7 signals. However, in the software version, it instead seems to be an OR-gate behavior. Is this difference intended, as I believe the Rack port is intended to be a faithful clone of the hardware version. I really like this module by the way, when I'm running on low in terms of creativity for a melody, it's a wonderful tool! Cheers!

n6smith commented 6 years ago

Confirmed.. There is a variance with the hardware versions due to the combination Gate/Trigger outputs being OR'd instead of AND'd resulting in the combination outputs producing more frequent gate/triggers than the single outputs... rather than less frequent as is the case with the original Turing Machine Hardware.

sanderbaan commented 6 years ago

Fixed in 0.6 release

MarcBoule commented 6 years ago

Thanks for the fix!