Audio plugin host https://kx.studio/carla
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.

176 lines
4.0KB

  1. # Hidden files
  2. .directory
  3. .fuse-*
  4. .*.kate-swp
  5. .kdev_include_paths
  6. .kdev4/
  7. .DS_Store
  8. # Temp files
  9. *~
  10. *.bak
  11. # Binary files
  12. *.7z
  13. *.a
  14. *.o
  15. *.dll
  16. *.dll.def
  17. *.dylib
  18. *.exe
  19. *.so
  20. # Project files
  21. *.carxp
  22. *.carxs
  23. *.pro.user
  24. # C++ files
  25. *.moc
  26. moc_*.cpp
  27. ui_*.h
  28. resources.*.cpp
  29. qrc_resources.cpp
  30. # Python files
  31. *.pyc
  32. *_rc.py
  33. ui_*.py
  34. # Misc files
  35. *.aria2
  36. *.deb
  37. *.meta4
  38. *.ttl
  39. *.zip
  40. # PyQt widgets
  41. source/canvaspreviewframe.py
  42. source/carla_config.py
  43. source/digitalpeakmeter.py
  44. source/ledbutton.py
  45. source/paramspinbox.py
  46. source/pixmapbutton.py
  47. source/pixmapdial.py
  48. source/pixmapkeyboard.py
  49. source/qgraphicsembedscene.py
  50. # Binaries
  51. carla-bridge-qtcreator
  52. carla-bridge-native
  53. carla-bridge-posix32
  54. carla-bridge-posix64
  55. carla-bridge-lv2-cocoa
  56. carla-bridge-lv2-external
  57. carla-bridge-lv2-gtk2
  58. carla-bridge-lv2-gtk3
  59. carla-bridge-lv2-qt4
  60. carla-bridge-lv2-qt5
  61. carla-bridge-lv2-x11
  62. carla-bridge-vst-carbon
  63. carla-bridge-vst-cocoa
  64. carla-bridge-vst-x11
  65. carla-discovery-qtcreator
  66. carla-discovery-native
  67. carla-discovery-posix32
  68. carla-discovery-posix64
  69. carla-frontend
  70. carla-native-lv2-export
  71. data/linux/unzipfx2cat32
  72. data/linux/unzipfx2cat64
  73. data/windows/Carla
  74. data/windows/CarlaControl
  75. data/windows/Carla-*-win32/
  76. data/windows/Carla-*-win64/
  77. source/bridges/jackplugin/libjack.so.0
  78. source/frontend/Makefile
  79. source/tests/ansi-pedantic-test_*
  80. source/tests/CarlaRingBuffer
  81. source/tests/CarlaString
  82. source/tests/CarlaUtils1
  83. source/tests/CarlaUtils2
  84. source/tests/CarlaUtils3
  85. source/tests/CarlaUtils4
  86. source/tests/Exceptions
  87. source/tests/Print
  88. source/tests/RDF
  89. source/tests/EngineEvents
  90. source/tests/PipeServer
  91. source/tests/RtLinkedList
  92. source/tests/RtLinkedListGnu
  93. # Docs
  94. doc/CarlaBackend/
  95. doc/CarlaBridge/
  96. doc/DISTRHO/
  97. # CX-Freeze builds
  98. source/dist/
  99. # QtCreator builds
  100. *build-*Debug/
  101. *build-*Release/
  102. # python files in plugin resources dir
  103. bin/resources/*.py
  104. source/modules/native-plugins/resources/*.py
  105. # zynaddsubfx
  106. source/modules/native-plugins/zynaddsubfx/Output/
  107. source/modules/native-plugins/zynaddsubfx/Tests/
  108. source/modules/native-plugins/zynaddsubfx/UI/ADnoteUI.cpp
  109. source/modules/native-plugins/zynaddsubfx/UI/ADnoteUI.h
  110. source/modules/native-plugins/zynaddsubfx/UI/BankUI.cpp
  111. source/modules/native-plugins/zynaddsubfx/UI/BankUI.h
  112. source/modules/native-plugins/zynaddsubfx/UI/ConfigUI.cpp
  113. source/modules/native-plugins/zynaddsubfx/UI/ConfigUI.h
  114. source/modules/native-plugins/zynaddsubfx/UI/EffUI.cpp
  115. source/modules/native-plugins/zynaddsubfx/UI/EffUI.h
  116. source/modules/native-plugins/zynaddsubfx/UI/EnvelopeUI.cpp
  117. source/modules/native-plugins/zynaddsubfx/UI/EnvelopeUI.h
  118. source/modules/native-plugins/zynaddsubfx/UI/FilterUI.cpp
  119. source/modules/native-plugins/zynaddsubfx/UI/FilterUI.h
  120. source/modules/native-plugins/zynaddsubfx/UI/LFOUI.cpp
  121. source/modules/native-plugins/zynaddsubfx/UI/LFOUI.h
  122. source/modules/native-plugins/zynaddsubfx/UI/MasterUI.cpp
  123. source/modules/native-plugins/zynaddsubfx/UI/MasterUI.h
  124. source/modules/native-plugins/zynaddsubfx/UI/MicrotonalUI.cpp
  125. source/modules/native-plugins/zynaddsubfx/UI/MicrotonalUI.h
  126. source/modules/native-plugins/zynaddsubfx/UI/OscilGenUI.cpp
  127. source/modules/native-plugins/zynaddsubfx/UI/OscilGenUI.h
  128. source/modules/native-plugins/zynaddsubfx/UI/PADnoteUI.cpp
  129. source/modules/native-plugins/zynaddsubfx/UI/PADnoteUI.h
  130. source/modules/native-plugins/zynaddsubfx/UI/PartUI.cpp
  131. source/modules/native-plugins/zynaddsubfx/UI/PartUI.h
  132. source/modules/native-plugins/zynaddsubfx/UI/PresetsUI.cpp
  133. source/modules/native-plugins/zynaddsubfx/UI/PresetsUI.h
  134. source/modules/native-plugins/zynaddsubfx/UI/ResonanceUI.cpp
  135. source/modules/native-plugins/zynaddsubfx/UI/ResonanceUI.h
  136. source/modules/native-plugins/zynaddsubfx/UI/SUBnoteUI.cpp
  137. source/modules/native-plugins/zynaddsubfx/UI/SUBnoteUI.h
  138. source/modules/native-plugins/zynaddsubfx/UI/VirKeyboard.cpp
  139. source/modules/native-plugins/zynaddsubfx/UI/VirKeyboard.h
  140. # Other
  141. source/includes/asio/
  142. source/includes/rewire/
  143. source/includes/vst/
  144. source/includes/vst3/
  145. source/includes/config.h
  146. data/linux/*.gz
  147. data/linux/*.tgz
  148. data/linux/*.xz
  149. data/linux/*.*/
  150. data/macos/*.gz
  151. data/macos/*.tgz
  152. data/macos/*.*/
  153. data/macos/Carla/
  154. data/windows/python/