alert!!! site for the old dublang version 0.6.x, see the latest version here

home - plugins - tutorials - history - manual - design


dublang tutorial

how to install dublang and Sardine on Debian 13

tutorial on how to install dublang on Debian 13 (Trixie) with Sardine and SuperDirt

first, install the Debian packages below

sudo apt update
sudo apt install -y \
  curl \
  g++ \
  gettext-base \
  git \
  lua5.1 \
  lua-luv \
  luarocks \
  neovim \
  sc3-plugins \
  supercollider \
  python3-pip \
  python3-venv \
  python3-rtmidi \

create a python virtual env and install sardine inside it

python3 -m venv ~/bin/sardine-system
cd ~/bin/sardine-system
./bin/pip install sardine-system

create a new file ~/bin/sardine with the content below

#!/bin/sh
cd ~/bin/sardine-system
./bin/sardine $@

set this file as executable

chmod +x ~/bin/sardine

tell sardine to not start supercollider

sardine config
sardine config wizard animation

home - plugins - tutorials - history - manual - design