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.

.gitignore 3.1KB

12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
11 years ago
11 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # Hidden files
  2. .directory
  3. .fuse-*
  4. .*.kate-swp
  5. .kdev_include_paths
  6. .kdev4/
  7. # Temp files
  8. *~
  9. *.bak
  10. # Binary files
  11. *.7z
  12. *.a
  13. *.o
  14. *.dll
  15. *.dll.def
  16. *.dylib
  17. *.exe
  18. *.so
  19. # Project files
  20. *.carxp
  21. *.carxs
  22. *.pro.user
  23. # C++ files
  24. *.moc
  25. moc_*.cpp
  26. ui_*.h
  27. resources.cpp
  28. # Python files
  29. *.pyc
  30. *_rc.py
  31. ui_*.py
  32. # PyQt widgets
  33. source/canvaspreviewframe.py
  34. source/digitalpeakmeter.py
  35. source/ledbutton.py
  36. source/paramspinbox.py
  37. source/pixmapbutton.py
  38. source/pixmapdial.py
  39. source/pixmapkeyboard.py
  40. # Binaries
  41. carla-bridge-qtcreator
  42. carla-bridge-native
  43. carla-bridge-posix32
  44. carla-bridge-posix64
  45. carla-bridge-lv2-cocoa
  46. carla-bridge-lv2-external
  47. carla-bridge-lv2-gtk2
  48. carla-bridge-lv2-gtk3
  49. carla-bridge-lv2-qt4
  50. carla-bridge-lv2-qt5
  51. carla-bridge-lv2-x11
  52. carla-bridge-vst-mac
  53. carla-bridge-vst-x11
  54. carla-discovery-qtcreator
  55. carla-discovery-native
  56. carla-discovery-posix32
  57. carla-discovery-posix64
  58. carla-native-lv2-export
  59. data/windows/Carla
  60. data/windows/CarlaControl
  61. source/plugin/carla-native.lv2/*.ttl
  62. source/tests/ANSI
  63. source/tests/CarlaString
  64. source/tests/DGL1
  65. source/tests/DGL2
  66. source/tests/Print
  67. source/tests/RtList
  68. source/tests/Utils
  69. source/tests/Widgets
  70. # Docs
  71. doc/CarlaBackend/
  72. doc/CarlaBridge/
  73. doc/DISTRHO/
  74. # CX-Freeze builds
  75. src/dist/
  76. # QtCreator builds
  77. *build-*Debug/
  78. *build-*Release/
  79. # ZynAddSubFX UI
  80. source/modules/carla_native/zynaddsubfx/UI/ADnoteUI.cpp
  81. source/modules/carla_native/zynaddsubfx/UI/ADnoteUI.h
  82. source/modules/carla_native/zynaddsubfx/UI/BankUI.cpp
  83. source/modules/carla_native/zynaddsubfx/UI/BankUI.h
  84. source/modules/carla_native/zynaddsubfx/UI/ConfigUI.cpp
  85. source/modules/carla_native/zynaddsubfx/UI/ConfigUI.h
  86. source/modules/carla_native/zynaddsubfx/UI/EffUI.cpp
  87. source/modules/carla_native/zynaddsubfx/UI/EffUI.h
  88. source/modules/carla_native/zynaddsubfx/UI/EnvelopeUI.cpp
  89. source/modules/carla_native/zynaddsubfx/UI/EnvelopeUI.h
  90. source/modules/carla_native/zynaddsubfx/UI/FilterUI.cpp
  91. source/modules/carla_native/zynaddsubfx/UI/FilterUI.h
  92. source/modules/carla_native/zynaddsubfx/UI/LFOUI.cpp
  93. source/modules/carla_native/zynaddsubfx/UI/LFOUI.h
  94. source/modules/carla_native/zynaddsubfx/UI/MasterUI.cpp
  95. source/modules/carla_native/zynaddsubfx/UI/MasterUI.h
  96. source/modules/carla_native/zynaddsubfx/UI/MicrotonalUI.cpp
  97. source/modules/carla_native/zynaddsubfx/UI/MicrotonalUI.h
  98. source/modules/carla_native/zynaddsubfx/UI/OscilGenUI.cpp
  99. source/modules/carla_native/zynaddsubfx/UI/OscilGenUI.h
  100. source/modules/carla_native/zynaddsubfx/UI/PADnoteUI.cpp
  101. source/modules/carla_native/zynaddsubfx/UI/PADnoteUI.h
  102. source/modules/carla_native/zynaddsubfx/UI/PartUI.cpp
  103. source/modules/carla_native/zynaddsubfx/UI/PartUI.h
  104. source/modules/carla_native/zynaddsubfx/UI/PresetsUI.cpp
  105. source/modules/carla_native/zynaddsubfx/UI/PresetsUI.h
  106. source/modules/carla_native/zynaddsubfx/UI/ResonanceUI.cpp
  107. source/modules/carla_native/zynaddsubfx/UI/ResonanceUI.h
  108. source/modules/carla_native/zynaddsubfx/UI/SUBnoteUI.cpp
  109. source/modules/carla_native/zynaddsubfx/UI/SUBnoteUI.h
  110. source/modules/carla_native/zynaddsubfx/UI/VirKeyboard.cpp
  111. source/modules/carla_native/zynaddsubfx/UI/VirKeyboard.h
  112. # Other
  113. source/includes/asio/
  114. source/includes/rewire/
  115. source/includes/vst/
  116. source/includes/vst3/