-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (174 loc) · 6.87 KB
/
index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>BetaSoftCologne's place</title>
</head>
<body>
<style type="text/css">
#pic {
z-index: -10;
width: 100%;
height: 360px;
}
#container {
position: relative;
}
#container canvas {
position: absolute;
}
.container {
width: 100%;
opacity: 0.99;
}
.container > p {
padding: 0.5em;
}
.jumbotron {
background-color: #000080;
color: #ffff00;
}
#outer {
width: 80cap;
}
.display-3 {
padding: 0.1em;
}
@font-face {
font-family: "CPC464";
src: url("cpc464.woff") format('woff');
}
.cpc-font {
font-family: "CPC464", "Bitstream Vera Serif", serif;
}
#cursor {
background-color: #ffff00;
}
</style>
<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container" id="outer" class="inverse">
<div id="container">
<canvas id="pic"></canvas>
</div>
<p class="cpc-font">Welcome ..</p>
<p class="cpc-font">
.. to the world of BSC, stranger from the interwebs!
</p>
<p class="cpc-font">
This site is just a small collection of links to other sites covering mostly music related stuff that I made in the last <span id="years">30</span> years.
Most of the things also mostly relate to the Amstrad CPC, my 2nd and most beloved home computer after the Speccy.
The CPC was my main machine between 1985 and 1993 and I learnt things like reverse engineering and breaking things (sometimes called cracking), programming in assembly language (sometimes called coding), making special computer music (sometimes called chiptunes) and so much more. Ahhh, wonderful times!
</p>
<p class="cpc-font">
Ready
<br>
<span id="cursor"> </span>
</p>
<!--
<p><a class="btn btn-primary btn-lg" href="#" role="button">TODO wohin? »</a></p>
-->
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>AYAY Kaeppttn!</h2>
<p>
A SID engine and basic tracker which I started in 2012. It is capable of
creating the classic SID-effect introduced on the Atari ST in the 90s. It can
play an AY tune together with one SID voice to get a lot of nice effects.
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://github.com/BetaSoftCologne/AYAY" role="button">Go »</a></p>
</div>
<div class="col-md-4">
<h2>Soundtrakker</h2>
<p>
A tracker for the Amstrad CPC. Written and released in the early 90s, it was for some years the most
popular tracker in the CPC demoscene and was used by almost every group at that time.
</p>
<p><a class="btn btn-secondary" target="_blank" href="http://www.cpcwiki.eu/index.php/Soundtrakker" role="button">Go »</a></p>
</div>
<div class="col-md-4">
<h2>AY³ aka AYcubed</h2>
<p>
A new SID engine which emulates some parts of the SID sound like:
<ul>
<li>3 independent voices</li>
<li>synthesized square and sawtooth wave forms</li>
<li>variable duty cycle on square waves</li>
<li>Stereo!</li>
</ul>
</p>
<!-- TODO don't alert (freezes the js interpreter) -->
<p><a class="btn btn-secondary" href="javascript:alert('AY³ is not yet ready');" role="button">- WIP -</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-4">
<h2>@SoundCloud</h2>
<p>
Some of my tunes and AY experiments, made with Soundtrakker, AYAY Kaepttn!, AYcubed or a dedicated player.
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://soundcloud.com/betasoftcologne/" role="button">Go »</a></p>
</div>
<div class="col-md-4">
<h2>@SceneStream</h2>
<p>
A slightly larger mix of tunes, mostly from the CPC, but also some Fasttracker 2 modules.
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://scenestream.net/demovibes/artist/1862/" role="button">Go »</a></p>
</div>
<!-- https://www.shadertoy.com/user/BetaSoftCologne -->
<div class="col-md-4">
<h2>@shadertoy</h2>
<p>
Some really basic shaders I made. They will hopefully become progressively better ..
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://www.shadertoy.com/user/BetaSoftCologne" role="button">Go »</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-4">
<h2>CPC tunes</h2>
<p>
Some tunes I made with Soundtrakker, playable in the browser.
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://www.cpc-power.com/index.php?page=detail&onglet=zicym&num=11771" role="button">Go »</a></p>
</div>
<div class="col-md-4">
<h2>@dittytoy</h2>
<p>
Some tunes and audio experiments written in JavaScript
</p>
<p><a class="btn btn-secondary" target="_blank" href="https://dittytoy.net/user/Ollerich" role="button">Go »</a></p>
</div>
<!-- https://www.shadertoy.com/user/BetaSoftCologne -->
<div class="col-md-4">
</div>
</div>
<hr>
</div> <!-- /container -->
</main>
<footer class="container">
<p>© BSC 1986-<span id="year">2019</span> - Here be no google, no facebook, no cookies</p>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/docs/4.4/assets/js/vendor/jquery.slim.min.js"><\/script>')</script><script src="/docs/4.4/dist/js/bootstrap.bundle.min.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "773a16037d1c4ee782c51b96c0f0ba21"}'></script><!-- End Cloudflare Web Analytics -->
</body>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript">
const year = new Date().getFullYear();
$("#year").text(year);
$("#years").text(year - 1986);
</script>
</html>