Update README.md

This commit is contained in:
Dale Whinham
2025-02-04 22:30:06 +00:00
parent ee645df6e3
commit 075b52809e
2 changed files with 25 additions and 10 deletions

View File

@@ -1,11 +1,21 @@
## Please note
**It's unlikely that there will be any further releases of mt32-pi.**
I have endured a sustained campaign of abuse from members of the VOGONS forum, been labelled a "clout-chaser", had threats sent to my personal email address, code been used in other projects without proper accreditation, my 3D print designs stolen and sold by faceless eBay/Etsy sellers, personal attacks made towards me when people don't get their feature request... the list goes on and on.
*There is only so much I can take.*
My mental health has been in decline as a direct result of this behavior; the joy of working on this project has pretty much gone. There is nothing to be gained from putting time and hard work into it any more. There is no gratitude, no encouragement - just entitled behavior and grift.
To those who supported this project in the past, especially whilst I was a struggling student who needed all the uplift I could get, thank you sincerely.
---
[![mt32-pi CI](https://github.com/dwhinham/mt32-pi/workflows/mt32-pi%20CI/badge.svg)](https://github.com/dwhinham/mt32-pi/actions?query=workflow:"mt32-pi+CI")
<h1 align="center">
<a href="https://donation.dec.org.uk/ukraine-humanitarian-appeal">
<img width="90%" title="mt32-pi stands with Ukraine 🇺🇦" src="images/mt32pi_logo.svg">
<br />
🇺🇦 mt32-pi stands with Ukraine 🇺🇦
</a>
<img width="90%" title="mt32-pi - Baremetal synthesizer system" src="images/mt32pi_logo.svg">
</h1>
- A work-in-progress baremetal MIDI synthesizer for the Raspberry Pi 3 or above, based on [Munt], [FluidSynth] and [Circle].

View File

@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="136.06" height="24.567" version="1.1" viewBox="0 0 27.213 4.9134" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<style>
.primaryFill { fill: #ffd700; }
.secondaryFill { fill: #0057b7 ; }
.primaryStroke { stroke: #ffd700; }
.secondaryStroke { stroke: #0057b7 ; }
</style>
.primaryFill { fill: #eb2188; }
.secondaryFill { fill: #210070; }
.primaryStroke { stroke: #eb2188; }
.secondaryStroke { stroke: #210070; }
@media (prefers-color-scheme: dark) {
.primaryFill { fill: #c8ff00; }
.secondaryFill { fill: #eb2188; }
.primaryStroke { stroke: #c8ff00; }
.secondaryStroke { stroke: #eb2188; }
}</style>
<title>mt32-pi logo</title>
<metadata>
<rdf:RDF>

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB