1<html>
2
3  <head>
4    <title>Feedback</title>
5  </head>
6
7  <!--TSE3-BODY-->
8
9    <h1>Feedback</h1>
10
11    <p>
12    If you have any comments, questions or contributions to TSE3 please contact
13    me at <a href="pete@cthree.org">pete@cthree.org</a>.
14    Feedback is always welcomed.
15
16    <h1>Bug reports</h1>
17
18    <p>
19    If you are submitting a bug report then please provide as much information
20    as possible. Including the form below would be very useful.
21    <p>
22    It would also be useful if you could include the output of running
23    <code>tse3play --verbose</code>.
24
25    <pre>
26    --------------------------------------------------------------------------
27
28<b>
29    TSE3 bug report form
30    ====================
31</b>
32
33    <b>Name:</b>                              [e.g. Pete Goodliffe]
34    <b>Date:</b>                              [e.g. 2000-08-21]
35    <b>Email:</b>                             [e.g. pete@cthree.org]
36    <b>Your experience:</b>                   [e.g. experienced programmer in C/C++
37                                             experienced unix user
38                                             unix user
39                                             new unix user]
40
41    <b>TSE3 version number:</b>               [e.g. 0.0.7]
42    <b>OS name:</b>                           [e.g. gnu linux]
43    <b>OS distribution:</b>                   [e.g. Redhat]
44    <b>Run "uname -a":</b>                    [e.g. Linux solomon 2.2.12-20 #1 ...]
45    <b>Do you use OSS or ALSA:</b>            [e.g. Alsa 0.5.1]
46    <b>Compiler name and version:</b>         [e.g. gcc 2.95.2]
47
48    <b>Description of bug:</b>
49
50    [e.g. When I run tse3play my computer explodes]
51
52    <b>How to (repeatably) reproduce the bug:</b>
53
54    [e.g. Perform a clean build and install, then type tse3play. The
55    computer explodes.]
56
57    <b>Any other comments:</b>
58
59    [e.g. You owe me a new computer ;-) ]
60
61    --------------------------------------------------------------------------
62
63    <b>Please attach the output of "tse3play --verbose" below:</b>
64
65    [ tse3play --verbose output ]
66
67    --------------------------------------------------------------------------
68
69    <b>Please attach the output of "cat /dev/sndstat" and "cat /proc/asound/devices" below:</b>
70
71    [ output ]
72
73    --------------------------------------------------------------------------
74
75    </pre>
76
77
78    <!--TSE3-FOOTER-->
79
80  </body>
81
82</html>
83