@@ -3,6 +3,17 @@ | |||||
Based on [Mutable Instruments](https://mutable-instruments.net/) Eurorack modules. | Based on [Mutable Instruments](https://mutable-instruments.net/) Eurorack modules. | ||||
## Building | |||||
Compile Rack from source, following the instructions at https://github.com/VCVRack/Rack. | |||||
After checking out AudibleInstruments in the `plugins/` directory, get external dependencies with | |||||
git submodule update --init --recursive | |||||
## Modules | |||||
### Macro Oscillator | ### Macro Oscillator | ||||
Based on [Braids](https://mutable-instruments.net/modules/braids), [Manual](https://mutable-instruments.net/modules/braids/manual/) | Based on [Braids](https://mutable-instruments.net/modules/braids), [Manual](https://mutable-instruments.net/modules/braids/manual/) | ||||
@@ -42,7 +42,7 @@ struct Frames : Module { | |||||
frames::Keyframer keyframer; | frames::Keyframer keyframer; | ||||
frames::PolyLfo poly_lfo; | frames::PolyLfo poly_lfo; | ||||
bool poly_lfo_mode = true; | |||||
bool poly_lfo_mode = false; | |||||
uint16_t lastControls[4] = {}; | uint16_t lastControls[4] = {}; | ||||
SchmittTrigger addTrigger; | SchmittTrigger addTrigger; | ||||