Added logo and tweaked pedal pi post
All checks were successful
Build Site / Build-Site (18.x) (push) Successful in 1m2s

This commit is contained in:
Thomas Cole 2023-08-06 09:47:28 -04:00
parent 383148a3ac
commit abf4575151
6 changed files with 15 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
public/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -15,9 +15,10 @@
<header class="text-gray-600 dark:text-gray-400 body-font">
<div class="container flex flex-col flex-wrap items-center p-5 mx-auto md:flex-row">
<a href="/" class="flex items-center mb-4 font-medium text-gray-900 title-font dark:text-white md:mb-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 p-2 text-white bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<!-- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 p-2 text-white bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
</svg> -->
<img src="/icon-512-maskable.png" alt="TC" class="w-10 h-10 rounded-full">
<span class="ml-3 text-xl">thomaspcole.com</span>
</a>
<nav class="flex flex-wrap items-center justify-center text-base md:ml-auto">

View File

@ -7,7 +7,7 @@
<Layout>
<main class="flex flex-col justify-center w-5/6 mx-auto mt-4 mb-6 sm:w-5/6 md:w-4/5 lg:w-4/5 xl:w-4/5 2xl:w-1/2">
<div class="relative mb-4">
<img class="object-cover aspect-video rounded-xl max-h-[20%Z]" src={frontmatter.image} alt=""
<img class="object-cover aspect-video rounded-xl max-h-[50vh] w-full" src={frontmatter.image} alt=""
draggable="false" />
<a href={frontmatter.imageattr} class="absolute bottom-0 right-0 h-[24px]">
<span class="material-symbols-outlined opacity-25 mr-[4px]">link</span>

View File

@ -10,12 +10,12 @@
---
<!DOCTYPE html>
<html lang="en" class="">
<html lang="en" class="bg-gray-900">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/icon-512.png" />
<meta name="generator" content={Astro.generator} />
<title>thomaspcole.com {title}</title>

View File

@ -22,20 +22,17 @@ While bass guitar pedals do exist, they are often hundreds of dollars a piece an
### Building a pedalboard
[Blokas](https://blokas.io/), the team behind MODEP, have a official hat for the Raspberry Pi called the [PiSound](https://blokas.io/pisound/) if you are looking for a compact all in one solution to run MODEP, but I decided to build my own.
[Blokas](https://blokas.io/), the team behind MODEP, have a official hat for the Raspberry Pi called the [PiSound](https://blokas.io/pisound/) if you are looking for a compact all in one solution to run MODEP, but I decided to build my own. Why? Because it's more fun that way.
My goal was to spend less than $300 dollars on the whole setup. Looking at the main parts I managed to stay within budget, however this does not account for some miscellaneous cabling and connectors, as well as a enclosure for the pedal. All in I did go over budget by about $50 but it was not necessary to complete the project, you will see why in the photos below.
I already had a pedalboard and a spare Raspberry Pi so the biggest piece I needed was a audio interface. The parts list is below.
| Part | Cost | Link |
| --- | --- | --- |
| Pedaltrain Nano+ | ~$80 | https://pedaltrain.com/products/pt-npl-sc |
| Korg Pitchblack Advance | ~$90 | https://www.korg.com/us/products/tuners/pitchblack_advance/ |
| Raspberry Pi 4 4gb model | ~$55 | https://www.raspberrypi.com/products/raspberry-pi-4-model-b/ |
| Behringer U-Phoria UM2 | ~$30 | https://www.behringer.com/product.html?modelCode=P0AVV |
| Total | ~$255 | |
As of writing, Raspberry Pis are still unobtainium, so the pricing there is subject to change.
- Pedaltrain Nano+
- Korg Pitchblack Advance
- Raspberry Pi 4 4gb model
- Behringer U-Phoria UM2
- Amazon Basics 1/4in patch cable.
If you are ok using 2 power bricks you can stop with the list above. One 5v brick to power the Pi and a 9v brick for any pedals. I wanted a more all in one solution so I also got a beefy 12v power brick and used a few voltage step down converters to power everything from one plug. However, that is totally optional.
### Pictures
### Demo
@ -46,4 +43,4 @@ As of writing, Raspberry Pis are still unobtainium, so the pricing there is subj
### Conclusion
Overall I'm very pleased with how this project came together. Putting all the numbers together, I definitely spent more than what I budgeted, but I did stay under what it would have cost to buy an off the shelf digital effects processor. It doesn't make me a better player but at least now I can sound cool when I miss notes.
Overall I'm very pleased with how this project came together. It doesn't make me a better player but at least I can now make cool sounds. 🙃