|
Batch File Idea
Happy New Year folks. This is something I've done for myself and I thought I'd share in case anyone else finds it helpful.
This tip could help you if...
A: You have some bad habits when producing.
B: You lose sight of your goals and get distracted.
C: You forget cool tricks you've used previously.
So let's say you monitor too loudly. You also are working on a minimal techno album, but you keep making trance beats because it's what you're used to.
You could create a text file with a reminder to avoid this. Then create a batch file that launches the text file along with your sequencer.
For anyone who's unsure of how to make a batch file, it's very easy.
1. Open notepad
2. Type the below code which will launch your sequencer, changing the executable path to whatever suits you.
Start "" /Min "C:\Program Files\Ableton\Live 8.2.2\Program\Live 8.2.2.exe"
3. Hit return and type the below code which will launch your text file, changing the path to whatever suits you.
Start "" /Max "C:\text file.txt"
4 Save with a .bat extension e.g. filename.bat
5 Launch this .bat file from now on, instead of your sequencer.
The /Min and /Max determine if the window will be minimised or maximised when launched.
There's other ways to do this like if you have a notepad in your sequencer. You could have a template project with these notes inside.
I dunno, I just find that with all the possibilities in music production, it's real easy to get lost. Any help to stay focused can only be a good thing.
Here's an example of the kind of things I have written in my text file:
No FX until source is bang on.
3 Solid sections and you're laughing.
Go easy on the volume.
Anyone else have any similar methods they'd like to share?
|