Nikola Stanojkovski, Rade Bikovski, Leon Spremo, Jovana Chaloska, Andrej Slavejkov, Borjan Gagovski & Marko Petrushev
A music project intended to create a whole 'synthwave' song only with generated sounds and synths, as well as sampled processed recordings. The sounds are generated, sampled and processed with the help of SuperCollider as a main environment and programming language. The sounds are arranged and recorded with DAWs (Digital Audio Workstations) such as Ableton and Cubase.
Form: Intro + Verse + Prechorus 1 + Pause + Chorus + Prechorus 2 + Pause + Chorus + Outro
- Clone the project repository locally with the following command:
git clone https://github.com/nikolaStanojkovski/SYNTHesized.git
- Enter the Mix folder, and then create a Stems folder inside it.
- Download all the audio .wav files from the following link.
- Move all of the audio .wav files you downloaded to the Stems folder.
- Use SuperCollider to open the
mix_master.scd
file, which is located inside the Mix folder. - Go to the toolbar and select
Edit -> Replace
, or simply pressCtrl + R
to open the Replace window. - Replace all
<LOCAL_REPOSITORY_PATH>
string instances with the local path to the repository where the project was previously cloned. - Start the server, then run the
synthesized_master
synth-definition code, followed by the synth called on the last line of themix_master.scd
file:
Synth(\synthesized_master);
- Enjoy the music.