forked from radarsat1/liblo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
41 lines (37 loc) · 1018 Bytes
/
AUTHORS
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
40
Steve Harris
Nicholas J Humfrey
Uwe Koloska
Jesse Chappell
Topher Cyll
Sze'kelyi Szabolcs
Camille Troillard
Chris Hixon
Kentaro Fukuchi
Dave Robillard
Stephen Sinclair
Dominic Sacré
Alex McLean
Mike Wozniewski
Joseph Malloch
Hanspeter Portner
IOhannes m zmölnig
Patric Schmitz
Felix Homann
Stephen Kyne
Shawn Hovoer
Yann E. Morin
Fabrice Fontaine
Ingo Koinzer
Thomas Brand
Anonymous s0600204
Mathias Bredholt
Guidelines for authors:
As liblo is an implementation of a fairly widespread protocol I'd like to keep
any changes in check to try to prevent it deviating too far from the agreed OSC
standard and the intended niche of liblo (ie. easy to use). To help that,
please try to follow the following guidelines:
* Keep to the current, fairly minimal, OO-C API style where possible
* Document any API changes in Doxygen style. my current docs aren't great, but
the're better than nothing :)
* Update the ChangeLog whenever neccesary.
* Add tests for any changes or discovered bugs to the regression test file.