|
|
|
|
|
by Slow_Hand
294 days ago
|
|
I'm not a programmer and I don't use Git, but I am a record producer and it's not clear to me what advantage this provides. When I start a DAW session I simply prepend the session file name with the date (YYMMDD). If I make a significant change to the session and might want to recall the older version I 'Save as' my session and update the date - or I add a version number if I make more than one new version in the same day. For example: 250820 Song Title 250821 Song Title 250821 Song Title 1.1 250822 Song Title At the end of each day I render the current project as a stereo audio file using the same naming conventions: 250820 Song Title 250821 Song Title 250822 Song Title If I need to "merge" an older version of a session with a newer session my DAW (Ableton Live) allows me to drag tracks from the previous session. A few edits later and I've successfully imported the older asset that I wanted. That's it. That's all of the version control that I need. All of my assets are saved in the project folder, I have an easy to parse chronological record of my project's development, and I always know the most recent version. |
|