A C++ Qt graphical user interface for generating music using acestep.cpp
Find a file
Carl Philipp Klemm 1f0a6c2718
Some checks are pending
Build eismuliplexer for linux / Build (push) Waiting to run
Github needs sudo for apt
2026-03-12 22:41:13 +01:00
.github/workflows Github needs sudo for apt 2026-03-12 22:41:13 +01:00
res Change location and name of .desktop file 2026-03-12 22:28:23 +01:00
src Add first run message 2026-03-12 22:29:18 +01:00
CMakeLists.txt Change location and name of .desktop file 2026-03-12 22:28:23 +01:00
README.md Add link to acestep.cpp to README 2026-03-12 22:31:59 +01:00

Aceradio

Screenshot

A C++ Qt graphical user interface for generating music using acestep.cpp.

Requirements

  • Qt 6 Core, Gui, Widgets, and Multimedia
  • CMake 3.14+
  • acestep.cpp (bring your own binaries)

Building

Build acestep.cpp first:

git clone https://github.com/ServeurpersoCom/acestep.cpp.git
cd acestep.cpp
mkdir build && cd build
cmake .. -DGGML_VULKAN=ON  # or other backend
make -j$(nproc)
./models.sh  # Download models (requires ~7.7 GB free space)

Build the GUI:

git clone https://github.com/IMbackK/aceradio.git
cd aceradio
mkdir build && cd build
cmake ..
make -j$(nproc)

Setup Paths:

Go to settings->Ace Step->Model Paths and add the paths to the acestep.cpp binaries the models.