Writing Machine Directory/beatles: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__notoc__ | |||
=Writing Machine Directory/Beatles= | =Writing Machine Directory/Beatles= | ||
<p>Made by [[User:SHRED|Ema]] - based on: The Beatles | |||
<p>First presented at Radio WORM on Oct 7th 2025 | |||
<div class=box> | <div class=box> | ||
==✦ Hey Jude - Cover by The Beatles, Radio Tuning Version.== | ==✦ Hey Jude - Cover by The Beatles, Radio Tuning Version.== | ||
<p>A version of “Hey Jude” composed solely of words that appear in other Beatles songs. | |||
A version of “Hey Jude” composed solely of words that appear in other Beatles songs. | <p>Created by [[User:SHRED|Ema]] ''Note: Soon i will post a video of it on YT'' | ||
<p>''Example'':<blockquote>''Hey, Jude, don't make it bad'' | |||
Created by [[User:SHRED|Ema]] ''Note: Soon i will post a video of it on YT'' | <p>(hey → Can be found in: Boys [line 5] + Boys [line 5]) | ||
<p>(don't → Can be found in: Boys [line 23] + Boys [line 47]) | |||
''Example'':<blockquote>''Hey, Jude, don't make it bad'' | <p>(make → Can be found in: Please Please Me [line 23] + Little Child [line 19]) | ||
<p>(bad → Can be found in: Misery [line 1] + Misery [line 7])</blockquote>҈ FuN FaCT ҈ | |||
(hey → Can be found in: Boys [line 5] + Boys [line 5]) | <p>'Hey Jude' can also be rendered as a State Machine | ||
<div class="hey-jude"> | |||
(don't → Can be found in: Boys [line 23] + Boys [line 47]) | [[File:Hey-Jude-flowchart.jpg|alt=Hey Jude flowchart]] | ||
</div> | |||
(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])</blockquote>҈ FuN FaCT ҈ | |||
'Hey Jude' can also be rendered as a State Machine | |||
[[File:Hey-Jude-flowchart.jpg| | |||
==🛠 How it's Made== | ==🛠 How it's Made== | ||
<p>⋄ I built a script to scrape [https://www.azlyrics.com AZLyrics] in order to collect all 176 lyrics of the entire Beatles' catalog to store them in a JSON file | |||
⋄ I built a script to scrape [https://www.azlyrics.com AZLyrics] in order to collect all 176 lyrics of the entire Beatles' catalog to store them in a JSON file | <p><syntaxhighlight lang="json"> | ||
<syntaxhighlight lang="json"> | |||
{ | { | ||
"title": "Song Title", | "title": "Song Title", | ||
| Line 33: | Line 24: | ||
}, … | }, … | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<p>⋄ 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).'' | |||
⋄ 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).'' | <p>⋄ Download the 35 songs that have a match, by using @iamdefinitelynotabot bot on Telegram made by my close friend [https://blackhost.xyz Ramin] | ||
<p>command used: <code>.a <nowiki>https://www.youtube.com/watch?v=YourLink</nowiki></code> | |||
⋄ Download the 35 songs that have a match, by using @iamdefinitelynotabot bot on Telegram made by my close friend [https://blackhost.xyz Ramin] | <p>⋄ 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 | ||
<p>⋄ Use a DAW to edit the final audio output (cutting & stretching bits of audio) | |||
command used: <code>.a <nowiki>https://www.youtube.com/watch?v=YourLink</nowiki></code> | |||
⋄ 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) | |||
==✦ 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) | <div class="bright"> | ||
[[File:TheBrightAndSmoothPath.jpg|alt=The Bright And Smooth Path (Happy version of The Long And Winding Road)] | |||
</div> | |||
</div> | </div> | ||
[[Category: Writing Machines]] | [[Category: Writing Machines]] | ||
Revision as of 17:17, 6 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 the entire Beatles' catalog 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)
✦ 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)]
