-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
167 lines (144 loc) · 10.2 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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Quicksand:400' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Quicksand:700' rel='stylesheet'>
<link rel="stylesheet" href="styles.css">
<script type="text/javascript" src="script.js"></script>
<link href="https://famistudio.org" rel="canonical">
<link rel="icon" type="image/png" href="FamiStudio_32.png">
<meta charset="utf-8" name="viewport" content= "width=device-width, initial-scale=1.0">
<meta name="Description" content="Official website of FamiStudio, a simple music editor for the Nintendo Entertainment System (NES) or Famicom.">
<meta property="og:type" content="website" />
<meta property="og:title" content="FamiStudio - NES Music Editor" />
<meta property="og:description" content="FamiStudio is a simple music editor for the Nintendo Entertainment System or Famicom. It is targeted at both chiptune artists and NES homebrewers." />
<meta property="og:url" content="https://famistudio.org/" />
<meta property="og:image" content="https://famistudio.org/twitter_card.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:site" content="@NesBleuBleu">
<meta name="twitter:title" content="FamiStudio - NES Music Editor">
<meta name="twitter:description" content="FamiStudio is a simple music editor for the Nintendo Entertainment System or Famicom. It is targeted at both chiptune artists and NES homebrewers.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="https://famistudio.org/twitter_card.png">
<meta name="theme-color" content="#b2b9c6">
<title>FamiStudio - NES Music Editor</title>
</head>
<body style="margin:0px;">
<img class="banner" src="banner.png" style="width:100%;">
<div class="gradient" style="position:fixed;max-width:1080px;margin: 0 auto;top:0px;width:100%;height:160px;background-image:linear-gradient(rgba(0,0,0,192),rgba(0,0,0,0));">
<img src="famistudio.png" style="position:absolute;left:40px;top:40px;">
<div style="position:absolute;left:130px;top:50px;text-shadow:0px 0px 10px #000000;color: #C6CDDA;font-size: 48px;">FamiStudio</div>
</div>
<div style="margin:10px;">
<h1>FamiStudio NES Music Editor</h1>
<p>FamiStudio is a simple music editor for the Nintendo Entertainment System or Famicom. It is targeted at both chiptune artists and NES homebrewers.</p>
<h1>Latest Hotfix Release 4.3.2 (January 17th 2025)</h1>
<p><b>Changes/Fixes:</b></p>
<ul>
<li>Fixed crash when exporting audio/video</li>
</ul>
<h1>Latest Major Release 4.3.0 (December 19th 2024)</h1>
<p>FamiStudio 4.3.0 was just released! Click <a href="https://famistudio.org/doc/releases/430/">here</a> or on the image below to see some of the new features and how to use them.</p>
<center><a href="https://famistudio.org/doc/releases/430/"><img src='https://famistudio.org/doc/releases/430/Thumbnail430.png' style="width:80%" /></a></center>
<p><b>Changes/Fixes:</b></p>
<ul>
<li>Support for custom tuning per project (ex: where A is not 440Hz)</li>
<li>N163 wave auto position assignment</li>
<li>Improve conflict resolution when copy-pasting between songs/projects</li>
<li>New in-app font (Noto Sans) : More readable at low resolution and supports international characters</li>
<li>Unifying UI code between desktop/mobile, mobile dialogs will now look and feel more like the desktop version</li>
<li>Making more features available on mobile:</li>
<ul>
<li>Shy mode</li>
<li>MIDI import</li>
<li>MIDI export</li>
<li>Ability to import songs from storage</li>
<li>Ability to import instruments from storage</li>
<li>Ability to import DPCM samples from other FMS projects on device storage</li>
</ul>
<li>PAL expansion audio support (Thanks Steo!)</li>
<li>Minor adjustment to NES APU volumes (Thanks Steo!)</li>
<li>SDAS/GBDK support (Thanks Michel Iwaniec!)</li>
<li>Russian translation (Thanks Alex, Mkliukang1 and Furmilion!)</li>
<li>Korean translation (Thanks Nyaongi and Ospaggi!)</li>
<li>Upgrade all platforms to .NET 8.0</li>
</ul>
<p><b>Breaking/Behavior changes:</b></p>
<ul>
<li>Default bass cutoff and filter frequencies where changed to better match the hardware</li>
<li>NES APU volumes have been adjusted slightly to better match the hardware</li>
<li>Most "Select All" / "Select None" buttons have been replace by context menus (right-click on desktop, long press on mobile).</li>
</ul>
<p>Release notes of previous versions can be found in the <a href='https://famistudio.org/doc/changelog/'>documentation</a>.</p>
<h1 id="download">Download</h1>
<table style="margin-left: auto;margin-right: auto;">
<tr>
<td colspan="2"><center><h2>Download links</h2></center></td>
</tr>
<tr>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-WinInstaller.zip"><img src="windows.png"></a></td>
<td style="padding: 20px;" align="center">
<a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-WinInstaller.zip"><center>Windows Installer</center></a><br>
<a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-WinPortableExe.zip"><center>Windows Portable EXE</center></a>
</td>
</tr>
<tr>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-MacOS.zip"><img src="macos.png"></a></td>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-MacOS.zip"><center>MacOS Bundle</center></a></td>
</tr>
<tr>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-LinuxAMD64.zip"><img src="linux.png"></a></td>
<td style="padding: 20px;" align="center">
<a href="https://flathub.org/apps/details/org.famistudio.FamiStudio"><center>FlatHub</center></a><br>
<a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/FamiStudio432-LinuxAMD64.zip"><center>Linux AMD64 Binaries</center></a>
</td>
</tr>
<tr>
<td style="padding: 20px;" align="center"><a href="https://play.google.com/store/apps/details?id=org.famistudio"><img src="android.png"></a></td>
<td style="padding: 20px;" align="center">
<a href="https://play.google.com/store/apps/details?id=org.famistudio"><center>Play Store (Recommended)</center></a><br>
<a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.2/org.famistudio.apk"><center>APK</center></a>
</td>
</tr>
<tr>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.1/FamiStudio431-SoundEngine.zip"><img src="6502.png"></a></td>
<td style="padding: 20px;" align="center"><a href="https://github.com/BleuBleu/FamiStudio/releases/download/4.3.1/FamiStudio431-SoundEngine.zip"><center>NES Sound Engine<br>(CA65, NESASM, ASM6)</center></a></td>
</tr>
</table>
<h2>Installation Instructions</h2>
<ul>
<li>On Windows, simply download and run the installer (Setup.exe), which should take care of installing most dependencies. A shortcut to FamiStudio and the included demo songs will be added to your Start Menu. If you get a warning when installing or if the app crashes when running, please check out the <a href='doc/install/#windows'>documentation</a> for the fix.</li>
<li>On macOS, download and uncompress the file anywhere and the launch the FamiStudio app. The demo songs are included in the zip. The app is unsigned and might require you to <a href='doc/install/#macos'>ignore a few warnings</a>. If you do not have .NET installed, it should prompt you to install it.</li>
<li>On Linux:</li>
<ul>
<li>If you are using the standalone version from the ZIP file, you will need to install .NET yourself. Please see the <a href='https://famistudio.org/doc/install/#linux'>installation instructions</a> for more information.</li>
<li>The FlatHub version should take care of installing all dependencies.</li>
</ul>
</ul>
<h1>Documentation</h1>
<p>Please visit the <a href='doc/index.html'>documentation</a> page for detailed documentation.</p>
<h1>Getting Started on Desktop</h1>
<p>Here is a 20min video tutorial that will show you how to create a basic song from scratch.</p>
<div style="position:relative;margin-left: auto;margin-right: auto;width:80%;height:0;padding-bottom:45%;">
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%" src="https://www.youtube.com/embed/46jjM9c36ZE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Getting Started on Mobile</h1>
<p>If you are using the mobile version of FamiStudio, please check out this tutorial to get you started!</p>
<div style="position:relative;margin-left: auto;margin-right: auto;width:80%;height:0;padding-bottom:45%;">
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%" src="https://www.youtube.com/embed/xQC7YWGodeE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Source Code</h1>
<p>The entire source code is available on <a href="https://github.com/BleuBleu/FamiStudio">GitHub</a>.</p>
<h1>Contact & Social Media</h1>
<center>
<a href="mailto:[email protected]"><img style="padding: 10px;" src="email.png"></a>
<a href="https://twitter.com/nesbleubleu"><img style="padding: 10px;" src="twitter.png"></a>
<a href="https://www.youtube.com/channel/UC-dGLo2XZqXNA_aOYjaucgA"><img style="padding: 10px;" src="youtube.png"></a>
<a href="https://bleubleu.itch.io/famistudio"><img style="padding: 10px;" src="itchio.png"></a>
<a href="https://discord.gg/QRCMe595Pv"><img style="padding: 10px;" src="discord.png"></a>
</center>
</div>
</body>
</html>