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.

187 lines
3.9KB

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