This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
AudibleInstruments
mirror of
https://github.com/VCVRack/AudibleInstruments.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Set Frames to normal mode by default, added Building section to readme
tags/v0.4.0
Andrew Belt
7 years ago
parent
d723001521
commit
a80826192c
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
README.md
+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 =
tru
e;
bool poly_lfo_mode =
fals
e;
uint16_t lastControls[4] = {};
SchmittTrigger addTrigger;
Write
Preview
Loading…
Cancel
Save