forked from sbender9/xAudic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.html
104 lines (82 loc) · 3.7 KB
/
Readme.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>xAudic Readme</title>
</head>
<body bgcolor="#FFFFFF">
<center><H1>xAudic 0.21</H1></center>
<p>xAudic was first released on May 31, 1999 for MacOS X
Server under the name MacOSXAmp. And, until now, hadn't been updated since July 9, 1999. I
finally got around to updating it for MacOS X Client, which took
a good bit of work. This version does not perform very well on my
266Mhz G3, but should perform well on more recent Macs. I see
15%-20% CPU utilization on my machine. I'm interested to here how
it works for others. If your worried about skipping and SPU
utilization, make sure keep visualizations off. Visualizations
increas CPU utilization three fold. </p>
<p>Please let me know what you need/hate/love about the app, and
if your a developer please help me improve it. </p>
<p>The latest version of xAudic includes support for user
created User Interfaces. It is now very simple to create a new
interface for the application. If you can use InterfaceBuilder,
you can create a UI. No coding is needed, although you can also
create a .bundle with your code for the interface in it. See the
UserInterfaces/Sample for an example of a coded UI, and
UICreation.html and xAudic.app/Contents/Resources/UIPlugins/*
for nib only examples. If you create a new UI, please send it to
me. I'll post on the web site.</p>
<p> </p>
<p><strong>Using WinAmp Skins:</strong></p>
<blockquote>
<p>You can use almost any skin made for WinAmp or x11amp with
MaxOSXAmp.Just place the skin zip, tar, tgz, or directory in
one of the following directories:</p>
</blockquote>
<ul>
<li>~/Library/xAudic/Skins</li>
<li>/System/Library/xAudic/Skins</li>
<li>/Network/Library/xAudic/Skins</li>
<li>/Local/Library/xAudic/Skins</li>
</ul>
<p><strong></strong> </p>
<p><strong>Mailing Lists:</strong></p>
<blockquote>
<p><a href="mailto:macosxamp-users@harmony-ds.com">macosxamp-users@harmony-ds.com</a>
for general help using xAudic </p>
<p><a href="mailto:macosxamp-announce@harmony-ds.com">macosxamp-announce@harmony-ds.com</a>
for announcements concerning new versions. </p>
<p>Subscribe to these lists by sending mail to
macosxamp-users-request@harmony-ds.com or
macosxamp-announce-request@harmony-ds.com with
"subscribe" as the body of the message. </p>
</blockquote>
<p> </p>
<p><strong>Plugin Developement:</strong></p>
<blockquote>
<p>Plugins are bundles which are found in the standard
Library search path under xAudic/Plugins. The bundle
should include a class or classes which are derived from one
of the plugin classes: Input, Output, Effect, or General.
You'll have to link against the MXA.framework that's in the
application wrapper. Most of it's pretty strait forward, but
have a look at the included plugins to get more info. </p>
</blockquote>
<p><strong></strong> </p>
<p><strong>Thanks:</strong></p>
<ul>
<li>the xmms(www.xmms.org) team for releasing their
source, which made my job very easy</li>
<li>The freeamp project and xing for the MP3 decoder</li>
<li>The id3lib project (www.id3.org) for the id3 tag code</li>
<li>All the users who've helped to make xAudic better!</li>
</ul>
<p> </p>
<p>Please send any correspondence concerning xAudic to <br>
<a href="mailto:xAudic@xAudic.net">xAudic@xAudic.net</a>
or to the mailing list. </p>
<p>See <a href="http://www.xAudic.net">http://www.xAudic.net</a>
for more info, news and new releases.</p>
</body>
</html>