cschol
cschol
Confirmed in `v1` 8c7fd24724133a86c508ac6b56b7557ff503f1f8 on Ubuntu 20.04 w/Rack 1.1.6.  Also confirmed Atelier works as expected.
Confirmed issue in 3363887706d5350911df2b0ca580e06edeb1ae35.
Reproducible on MacOS also. Latest `HEAD` blinks, released build does not.
Running `git submodule update --init --recursive` inside of `AudibleInstruments` should fix this. This was fixed in the `eurorack` code.
@AndrewBelt Just wanted to see what the status of this PR is in terms of merging. Is there any more work you would like me to do before you can...
Updated PR with Plaits changes.
Rebased PR to include Marbles and Stages changes.
You are correct about the Pentatonic notes, but the `Audible Instruments` version matches the behavior in the hardware module: https://github.com/pichenettes/eurorack/blob/master/marbles/settings.cc#L80 Perhaps you can file an issue with Mutable Instruments.
Andrew did some refactoring on the PR I submitted to clean up the code. Mine was working. I'll check out the code and see what it left to be done....
1. Removing `std::` from the `abs` does work on my system also (Ubuntu 16.04). I think we can do that. 2. I got it to work. It was due to...