-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusecases.html
67 lines (57 loc) · 2.16 KB
/
usecases.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
<!DOCTYPE html>
<html>
<head>
<title>Kunquat Tracker</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="kunquat.css" />
</head>
<body>
<h1 class="title">Kunquat <span class="sub">– a fresh take on old school trackers</span>
<img src="kunquat-transparent.svg" alt="" /></h1>
<nav class="menu">
<a href="./">about</a>
<a href="screenshots">screenshots</a>
<a href="usecases">use cases</a>
<a href="tryit">try it</a>
<a href="specification">specification</a>
</nav>
<div class="main">
<h2>Creating Soundscapes for Games</h2>
<p>
April works for a computer game company and is responsible for creating soundscapes for
games. Moving the game to use libkunquat for sound rendering lets April use graphical
tools from Kunquat project to tie songs and sounds into the game world and have game
elements respond to changes in the music as well. In this use case libkunquat would also
take care of sound effects played when the character jumps or collects a coin.
</p>
<p>
alternatives:
Firelight <a href="http://www.fmod.org/">FMOD</a>,
Audiokinetic <a href="https://www.audiokinetic.com/">Wwise</a>
</p>
<h2>Digital Music Production</h2>
<p>
May creates and sells albums of digital music online. She is musical, but does not have a
training for playing an instrument. Kunquat-tracker lets her create her music albums by
editing as an alternative for having to play the instruments in real time. She
occasionally records a small set of notes through MIDI interface or using the qwerty
keyboard when she is on the run.
</p>
<p>
alternatives:
<a href="http://www.users.on.net/~jtlim/ImpulseTracker/">Impulse Tracker</a>,
<a href="http://www.renoise.com/">Renoise</a>
</p>
<h2>Live Performances</h2>
<p>
June plays keyboard in a band in front of a live audience. She has traditionally used
hardware synthesizers to produce sound, but is looking for software alternatives to make
her gear more portable. She decides to use Kunquat instruments for rendering her keyboard
playing into sound on stage.
</p>
<p>
alternatives: <a href="http://zynaddsubfx.sourceforge.net/">ZynAddSubFX</a>
</p>
</div>
</body>
</html>