Skip to content

ANightAtThePlasky/Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Guide

GitHub Guide

Initial config

  1. Start FL Studio
  2. Options => Project General Settings
  3. Data folder aanpassen door op auto te klikken => nieuwe folder onder projects aanmaken
  4. rechtermuisklik in nieuwe folder => open git bash here
  5. open github.com/ANightAtThePlasky
  6. Druk New (repository)
  7. Voer de volgende stappen uit in de git bash voor initiele configuratie
    • git init
    • git add *
    • git commit -m "kick drum changed"
    • git remote add origin [email protected]:ANightAtThePlasky/<repository_naam>.git
    • git push

Get new song from collaborator

  1. go to github, naar de repository van het nieuwe nummer
  2. duw op de groene "clone or download" knop
  3. kopieer link
  4. go to projects folder in documents (FL Studio)
  5. open git bash here
  6. Voer de volgende stappen uit in de git bash
    • git clone

Changed something

  1. Voer de volgende stappen uit in de git bash voor het desbetreffende nummer voor changes
    • git add *
    • git commit -m "snare drum changed"
    • git push
      • als dit misgaat, ga maar "Other Collaborator changes"

Other collaborator changes

  1. Voer de volgende stappen uit in de git bash voor changes
    • git pull
      • dan gaat die mogelijks notepad++ openen, met en bepaald bericht, maar dat maakt niet uit, gewoon sluiten en doorgaan
    • git push
      • als dit misgaat, ga maar "Other Collaborator changes"

Undo change

  1. git log -- find the commit id you want
  2. git checkout . -- IMPORTANT NOTE: the trailing . in the previous line is important!

Mixing Guide

Tips 'n Tricks

Gain Staging

Mastering Guide

Initialization

  • Remove all mastering bus effects on individual projects
  • Export to wav format at highest settings
    • bit depth: 32 bit Stereo
    • Resampling: 512 point sync
  • Prepare Folder structure for mastering projects
  • Decide on analog or digital sound
  • Decide on mastering chain to use
    • Stock plugins
    • Ozone
    • Waves pack

Mastering

  • Ozone
    • Equalizer
    • Limiter
  • Add removed mastering bus effects again

Finalization

  • compare mixed and mastered at equal loudness

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published