暂无描述

Johann Woelper f6daeb406d song support 4 年之前
media 90006d3585 new samples, load refavtor, used samples 4 年之前
patterns 90006d3585 new samples, load refavtor, used samples 4 年之前
ref c3a0cbd87e moar sounds 4 年之前
src 90006d3585 new samples, load refavtor, used samples 4 年之前
.gitignore 182c10026a remove sampler ini 4 年之前
Cargo.lock f6daeb406d song support 4 年之前
Cargo.toml cb16799492 moar UI 4 年之前
Readme.md 77afa741d7 prior to snds -> sounds refactor 4 年之前

Readme.md

A simple sampler.

A toy project for fooling around with rust, imgui and rodio.

The concept is centered around Sounds, Patterns and a Timeline. You can select and modify individual sounds and arrange them on a pattern. Afterwards, arrange patterns on a timeline to form a song (planned)

What you can do now:

  • Combine any number of sounds into a pattern
  • Sounds can be adjusted:
    • speed
    • volume
    • trim
    • roll
    • reverse (planned)
  • Patterns can be adjusted:
    • repeat
    • BPM
    • length
    • rows
  • Save your patterns to disk
  • Load patterns from disk
  • Comes with CC0-licensed samples that are ready to use
  • Add your own sounds into the media folder

What you can not do:

  • Export your song as audio 😭