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.

181 lines
4.1KB

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