Collection of tools useful for audio production
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.
|
- # Hidden files
- .directory
- .fuse-*
- .*.kate-swp
- .kdev4/
-
- # Temp files
- *~
- *.bak
- *.zip
-
- # Binary files
- *.exe
- *.o
-
- # Project files
- *.pro.user
-
- # C++ files
- *.moc
- moc_*.cpp
- ui_*.h
-
- # Python files
- *.pyc
- ui_*.py
-
- # Resource files
- src/resources_rc.py
- qrc_resources*.cpp
-
- # Binaries
- c++/jackmeter/cadence-jackmeter
- c++/xycontroller/cadence-xycontroller
-
- # CX-Freeze builds
- src/dist/
-
- # QtCreator builds
- *-build-*Debug/
- *-build-*Release/
-
- # Other
- data/templates/energyXT.xt
|