No description
  • Python 99.9%
  • Shell 0.1%
Find a file
2025-09-26 14:24:29 +02:00
assets merged? 2024-01-16 14:41:18 +01:00
doc action new 2024-08-22 15:36:29 +02:00
icons icons for play and stop, cursor position info 2024-01-30 14:15:36 +01:00
src comments 2025-09-26 14:14:15 +02:00
.gitignore removed .idea and added .gitignore 2024-01-28 15:44:46 +01:00
deploy_dependencies.howto deploy_dependencies.howto 2023-08-12 18:44:04 +02:00
playing_with_sound_generation.py new sound generator 2023-10-01 11:59:34 +02:00
README.md action new 2024-08-22 15:36:29 +02:00
requirements.txt requirements.txt refreshed 2025-09-26 14:24:29 +02:00
run_wavecraft.sh runner script 2025-09-26 14:09:44 +02:00

Wavecraft

Load venv

Every point in this section needs the venv to be active!! Activate it!

$ source .venv/bin/activate

Install dependencies

$ pip install -r requirements.txt

Freeeze dependencies

$ pip freeze > requirements.txt

Run on Pavels machine

$ ./run_wavecraft.sh

For some reason a PYTHONPATH var has to be set or the project will not execute. Intellij cant do it, check the content of the script.

Run with Pycharm

Sometimes it just don't work, here are hints how to set the run configuration

screenshot runconfig