/kodo

Primary LanguageC++Boost Software License 1.0BSL-1.0

kodo

ubuntu windows macos

Experimental digital audio workstation software.

Setup

  1. Install bazelisk prebuilt binary as bazel https://github.com/bazelbuild/bazelisk/releases
  2. If you use debian-like OS:
  3. Run this command to launch it: bazel run //:main --config={OS}, where OS can be one of windows, macos, and linux.

Roadmap

  • Create proto to save/load DAW projects.
  • Lookup audio devices.
  • Create minimal GUI of sequencer, mixier, and piano roll.
  • Load audio files and play audio.
  • Record audio.
  • Host VST3 synth plugins and play midi.
  • Lookup midi devices.
  • Record midi.
  • Host VST3 effect plugins in the mixier.

References

History

  • 2023/08/23: Init.

License

Copyright klknn since 2023. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt