-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeta.html
96 lines (94 loc) · 7.66 KB
/
beta.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>FlatSix Firmware Uploader</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
.redbutton {background-color: red; border-color: red; padding: 25px; margin: 25px; display: block}
header{ background-color: black; display: block; padding: 50px; margin-bottom: 45px;}
header h1{font-size: 3em; color: white; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}
header h2{font-size: 1.4em; color: white; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #000000; border-color: #000000; /*set the color you want here*/ </style>
<script src="https://github.com/dbuezas/arduino-web-uploader/releases/download/v1.1.2/main.js"></script>
<!-- Optional Bootstrap JavaScript; put it at the end of your document -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container">
<header>
<h1>FlatSix Modular Firmware Uploader</h1>
<h2> NOCTURNE ALCHEMY PLATFORM</h2>
</header>
</div>
<div class="container">
<section>
<p>Introducing the Nocturne Alchemy Platform – a flexible eurorack module series that redefines versatility and creativity. Each module within the Nocturne Alchemy Platform shares the same robust Arduino-based hardware, allowing you to effortlessly swap functionalities through our intuitive web firmware loader. By purchasing one module, you gain access to the full range of available firmwares, including our current creations, Slight of Hand and Arp Of Darkness as well as others that are planned for future release! This innovative approach means your module can evolve with your music, with new and exciting functionalities just a simple firmware update away. Embrace the magic of endless possibilities with the Nocturne Alchemy Platform. </p>
<p>This is a firmware uploader for Nocturne Alchemy Platform modules such as Slight Of Hand and Arp Of Darkness. It only works in Chrome on a Mac or PC. You will need a USB-A to USB Mini cable. If you don't have one laying around, you can find many <a href="https://www.amazon.com/AmazonBasics-USB-2-0-Cable-Male/dp/B00NH13S44?th=1" target="new">inexpensive ones on Amazon</a> </p>
<p><b>Read through all the steps below before you update the firmware.</b></p>
<ol>
<li>Make sure to unplug your module from the Eurorack power cable first.</li>
<li>Plug in your USB cable to the mini USB port on the Slight Of Hand or Arp Of Darkness</li>
<li>The chip next to the USB port will have an "O" or an "N" on it - Make note of this.</li>
<li>If you don't have an N or O on the chip, try "O" first, then "N". Guessing won't hurt anything. (The update will just fail. If so, choose the other one. It has to be one of them.)</li>
<li>Click on the button for the firmware you wish to update with the correct letter on it. </li>
<li>Select the USB serial option from the prompt that pops up.</li>
<li>Wait until the uploaded finishes</li>
<li>You're done. Unplug from the USB cable, plug in the power, and go make some music.</li>
</ol>
</section>
</div>
<div class="container">
<div class="row">
<!-- First half of the split -->
<section class="col-md-6">
<!-- Your first section of code here -->
<h2>Slight Of Hand</h2>
<br>
<p><img src="uploader/SlightOfHand.svg" alt=""/></p>
<p>A 1U (Intellijel format) Eurorack module that functions as a monophonic CV keyboard. It's designed to be extremely playable with responsive, light-touch, tactile switches for keys, a wide portamento/slew range which is adjustable in real-time, as well as octave up and down buttons for maximum performance in a small package.</p>
<p><strong>Patch Notes</strong> - This patch optimizes EEPROM usage by detecting and converting the existing calibration data from float to integer. This opens up more space in the EEPROM for upcoming firmwares to use for data storage. <br>
<br>
This patch also officially releases the firmware as an open source starter template for those who wish to develop their own firmware for the Nocturne Alchemy Platform. Documentation and code available here: <a href="https://github.com/seanrieger/Slight-Of-Hand-1U-Eurorack-CV-Keyboard-Module/tree/main">Slight Of Hand GitHub Repository</a> </p>
<ul>
<li><a href="https://flatsixmodular.com/#s-c23181c5-d870-41e2-97f3-a03145e6bd70/">Module Information Page</a></li>
<li><a href="https://www.flatsixmodular.com/__static/b39254cddbf9b404f2e0d31c4f535421/slightofhandusermanualeng-firmware-v-1-5-2.pdf?dl=1">Download Manual</a> </li>
</ul>
<div id="slightofhand">
<button type="button" class="btn btn-primary redbutton" arduino-uploader hex-href="./uploader/SlightOfHand_v1-5-3-Stable.hex" board="nano" verify>
<b>Slight Of Hand v1.5.3</b> (N) [<span class="upload-progress"></span>]
</button>
<button type="button" class="btn btn-primary redbutton" arduino-uploader hex-href="./uploader/SlightOfHand_v1-5-3-Stable.hex" board="nanoOldBootloader" verify>
<b>Slight Of Hand v1.5.3</b> (O) [<span class="upload-progress"></span>]
</button>
</div>
</section>
<!-- Second half of the split -->
<section class="col-md-6">
<!-- Your second section of code here -->
<h2>Arp Of Darkness</h2>
<br>
<p><img src="uploader/ArpOfDarkness.svg" alt=""/></p>
<p>The Arp Of Darkness is a 1U (Intellijel format) Eurorack module designed to create dynamic and evolving note sequences. Unlike traditional arpeggiators, which typically play chords as individual notes in a predefined pattern, this module allows you to enter notes sequentially into a buffer of variable length, from 3 up to 16 notes.</p>
<p><strong>Patch Notes</strong> - This patch adds Direct Queued Playback Mode Selection, Direct Immediate Playback Mode Selection, as well as Immediate Reset, and Queued (Next gate) Reset fucntions, and a new playback mode called Golden Ratio, which advances the sequencer accroding to the Fibonacci Sequence.(See manual for explanation)</p>
<ul>
<li><a href="https://www.flatsixmodular.com/#s-9cad7c01-4342-4b65-914f-74bf54a5a75d/">Module Information Page</a></li>
<li><a href="https://rest.edit.site/filestorage-api-service/e109906de85d0dfb38ffc3580934ce26/arpofdarkness-usermanualv-1-3-1.pdf">Download Manual </a></li>
</ul>
<div id="arpofdarkness">
<button type="button" class="btn btn-primary redbutton" arduino-uploader hex-href="./uploader/ArpOfDarknessV1_3_1Beta.hex" board="nano" verify>
<b>Arp Of Darkness v1.3.1-Beta</b> (N) [<span class="upload-progress"></span>]
</button>
<button type="button" class="btn btn-primary redbutton" arduino-uploader hex-href="./uploader/ArpOfDarknessV1_3_1Beta.hex" board="nanoOldBootloader" verify>
<b>Arp Of Darkness v1.3.1-Beta</b> (O) [<span class="upload-progress"></span>]
</button>
</div>
</section>
<p>Very special thanks to: <a href="https://github.com/dbuezas/arduino-web-uploader">https://github.com/dbuezas/arduino-web-uploader</a> for making the updater code.</p>
</div>
</div>
</body>
</html>