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.

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