1\input texinfo
2@setfilename ocp
3@settitle Open Cubic Player
4
5@copying
6This documentiation falls under the GPL license.
7
8Copyright @copyright{} 2019 Stian Skjelstad.
9
10Copying and distribution of this file, with or without modification,
11are permitted in any medium without royalty provided the copyright
12notice and this notice are preserved.
13@end copying
14
15@dircategory Audio
16@direntry
17* OCP: (ocp).                   Open Cubic Player
18@end direntry
19
20@titlepage
21@title Open Cubic Player @PACKAGE_VERSION@ for UNIX
22@page
23@vskip 0pt plus 1filll
24@insertcopying
25@end titlepage
26
27@ifnottex
28@node Top
29@top Index
30
31
32OpenCubicPlayer is a music file player. It is derived from the @emph{Cubic Player 2.0appe}
33for DOS which was developed by Niklas Beisert, which you can find at
34@url{https://www.cubic.org/player/}
35
36OpenCubicPlayer is published under the GNU General Public License (GPL). That means you
37can use this software without charging for it.
38
39The source code is available to the public and everybody is encouraged to make
40changes to it. Please send any modifications and bugfixes to the authors. The
41authors do not take any warranty for any damages whatever kind produced by this
42software. For further details see the file
43@url{http://www.gnu.org/copyleft/gpl.html}
44
45For reporting bugs (issues), submitting patches, or looking for more recent
46versions, please check out @url{https://github.com/mywave82/opencubicplayer/} and
47@url{https://stian.cubic.org/project-ocp.php}
48
49If you encountered a bug in OpenCubicPlayer please report in the link above.
50Many people complain about music files not being played properly (especially
51with module formats). Please keep in mind that the original tracking/sequencing
52program is ~always~ the reference for correct playback. If a music file sounds
53different compiled to another player, please keep in mind that perhaps the other
54program does not play it correct. This is espicially true for Amiga 4channel
55modules. As those files can be produced using various trackers (Noise-, Sound-,
56Protracker and many, many more) and sadly all of those trackers are slighty
57different, a general player like OpenCubicPlayer can not play ~all~ modules
58correctly. We try to come as close to a reasonable mixture of them all, so that
59most modules are played correctly. However certain features of one tracker
60permit another feature of a different tracker.
61
62e-Mail contacts: Stian Skjelstad       @email{stian.skjelstad@@gmail.com}
63                 Niklas Beisert        @email{nbeisert@@physik.tu-muenchen.de}
64                 Tammo Hinrichs        @email{kb@@nwn.de}
65                 Dirk Jagdmann         @email{doj@@cubic.org}
66
67
68@insertcopying
69@end ifnottex
70
71@menu
72Users Manual
73* starting::
74* fileselector::
75* player::
76* configuration::
77* support::
78* faq::
79
80Developers Manual
81* mdz::
82* wap::
83@end menu
84
85@include starting.texi
86@include fileselector.texi
87@include player.texi
88@include configuration.texi
89@include support.texi
90@include faq.texi
91@include mdz.texi
92@include wap.texi
93
94@bye
95