8000 GitHub - boochow/eurorack_logue-sdk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boochow/eurorack_logue-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eurorack_logue-sdk

This is the logue-sdk port of Braids, the Mutable Instrument's macro oscillator.

Due to a file size limitation of 32Kb for the oscillator module, wavetable-based oscillators were omitted, and the set of macro ocillators are divided into five different unit files:

  • VA: Analog oscillators, including a ring modulator and saw swarm.

  • DG: Various digital-filtered waveforms.

  • FM: Includes voice/formant synthesis, additive synthesis, and FM synthesis.

  • RS: Resonator-based synthesis, featureing pluck, string, wind, bell, and percussion sounds.

  • NZ: Noise generators.

Features

All oscillators share the following parameters:

  • Timbre(Shape): Modifies the waveform.

  • Color(Shift-Shape): Also modifies the waveform, but in a different way.

  • Synth Mod 5B69 el: Selects one of the sound synthesis models shown in the next section.

  • Mod Target: Sets the LFO shape modulation target from timbre, color, or none.

  • Mod Delay: Sets the delay time between a note-on and the LFO shape modulation.

  • Pitch Offset: Used for fine-tuning of the oscillator's pitch.

  • Bit Depth: Selects the quantization bits from options of 2, 3, 4, 6, 8, 12, or 16 bits.

  • Sample Rate: Chooses the sampling rate from 4, 6, 8, 16, 24, or 48KHz.

List of available synthesis models

(names from the source code)

  • VA
  1. CSAW
  2. MORPH
  3. SAW SQUARE
  4. SINE TRIANGLE
  5. BUZZ
  6. SQUARE SUB
  7. SAW SUB
  8. SQUARE SYNC
  9. SAW SYNC
  10. TRIPLE SAW
  11. TRIPLE SQUARE
  12. TRIPLE TRIANGLE
  13. TRIPLE SINE
  14. TRIPLE RING MOD
  15. SAW SWARM
  • DG
  1. SAW COMB
  2. TOY
  3. DIGITAL FILTER LP
  4. DIGITAL FILTER PK
  5. DIGITAL FILTER BP
  6. DIGITAL FILTER HP
  • FM
  1. VOSIM
  2. VOWEL
  3. VOWEL FOF
  4. HARMONICS
  5. FM
  6. FEEDBACK FM
  7. CHAOTIC FEEDBACK FM
  • RS
  1. PLUCKED
  2. BOWED
  3. BLOWN
  4. FLUTED
  5. STRUCK BELL
  6. STRUCK DRUM
  7. KICK
  8. CYMBAL
  9. SNARE
  • NZ
  1. FILTERED NOISE
  2. TWIN PEAKS NOISE
  3. CLOCKED NOISE
  4. GRANULAR CLOUD
  5. PARTICLE NOISE
  6. DIGITAL MODULATION

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0