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.

186 lines
3.9KB

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