Jump to content

Max Arwood

Members
  • Posts

    1,369
  • Joined

  • Last visited

Reputation

495 Excellent

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have always had to click the folder not the name.
  2. A full backup and restore would get this data. It could be in the history or stored in a hidden folder somewhere. Use backup software to clone the drive.
  3. I know it doesn’t help now, but I always save any of my important presets to a folder called presets \ plugin name, track presets, etc, etc. in my computer. Then I backed that data up along with my Plugin manager organization data. If you’re talking about factory, presets you might have to reinstall or possibly figure out where they stored. I’m not sure if someone else may be able to help you with that.
  4. Infra sub anything less than 20 HZ.!! Try the 5-10hz range. Just be sure you secure the plates, cups and other things in your kitchen. The sound won’t break them, but they could vibrate out to the floor. If the amperage is high enough, not only could the dishes fall out, but you should check the screws on the doors as well lol. Probably 2-3 minute backlash every time you hear his sub 🤣 If you have a peer and beam house you might want to check for structural integrity first.
  5. Yes it would probably be best. If you just export the buses like most people do. Will you be remixing the stems down yourself or have someone else to do them? Is there some reason you’re mixing them down to stems? Most people just export the sound directly from the master bus. If any further processing is done, it would be done by mastering the song from that file. I could personally only see one reason to mix to stems. That would be if you do not have enough horsepower to just export through the master bus and the processing that you want to do there. I guess I could also see it if you had a very complex orchestra piece and you wanted to bounce clarinet flutes. Oboe, bassoons, how to clarinet, bass, clarinet, contra, bass, clarinet,, blah blah blah down to woodwinds. Don’t forget the Sopranos sax, the alto sax, the tenor sax, the baritone sax, Then go Bounce, trumpets, trombones, F horns, baritone horn, euphoniums, tuba down the brass, etc. etc. etc.. strings, percussion and more still left lol. Then you gotta go back and remix the whole thing from stems even that would be a lot of extra work I would rather bounce and freeze stuff for these tracks. And Delete extra plug-ins. Before I would want to remix from stems, I think. How are you doing? Orchestra or cinema work?
  6. He would have to copy your master bus effects to each individual bus. Then, all you have to do is export buses.
  7. 😂you'd need a 3' concrete wall 😂 YES! Or 2 -2’ with a 3’ air gap between them!
  8. The best solution is multilayers. Plywood, Sheetrock and a couple of layers of this sheetblok stuff alternating between the sheetrock & plywood . This stuff= https://auralex.com/sheetblok-sound-barrier/ There are other brands, but is one I have used. This stuff feels like lead it is so heavy!! edit- It might not be the windows, it’s probably the whole wall and could be the ceiling and floors, depending on your house.
  9. Yes, I didn’t know, but I think I have 4 versions which can all run at the same time lol. They match different versions, like 1.0, 1.2, 1.5, 2.0, 2.?? I don’t know how autohotkey can decide which one to load. I know you should code V1orV2 in the header.
  10. DXi s are kind of hidden did you look for it too in the plugin manager?
  11. I’ll redo it in v2 tonight. It shouldn’t take too long.
  12. Delete melodyne RegionFX with AutoHotKey shortcut AutoHotKey V1 https://www.autohotkey.com/download/ahk-install.exe (Version 2 if you want to look at it. This script is V1 only) AutoHotKey V2 https://www.autohotkey.com/download/ahk-v2.exe (AutoHotKey is frequently flagged as viruses, but they are not. But, a warning - Do not run free scripts without knowing what they do!) Run This script in AutoHotKey v1 It will need to be installed first. I could redo it in V2 if you need. I am in the process of changing most scripts to V2, but am still more versed in V1. I am at the stage where I put V2 commands in V1 scripts, lol. For the script to work properly, you need to have the mouse over the clip you want to remove melodyne from. Otherwise, it will not work. There is no error checking in these scripts. AutoHotKey simply sends the same keys you could type in to remove the Edit region manually. I have pauses of 300ms. It could be much shorter with a faster computer. Between 50-100ms. like Sleep 100 or even Sleep 50 ;=REM in AutoHotKey , #z is hold windows key down and press z. Copy text from #Single Instance Force through } Name the file anything you want, but it must end in .ahk You start the .ahk program first. It does nothing but sit in memory waiting for WIN+Z. When it sees this key stroke it will type the programmed info. I named mine - Remove-Melodyne.ahk Most AHK Scripts work better run as ADMIN, so right click your ahk program and run as admin. I have another one I am working on to pause the audio and midi engines after no user input for x minutes. Wow, I just thought I should add the option to save the file and then turn off the engines. I wonder if an ahk save would crash less than the Sonar auto save????? I'll have to test this out too! I don't know how to pause user input while running a script yet either. Tons of stuff to learn!! Have fun. I also have a big one I am working on. It is a project timer to bill clients. Multiple cliesnts, multiple albums. multiple songs and multiple billable sessions per song. I hope to put this all on one like the size of a windows header bar! and very lean to allow very little CPU. #SingleInstance Force #Requires AutoHotkey v1 ;Run as Administrator ;NO ERROR checking included #z:: IfWinActive ahk_class Sonar { Sleep 300 Send {RButton} Sleep 300 send r Sleep 300 send {Enter} Sleep 300 send m Sleep 300 Send r Return } if you like AutoHotKey, here are some fun uses. Load this script and type addr and a Space after. it will make this address for you. You can even stack these. You could paste these on below the Melodyne script. You can trigger either of these with the shortcuts. I have several LONG paths to files on another computer in my network. I hate typing those in!! Here are a couple you might need sdmp and cdmp ::sdmp:: send C:\Users\YOUR NAME\AppData\Roaming\Cakewalk\Sonar\MiniDumps send {Enter} Return ::cdmp:: send c:\Users\YOUR NAME\AppData\Roaming\Cakewalk\Cakewalk Core\Minidumps send {Enter} Return ::addr:: ( Mister Max 1234 Any Street Dallas, TX 75098 ) Return
  13. Are they all audio tracks? Like David mentioned is there any automation on any lanes? Including buses? Are there any master bus effects? Can you see the pops on each track or just hear them? Have you looked at the master and main outputs to see if the Pop is on those tracks as well?
  14. That looks more like a computer/buffer problem more than clipping or other wave form defects. It could even be a bad connection in a wire or other device. One question does it happen all the time or just happened this one time. If it happened more than once in the same song, Is there any logic to the spacing between the groups of glitches. This doesn’t look like an over driven section but Was it played really loud.?
  15. Experiment with the bounce buffer size. Try same as playback. And other numbers.
×
×
  • Create New...