Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ardura/Actuate
Browse files Browse the repository at this point in the history
  • Loading branch information
ardura committed Mar 4, 2024
2 parents 8cde1e9 + 702b2b7 commit bfb096d
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,38 @@ A Synthesizer, Sampler, and Granulizer built in Rust + Nih-Plug
Written by Ardura

Join the discord! https://discord.com/invite/hscQXkTdfz
![newer](https://github.com/ardura/Actuate/assets/31751444/37875c34-3385-4d57-9810-bab7ca8baaab)
![actuate_gui_2](https://github.com/ardura/Actuate/assets/31751444/4be89297-8833-4463-bcd5-ce30ef197450)
Check out the KVR Page: https://www.kvraudio.com/product/actuate-by-ardura

![Screenshot 2024-03-01 085443](https://github.com/ardura/Actuate/assets/31751444/9c06b017-99c9-44b7-9dd6-e994c3f3db77)

## Features
- Two SVF Filters, a VCF inspired filter, and Tilt inspired filters that can be parallel, serial, or bypassed with ADSR Envelopes
- 12 Oscillator shapes
![Screenshot 2024-03-01 085849](https://github.com/ardura/Actuate/assets/31751444/5940f589-63f3-40c8-b639-a8c20c76a32a)

- 12 Oscillator shapes:
- The standard: Sine, Triangle, Saw, Ramp, Square, Pulse, Noise
- WSaw - Saw with noise variance to create crispyness
- SSaw - Saw with small variance to create shimmer
- RSaw - Rounded saw wave
- RASaw - Rounded saw wave with random variances
- RSquare - Rounded square wave
- 7 Filter resonance approximations for different sweeps in SVF filters
- Default - Allegedly the "ideal" response when tying Q to angular sin response
- Moog - Allegedly a Moog Ladder Q approximation further modified
- TB - Allegedly an approximation of a TB-303 LP further modified
- Arp - Allegedly an approximation of an Arp 2600 further modified
- Res - I made this up - kind of a hyper resonance while still being gentle
- Bump - I made this up - a gentle bump resonance different from the others
- Powf - I made this up - Curves based on Powf math function as it scales
- 10 Different FX for post processing
![Screenshot 2024-03-01 085630](https://github.com/ardura/Actuate/assets/31751444/2b398ff3-2a17-4ea8-81a2-c9b3d44dfaeb)

- 3 LFO controllers
![2](https://github.com/ardura/Actuate/assets/31751444/b9904160-5a66-400a-8e66-2a77ba9743f4)

- 4 Modulators that can be linked to multiple things
![Screenshot 2024-03-01 085601](https://github.com/ardura/Actuate/assets/31751444/f1d0e4a8-f77f-40d3-b754-b6e28b9c9152)

- Sampler with pitch shifting or resample stretching
- Sampler supports single cycle waveforms for wavetable-like functions
- Granulizer with ADSR and crossfading between grains
Expand Down

0 comments on commit bfb096d

Please sign in to comment.