Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 950 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 950 Bytes

Tessera

Warning: this is in a very early stage of development.

Experimental DAW with a focus on microtonal composition, expressiveness and physical modelling.

GUI parts are written in lua with LÖVE, the audio backend is in Rust.

How to build (Windows)

  • Make sure you have installed Rust.
  • You'll want ASIO support, detailed build instructions are on the cpal repo.
  • cargo build will build the backend.
  • Install LÖVE.
  • Run love . in the lua folder.

A setup file will automatically be generated in lua/settings where you can configure your audio/midi device, see example_setup.lua for instructions.

For release mode, use cargo build --release and set release = true in main.lua.

When things stabilize I will provide builds.