Skip to content

nikolaStanojkovski/SYNTHesized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNTHesized


Computer Sound and Music (CSAM) Project by:

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


Local setup


  1. Clone the project repository locally with the following command:
git clone https://github.com/nikolaStanojkovski/SYNTHesized.git
  1. Enter the Mix folder, and then create a Stems folder inside it.
  2. Download all the audio .wav files from the following link.
  3. Move all of the audio .wav files you downloaded to the Stems folder. 
  4. Use SuperCollider to open the mix_master.scd file, which is located inside the Mix folder. 
  5. Go to the toolbar and select Edit -> Replace, or simply press Ctrl + R to open the Replace window. 
  6. Replace all <LOCAL_REPOSITORY_PATH> string instances with the local path to the repository where the project was previously cloned. 
  7. Start the server, then run the synthesized_master synth-definition code, followed by the synth called on the last line of the mix_master.scd file:
Synth(\synthesized_master);
  1. Enjoy the music.

About

A synthwave music piece made up entirely of code-generated audio files and processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published