Skip to content

Commit bec244c

Browse files
committed
v1.0.0
1 parent d5016c6 commit bec244c

17 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
**SamplerINO** utilizes an *ATmega32U4* microcontroller and two *CAP1188* 8-channel capacitive touch sensor modules to assemble a USB MIDI controller featuring 16 touch-sensitive pads. The prototype circuit board is housed inside a custom-designed 3D printed enclosure, which facilitates the installation of the pads, as well as an LED indicator and a power switch. You can watch a video demonstration of this hardware MIDI controller and its dedicated software sampler at the following [link](https://www.youtube.com).
2222

2323
### Repository
24-
The code in this repository is organized into several directories, with the source (`.cpp`) files, header (`.h`) files, and external libraries of the controller located in the [*src*](src), [*include*](include), and [*lib*](lib) directories, respectively. The *Max* patch implementing the user interface of the accompanying sampler, along with a collection of drum samples gathered from various royalty-free web sources, are contained in the [*max*](max) directory. Lastly, all hardware-related files (i.e. the circuit diagram and the 3D model designs) are located in the [*hw*](hw) directory, while the [*img*](img) directory contains all images displayed in the present documentation.
24+
The code in this repository is organized into several directories, with the source (`.cpp`) files, header (`.h`) files, and external libraries of the controller located in the [*src*](src), [*include*](include), and [*lib*](lib) directories, respectively. The *Max* patch implementing the user interface of the accompanying sampler, along with a collection of drum samples gathered from various royalty-free web sources, are contained in the [*max*](max) directory. Lastly, the 3D model (`.stl`) files are located in the [*3d*](3d) directory, while the [*img*](img) directory contains all images displayed in the present documentation.
2525

2626
### Technical Details
2727
This project was developed using `Max 8.1.11` and *Visual Studio Code* on `Windows 10`, with the *PlatformIO* extension employed to upload the code to the *ATmega32U4* microcontroller embedded in an *Arduino*-compatible *Pro Micro* board. The controller pads were made by cutting 4×4cm pieces from a 0.5mm thick copper sheet, while the enclosure screw holes were designed for M2 threaded heat inserts. Lastly, a common anode RGB LED was used for the LED indicator.
@@ -33,15 +33,15 @@ This project was developed using `Max 8.1.11` and *Visual Studio Code* on `Windo
3333
![circuit.png](img/circuit.png "Circuit Diagram")
3434

3535
### 3D Models
36-
![model1.png](img/model1.png "3D Model (Body)")
36+
![model1.png](img/model1.png "3D Model (Cover)")
3737
![model2.png](img/model2.png "3D Model (Lid)")
38-
![model3.png](img/model3.png "3D Model (Cover)")
38+
![model3.png](img/model3.png "3D Model (Body)")
3939

4040
### Controller Device
41-
![dev1.png](img/dev1.png "dev1")
42-
![dev2.png](img/dev2.png "dev2")
43-
![dev3.png](img/dev3.png "dev3")
44-
![dev4.png](img/dev4.png "dev4")
41+
![controller1.png](img/controller1.png "Controller (#1)")
42+
![controller2.png](img/controller2.png "Controller (#2)")
43+
![controller3.png](img/controller3.png "Controller (#3)")
44+
![controller4.png](img/controller4.png "Controller (#4)")
4545

4646
### User Interface
4747
![UI.png](img/UI.png "User Interface")

img/UI.png

791 KB
Loading

img/circuit.png

105 KB
Loading

img/controller1.png

4.33 MB
Loading

img/controller2.png

3.83 MB
Loading

img/controller3.png

3.15 MB
Loading

img/controller4.png

3.65 MB
Loading

img/dev1.png

-1.44 MB
Binary file not shown.

img/dev2.png

-1.21 MB
Binary file not shown.

img/dev3.png

-1.11 MB
Binary file not shown.

img/dev4.png

-1.14 MB
Binary file not shown.

img/model1.png

6.15 KB
Loading

img/model2.png

-1.16 KB
Loading

img/model3.png

-8.33 KB
Loading

0 commit comments

Comments
 (0)