antoinercbs / tesla-synth-web-player

A web MIDI player specifically designed for the MMMZZZZ's Syntherrupter (Tesla Coil controller)
Mozilla Public License 2.0
4 stars 0 forks source link

Not possible to add SyFoh command to a selected song #7

Open MadsBarnkob opened 2 years ago

MadsBarnkob commented 2 years ago

Describe the bug It is not possible to add a command to a song or no good feedback is given on why it can not be added

To Reproduce Steps to reproduce the behavior: 1: install python release on windows 10 2: run tesla player 3: add a midi 4: try to add a command to midi 5: after "Compile!" a cursor with red access denied icon is shown over add to song button

addtosong

antoinercbs commented 2 years ago

Hi Mads, this has to do with the other issue you pointed with the python command that differs on several installations #5 (due to python2 "recent" deprecation, the "python" commands refers to python3 and the python3 commands no longer works by default.

Therefore you will need to change the "python3" to "python" in line 81 of the app.py file.