Writing Machine Directory/beatles: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Beatles session <br>
__notoc__
Everything that [[User:SHRED|Ema]] did was based on The Beatles.
=Writing-Machines/Beatles=
<p>Made by [[User:SHRED|Ema]] - based on: The Beatles
<p>First presented at Radio WORM on Oct 7th 2025
<div class=box>
==✦ 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.
<p>''Note: Soon i will post a video of it on YT''
<p>''Example'':<blockquote>''Hey, Jude, don't make it bad''
<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])
<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            ҈   
<p>'Hey Jude' can also be rendered as a State Machine
<div class="hey-jude">
[[File:Hey-Jude-flowchart.jpg|alt=Hey Jude flowchart]]
</div>


==✦ 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 [[User:SHRED|Ema]] ''Note: Soon i will post a video of it on YT''
''Example'':<blockquote>''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])</blockquote>҈  FuN FaCT  ҈   
'Hey Jude' can also be rendered as a State Machine
[[File:Hey-Jude-flowchart.jpg|none|thumb|534x534px|<nowiki>Hey Jude flowchart | State Machine</nowiki>]]
==🛠 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 all the original studio version of the songs from The Beatles to store them in a JSON file
<p><syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
"title": "Song Title",
"title": "Song Title",
Line 29: Line 25:
}, …
}, …
</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)|thumb|The Bright And Smooth Path (Happy version of The Long And Winding Road)|636x636px|center]]
<div class="bright">[[File:TheBrightAndSmoothPath.jpg|alt=The Bright And Smooth Path (Happy version of The Long And Winding Road)|left|frameless|706x706px]]
 
</div>
 
</div>
[[Category: SI28]]
[[Category: Writing Machines]]
[[Category: Writing Machines]]
[[Category: SI28/Shred]]

Latest revision as of 13:01, 17 December 2025

Writing-Machines/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.

Note: Soon i will post a video of it on YT

Example:

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])

҈ FuN FaCT ҈

'Hey Jude' can also be rendered as a State Machine

Hey Jude flowchart

🛠 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

The Bright And Smooth Path (Happy version of The Long And Winding Road)