Browse Source

Set Frames to normal mode by default, added Building section to readme

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
a80826192c
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      README.md
  2. +1
    -1
      src/Frames.cpp

+ 11
- 0
README.md View File

@@ -3,6 +3,17 @@

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
Based on [Braids](https://mutable-instruments.net/modules/braids), [Manual](https://mutable-instruments.net/modules/braids/manual/)



+ 1
- 1
src/Frames.cpp View File

@@ -42,7 +42,7 @@ struct Frames : Module {

frames::Keyframer keyframer;
frames::PolyLfo poly_lfo;
bool poly_lfo_mode = true;
bool poly_lfo_mode = false;
uint16_t lastControls[4] = {};

SchmittTrigger addTrigger;


Loading…
Cancel
Save