Writing Machine Directory/beatles: Difference between revisions
m (Remove Category SI28) |
No edit summary |
||
| Line 1: | Line 1: | ||
=Writing Machine Directory/Beatles= | |||
<div class-"box"> | |||
Made by [[User:SHRED|Ema]] - based on: The Beatles | Made by [[User:SHRED|Ema]] - based on: The Beatles | ||
| Line 43: | Line 46: | ||
==✦ Take a sad song and make it better== | ==✦ Take a sad song and make it better== | ||
[[File:TheBrightAndSmoothPath.jpg|alt=The Bright And Smooth Path (Happy version of The Long And Winding Road)|thumb|The Bright And Smooth Path (Happy version of The Long And Winding Road)|636x636px|center]] | [[File:TheBrightAndSmoothPath.jpg|alt=The Bright And Smooth Path (Happy version of The Long And Winding Road)|thumb|The Bright And Smooth Path (Happy version of The Long And Winding Road)|636x636px|center]] | ||
</div> | |||
[[Category: Writing Machines]] | [[Category: Writing Machines]] | ||
Revision as of 12:32, 5 December 2025
Writing Machine Directory/Beatles
Made by Ema - based on: The Beatles
First presented at Radio WORM on Oct 7th 2025
✦ Hey Jude - Cover by The Beatles, Radio Tuning Version.
A version of “Hey Jude” composed solely of words that appear in other Beatles songs.
Created by Ema Note: Soon i will post a video of it on YT
Example:҈ FuN FaCT ҈Hey, Jude, don't make it bad
(hey → Can be found in: Boys [line 5] + Boys [line 5])
(don't → Can be found in: Boys [line 23] + Boys [line 47])
(make → Can be found in: Please Please Me [line 23] + Little Child [line 19])
(bad → Can be found in: Misery [line 1] + Misery [line 7])
'Hey Jude' can also be rendered as a State Machine
🛠 How it's Made
⋄ I built a script to scrape AZLyrics in order to collect all 176 lyrics of all the original studio version of the songs from The Beatles to store them in a JSON file
{
"title": "Song Title",
"lyrics": "Song \nLyrics"
}, …
⋄ I built another script to find all the matching words from 'Hey Jude' (The lyrics of this song were on a different JSON) into the entire discography of The Beatles. Matches were narrowed down to just 2 results per word (see example above).
⋄ Download the 35 songs that have a match, by using @iamdefinitelynotabot bot on Telegram made by my close friend Ramin
command used: .a https://www.youtube.com/watch?v=YourLink
⋄ Use of Moises: an app that separate all the different stems of an audio file, so only the voice can be edited in order to have a consistent instrumental base from the original song underneath
⋄ Use a DAW to edit the final audio output (cutting & stretching bits of audio)