-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
101 lines (101 loc) · 4.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Raku-noise-gang.GitHub.io : Raku Noise Gang">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css' />
<link href="http://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Raku Noise Gang</title>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="four columns">
<img src="images/p6ng.png" />
</div>
<div class="eight columns">
<a id="forkme_banner" href="https://github.com/Raku-Noise-Gang">View on GitHub</a>
<h1 id="project_title">Raku Noise Gang</h1>
<section id="welcome">
<h3>Welcome to the Raku Noise Gang</h3>
<h4>
This is a group for the promotion and support of audio and music
application development in <a href="https://raku.org/">Raku</a>
</h4>
</section>
</div>
</div>
</div>
</header>
<section id="what">
<div class="container">
<h3>What's this all about?</h3>
<p>
Raku is an expressive and flexible programming language with a relatively
simple mechanism to bind to native libraries, it seems a good choice for implementing certain types of audio and
music applications, and it's fun too!
</p>
<p>
The aim of this group is to provide a focus for people writing sound
oriented applications in Raku and to help people find or use the tools
and libraries that are already available. If there is stuff out there
we want to bring it to people's attention.
</p>
</div>
</section>
<section id="do">
<div class="container">
<h3>So what can I do now?</h3>
<p>
There already exist modules for reading and writing audio files,
encoding and decoding various formats, interfacing with other
audio software, reading and writing MIDI and audio data from
devices and other things beside, at some point we'll get round to
curating a proper list but for the meantime you can browse the <a
href="https://modules.perl6.org">modules list</a> to see what already
exists.
</p>
<p>
If something you really want doesn't already exist, let us know; it
could be that someone already has it on their TODO list or they might
be looking for something new to work on.
</p>
<p>
We can also be found on <a href="irc://irc.freenode.net/raku-noise-gang">IRC</a>, come along and
have a chat.
</p>
</div>
</section>
<section id="help">
<div class="container">
<h3>How can I help?</h3>
<p>
There are no end of libraries that could be made or that the author needs
help with, we may even have adopted some modules that may need some love.
Just jump in and start making or mending stuff.
</p>
<p>
We also want to make some guides, how-to documentation and the like, so if
you like playing around with software, making noise at the same time and
writing documentation at the same time then do it, the more the merrier.
</p>
<p>
And of course if you make anything cool or interesting we'd love to know,
if you have recorded something using Raku we'd love to hear it, and
though we haven't really thought that far ahead right now, we'll work
out some way of show-casing it :)
</p>
</div>
</section>
<footer>
<div class="container">
© Raku Noise Gang 2016 - 2020
</div>
</footer>
</body>
</html>
<!-- vim: set ai expandtab shiftwidth=3 ft=html: -->