README.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. =======
  2. KOLLABS
  3. =======
  4. Collected abstractions for absolute data collapse.
  5. Description
  6. -----------
  7. KOLLABS is an abstraction library for Pure Data, that covers data management, OSC- and MIDI-communication and state saving.
  8. This library is still work in progress.
  9. For questions or bug reports, contact me:
  10. mail@marianweger.com
  11. Getting started
  12. ---------------
  13. open [ds_help] for state-saving.
  14. open [midi_help] for MIDI communication,
  15. open [osc_help] for OSC communication
  16. Requirements
  17. ------------
  18. Kollabs is built completely in Pd-Vanilla and thereby does not require any external libraries (except mrpeach/iemnet for OSC communication).
  19. It works with any Pd version above 0.42, but >= 0.43 is highly recommended.
  20. Source
  21. ------
  22. https://github.com/m---w/kollabs
  23. Copyright/License
  24. -----------------
  25. Copyright (C) 2012 Marian Weger
  26. This program is free software: you can redistribute it and/or modify
  27. it under the terms of the GNU General Public License as published by
  28. the Free Software Foundation, either version 3 of the License, or
  29. (at your option) any later version.
  30. This program is distributed in the hope that it will be useful,
  31. but WITHOUT ANY WARRANTY; without even the implied warranty of
  32. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  33. GNU General Public License for more details.
  34. You should have received a copy of the GNU General Public License
  35. along with this program. If not, see <http://www.gnu.org/licenses/>.