Sampled Instrument Player with static and monolithic design. All instruments are built-in.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
275 B

#!/bin/bash
#https://doc.qt.io/qt-5/resources.html
#Resources are kept up-to-date upstream. They are not part of the make and build process.
pyrcc5 -no-compress resources.qrc -o ../resources.py #put them into the gui directly. Engine does not need any translation or images.