rubyk / rubyk

Open source patcher for multimedia projects: glue all this midi, DMX, neural networks, opengl stuff into a fast C++ core with Lua scriptable objects.

This URL has Read+Write access

rubyk / CREDITS
100644 39 lines (35 sloc) 1.257 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
juce
----
brief : JUCE is an all-encompassing C++ class library for developing cross-platform applications.
authors : Julian Storer
website : http://www.rawmaterialsoftware.com/juce/
copyright: see mimas/lib/juce/docs/JUCE readme.html
license : GPL license
 
oscpack
-------
  brief : Oscpack is simply a set of C++ classes for packing and unpacking Open Sound Control packets.
  author : Ross Bencina <rossb@audiomulch.com>
  website : http://www.audiomulch.com/~rossb/code/oscpack/
  copyright: see rubyk/src/lib/osc/LICENSE
  license : MIT license
 
libsvm
------
brief : Machine learning library used for pattern recognition in the 'Svm' object.
authors : Chih-Chung Chang and Chih-Jen Lin
website : http://www.csie.ntu.edu.tw/~cjlin/libsvm
copyright: see objects/svm/COPYRIGHT
license : MIT License
 
FFT
---
brief : Fast Fourier Transform used in the 'FFT' object.
authors : Laurent de Soras
website : http://ldesoras.free.fr/prod.html
copyright: see objects/fft/readme.txt
license : LGPL
 
ELBG
----
brief : Enhanced LBG. Vector Quantization used in the 'VQ' object.
author : Vitor Sessak <vitor1001@gmail.com>
website : http://ffmpeg.mplayerhq.hu/
copyright: see objects/quantize/elbg.h
license : LGPL