Migrate *all* photos to the cavelab setup. Header/footer still broken.
Completely remove the other image gallery themes. I now have: image galleries, with lightboxes, and captions, with links in them (and to Hugo pages), with full images lazy-loaded, with all thumbnails auto-generated, and the ability to do this on both individual images *and* with globbing, from page resources, from this page or any specified one. See cavelab_notes.txt. It also has the ability to use Exif data of the photo - if I preprocess it into a JSON file. Known issues: - The theme header/footer are now being overridden. I am working to fix this first. - I am missing some kind of fonts/images needed for the lightbox to show up properly.
This commit is contained in:
@@ -13,8 +13,6 @@ tags:
|
||||
- midi
|
||||
---
|
||||
|
||||
{{< load-photoswipe >}}
|
||||
|
||||
I guess I'll repeat what some other people do, and put up blog entries about what they do with hardware...
|
||||
|
||||
**Alix.1C**
|
||||
@@ -23,8 +21,8 @@ My [Alix.1C](http://www.mini-box.com/Alix-1C-Board-1-LAN-1-MINI-PCI?sc=8&categor
|
||||
|
||||
This board is a 500 MHz AMD Geode with 256 MB RAM onboard; it uses about 5 watts and runs from 12VDC. It has a CompactFlash header onboard, so right now I am running Linux from a 128 MB card.
|
||||
|
||||
{{< figure page="images" resource="2008-05-hardware/6547.jpg" caption="Alix.1C" >}}
|
||||
{{< figure page="images" resource="2008-05-hardware/6549.jpg" caption="Alix.1C other view" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6547.jpg" caption="Alix.1C" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6549.jpg" caption="Alix.1C other view" >}}
|
||||
|
||||
**Edirol PCR-M50**
|
||||
|
||||
@@ -34,26 +32,26 @@ Some said they'd taken it apart and cleaned it to fix it. So I figured that woul
|
||||
|
||||
Front cover off, after removing like 50 screws:
|
||||
|
||||
{{< figure page="images" resource="2008-05-hardware/6553.jpg" caption="Edirol keyboard 1" >}}
|
||||
{{< figure page="images" resource="2008-05-hardware/6554.jpg" caption="Edirol keyboard 2" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6553.jpg" caption="Edirol keyboard 1" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6554.jpg" caption="Edirol keyboard 2" >}}
|
||||
|
||||
So I started the process of removing keys because I could not see any other way to access the contacts. They grey part on the left in the first picture looks like about the same mechanism as a keyboard or older joystick pad. There are two pads for each key rather than just one, and my guess is that the one nearest the fulcrum is hit slightly sooner than the further one, and the time elapsed between the two hits is used to guess the velocity with which they key was struck.
|
||||
|
||||
Other than that, just a pretty easy-to-understand design. Each key is held up by a tension spring on the opposite side, and keys slide in and out pretty easily once the springs are gone. The only annoying part was all the white grease everywhere that kept getting all over my hands.
|
||||
|
||||
{{< figure page="images" resource="2008-05-hardware/6555.jpg" caption="Edirol keyboard 3" >}}
|
||||
{{< figure page="images" resource="2008-05-hardware/6556.jpg" caption="Edirol keyboard 4" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6555.jpg" caption="Edirol keyboard 3" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6556.jpg" caption="Edirol keyboard 4" >}}
|
||||
|
||||
And it's just connected electrically with a ribbon cable, normal 0.1" pitch, like an IDE header.
|
||||
|
||||
{{< figure page="images" resource="2008-05-hardware/6557.jpg" caption="Edirol keyboard 5" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6557.jpg" caption="Edirol keyboard 5" >}}
|
||||
|
||||
So I proceeded to remove the first dozen or so keys by pulling out the springs, then white keys and black keys.
|
||||
|
||||
The PCB in the next pictures looks almost black, but it should be more of a dark green. The lines are dust that came between the keys. In any case, these show the rubber(ish) part on top that the keys strike, and the gold PCB contacts beneath them.
|
||||
|
||||
{{< figure page="images" resource="2008-05-hardware/6562.jpg" caption="Edirol keyboard 6" >}}
|
||||
{{< figure page="images" resource="2008-05-hardware/6563.jpg" caption="Edirol keyboard 7" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6562.jpg" caption="Edirol keyboard 6" >}}
|
||||
{{< figure page="images" resources="2008-05-hardware/6563.jpg" caption="Edirol keyboard 7" >}}
|
||||
|
||||
Conveniently, there are four rubber sections (one per octave). Each two gold pads correspond to a key, and the holes between each are where the rubber section is secured.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user