A C++ Qt graphical user interface for generating music using acestep.cpp
Find a file
2026-03-07 12:10:27 +01:00
res add screenshot 2026-03-06 00:12:49 +01:00
src Add wating message when douleclicking item 2026-03-07 12:10:27 +01:00
aceradio.desktop add .desktop file 2026-03-06 00:17:43 +01:00
CMakeLists.txt Small ui improvements 2026-03-06 11:36:39 +01:00
README.md README: fix heading 2026-03-06 11:35:49 +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 git@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.