From 9ddbb8cd185bb4fadc40402125f500a965c2d2f0 Mon Sep 17 00:00:00 2001 From: Arcmyx Date: Sun, 2 Nov 2025 09:06:34 -0600 Subject: [PATCH 1/4] Add 'Other Projects' section to README Added a section for other projects including linuxwavegui. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2d9f1f7..4a867d0 100644 --- a/README.md +++ b/README.md @@ -318,3 +318,8 @@ Licensed under [The MIT License](./LICENSE). ## Copyright ⛓️ Copyright © 2023-2024, [Orhun Parmaksız](mailto:orhunparmaksiz@gmail.com) + +## Other Projects (this section was added by Arcmyx) + +- **linuxwavegui** – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection (upcoming). + [GitHub Repository](https://github.com/Arcmyx/linuxwavegui) From 7b1a95d89ef4b181f39e2486a53d91d36b25aa09 Mon Sep 17 00:00:00 2001 From: Arcmyx Date: Mon, 3 Nov 2025 07:37:28 -0600 Subject: [PATCH 2/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Orhun Parmaksız --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a867d0..913bf76 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ Licensed under [The MIT License](./LICENSE). Copyright © 2023-2024, [Orhun Parmaksız](mailto:orhunparmaksiz@gmail.com) -## Other Projects (this section was added by Arcmyx) +## Related Projects - **linuxwavegui** – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection (upcoming). [GitHub Repository](https://github.com/Arcmyx/linuxwavegui) From c67baf8108459e494211a4bc2215e127a61d8628 Mon Sep 17 00:00:00 2001 From: Arcmyx Date: Mon, 3 Nov 2025 07:37:48 -0600 Subject: [PATCH 3/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Orhun Parmaksız --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 913bf76..5e5c9d0 100644 --- a/README.md +++ b/README.md @@ -321,5 +321,4 @@ Copyright © 2023-2024, [Orhun Parmaksız](mailto:orhunparmaksiz@gmail.com) ## Related Projects -- **linuxwavegui** – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection (upcoming). - [GitHub Repository](https://github.com/Arcmyx/linuxwavegui) +- [linuxwavegui](https://github.com/Arcmyx/linuxwavegui) – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection. From 6218b7f69291568bcecd91a7b84bcc1503c13db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 3 Nov 2025 20:36:30 +0100 Subject: [PATCH 4/4] docs: reorder sections --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e5c9d0..25be046 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ - [`duration`](#duration) - [`input`](#input) - [`output`](#output) +- [Related Projects](#related-projects) - [Funding 💖](#funding-) - [Contributing 🌱](#contributing-) - [License ⚖️](#license-) @@ -299,6 +300,10 @@ Sets the output file. It takes a filename as its argument. The default value is `output.wav`. +## Related Projects + +- [linuxwavegui](https://github.com/Arcmyx/linuxwavegui) – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection. + ## Funding 💖 If you find `linuxwave` and/or other projects on my [GitHub profile](https://github.com/orhun) useful, consider supporting me on [GitHub Sponsors](https://github.com/sponsors/orhun) or [becoming a patron](https://www.patreon.com/join/orhunp)! @@ -318,7 +323,3 @@ Licensed under [The MIT License](./LICENSE). ## Copyright ⛓️ Copyright © 2023-2024, [Orhun Parmaksız](mailto:orhunparmaksiz@gmail.com) - -## Related Projects - -- [linuxwavegui](https://github.com/Arcmyx/linuxwavegui) – A graphical interface for linuxwave with tempo shifting, pitch control, flawed (but still cool-sounding) MIDI generation, and an interactive piano for scale selection.