https://github.com/zlosynth/kaseta
Saturating tape delay and feedback sculptor.
https://github.com/zlosynth/kaseta
audio dsp eurorack rust stm32
Last synced: about 1 month ago
JSON representation
Saturating tape delay and feedback sculptor.
- Host: GitHub
- URL: https://github.com/zlosynth/kaseta
- Owner: zlosynth
- License: cc-by-sa-4.0
- Created: 2022-07-29T14:26:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:37:43.000Z (5 months ago)
- Last Synced: 2025-04-02T09:22:20.175Z (2 months ago)
- Topics: audio, dsp, eurorack, rust, stm32
- Language: Rust
- Homepage: https://zlosynth.com/kaseta
- Size: 12.5 MB
- Stars: 47
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-HARDWARE
Awesome Lists containing this project
README
# Kaseta
Saturating tape delay and feedback sculptor module for Eurorack.
![]()
* Delay with 4 reading heads
* Up to 5 minutes of audio recording
* Tape saturation simulation
* Wow and flutter effects
* Tone control
* Voltage-controlled oscillator
* Trigger sequencer
* Stereo output
* LEDs visualizing dialed parameters
* Based around Electro-Smith's [Daisy Patch SM](https://www.electro-smith.com/daisy/patch-sm) platform
* Programmed in RustFind more details about the module, including a feature overview video and a
user manual, on its [website](https://zlosynth.com/kaseta).# Development
See [DEVELOPMENT.md](DEVELOPMENT.md) to find some basic commands to interact
with the project. To learn more, read the code. A good place to start would be
[firmware/src/bin/firmware.rs](firmware/src/bin/firmware.rs).# License
Software of Kaseta is distributed under the terms of the General Public License
version 3. See [LICENSE-SOFTWARE](LICENSE-SOFTWARE) for details.Schematics and PCB layout are distributed under the terms of Creative Commons
BY-SA. See [LICENSE-HARDWARE](LICENSE-HARDWARE) for details.The manual is also distributed under the terms of Creative Commons BY-SA. See
[LICENSE-MANUAL](LICENSE-MANUAL) for details. To build flow diagrams present in
the manual, the project includes Matthias Hotz's
[tikz-dsp](https://texample.net/tikz/examples/fir-filter/) library under the
terms of Creative Commons BY 2.5.# Changelog
Read the [CHANGELOG.md](CHANGELOG.md) to learn about changes introduced in each
release.# Versioning
See [VERSIONING.md](VERSIONING.md) to find detailed information about versioning
of the project and compatability between its software and hardware.