Go to file
2025-06-20 17:04:00 +02:00
WAVs real pd patch 2025-06-13 15:16:02 +02:00
.gitignore real pd patch 2025-06-13 15:16:02 +02:00
.python-version init project, frist draft 2025-03-20 17:37:36 +01:00
chom.json chom api ok but there is to much delais in data 2025-06-12 11:40:54 +02:00
LICENSE Initial commit 2025-03-20 16:12:38 +00:00
main.py release candidate 1 2025-06-20 17:04:00 +02:00
maregraphe_pd.png python soket sendTo pd netreveive 2025-03-27 22:41:12 +01:00
maregraphe_test.pd real pd patch 2025-06-13 15:16:02 +02:00
maregraphe.pd release candidate 1 2025-06-20 17:04:00 +02:00
pyproject.toml init project, frist draft 2025-03-20 17:37:36 +01:00
README.md release candidate 1 2025-06-20 17:04:00 +02:00
uv.lock init project, frist draft 2025-03-20 17:37:36 +01:00

maregraphe

Requierments

Pure Data Python 3

install

pd doit etre dans le path du system pour que python puisse le lancer

par exemple sur osx il faut faire un alias de pure data: sudo ln -s /Applications/Pd-0.55-2.app/Contents/Resources/bin/pd /usr/local/bin/pd

install the app

git clone https://gitea.esadhar.fr/b.soussi-chiadmi/maregraphe.git
cd maregraphe

add the sound files

ensuite copier les wav dans les dossier WAVs

install the env and dependencies

puis installer l'environement python (dependences)

python -m venv .venv
source .venv/bin/activate
pip install uv
uv sync

launch the app

lancer le programme dans un terminal

./main.py
# ou
python main.py
# ou
python3 main.py
# etc

leave it running

laisser la fenetre du terminale ouverte (si fermé, ça ferme le programme)

screenshots