Collection of tools useful for audio production
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.

32 lines
991B

  1. /*
  2. * Carla static lilv code
  3. * Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or
  8. * any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * For a full copy of the GNU General Public License see the COPYING file
  16. */
  17. #include "src/collections.c"
  18. #include "src/instance.c"
  19. #include "src/lib.c"
  20. #include "src/node.c"
  21. #include "src/plugin.c"
  22. #include "src/pluginclass.c"
  23. #include "src/port.c"
  24. #include "src/query.c"
  25. #include "src/scalepoint.c"
  26. #include "src/state.c"
  27. #include "src/ui.c"
  28. #include "src/util.c"
  29. #include "src/world.c"
  30. #include "src/zix/tree.c"