-
Notifications
You must be signed in to change notification settings - Fork 0
/
antimastering_eng.html
56 lines (56 loc) · 2.71 KB
/
antimastering_eng.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Bombanella studio</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" type="text/css" href="css/screen.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
</head>
<body>
<div id="site">
<div class="site-navigation">
<ul>
<li><a href="welcome_eng.html">Welcome</a></li>
<li><a href="studio_eng.html" title="Studio">Studio</a></li>
<li><a href="gearlist_eng.html" title="Gearlist">Gearlist</a></li>
<li class="active"><a href="antimastering_eng.html" title="Anti mastering">Anti mastering</a></li>
<li><a href="records_eng.html" title="Bombanella records">Bombanella records</a></li>
<li><a href="clients_eng.html" title="Clients">Clients</a></li>
<li><a href="contact_eng.html" title="Contact">Contact</a></li>
</ul>
</div>
<div class="site-content">
<ul class="bxslider">
<li><img src="images/a1.jpg" /></li>
<li><img src="images/a2.jpg" /></li>
<li><img src="images/a3.jpg" /></li>
<li><img src="images/a4.jpg" /></li>
</ul>
<p class="generic">
<strong>Audiosophia</strong> in collaboration with <strong>Bombanella Soundscapes</strong> and through original and innovative procedures, invented ANTIMASTERING, a process aimed at providing audio material with its hidden peculiarities. The special equipment we designed and built for this purpose enable to aquire information, that no equipment has ever been able to decode and press before, from any piece of music (even if already mixed and/or mastered).<br />
Antimastering can recover a big amount of armonic information which seemed disguised, blurry or totally missing in the original piece of music, like details, space perspectives, silences and even performance purposes, giving the listener the stereoscopic impression of literally “looking at” the music.<br />
<br />
<strong>RATES</strong><br />
Antimastering rate is 60 euros per song.<br />
Antimastering trial rate is 30 euros per song plus shipping.<br />
FTP return is possible, but we strongly recommend mail return in order not to frustrate the antimastering process.
</p>
</div>
<div class="site-footer">
<p>
BOMBANELLA SOUNDSCAPES - Via Prazecco, 65 - 41053 - MARANELLO (MO) - IT<br />
P.I. 03014070365 - <a href="mailto:[email protected]" title="Manda mail">[email protected]</a> - ph. (+39) 339 7880199
</p>
</div>
</div>
<script>
$(document).ready(function(){
$('.bxslider').bxSlider({
auto: true
});
});
</script>
</body>
</html>