Search found 159 matches

by RNIB
Thu Sep 29, 2016 3:46 pm
Forum: Beginners
Topic: KeyDown Not Working?
Replies: 4
Views: 6366

Re: KeyDown Not Working?

Hmm, well got it a bit closer with this: OnEvent>Key_Down,F,5,JogForward OnEvent>Key_Down,X,5,Stop Label>mainloop Wait>0.02 Goto>mainloop Srt>JogBack Release Ctrl Release Alt SetFocus>SADiE6 Radio Producer - Shuttle Pro Test.edl Wait>0.2 MouseMove>1094,747 LDown MouseMove>1094,800 OnEvent>Key_Down,F...
by RNIB
Thu Sep 29, 2016 2:17 pm
Forum: Beginners
Topic: KeyDown Not Working?
Replies: 4
Views: 6366

Re: KeyDown Not Working?

Oh boy do I feel stupid! :oops: :oops: Sorry. I've got it working now so that the audio scrubs in reverse and forward depending on which way the jog wheel is moved. OnEvent>Key_Down,R,5,JogBack OnEvent>Key_Down,F,5,JogForward OnEvent>Key_Down,X,5,Stop Label>mainloop Wait>0.02 Goto>mainloop SRT>JogBa...
by RNIB
Wed Sep 28, 2016 2:00 pm
Forum: Beginners
Topic: KeyDown Not Working?
Replies: 4
Views: 6366

KeyDown Not Working?

I'm trying to write a macro as a workaround. I've just bought A ShuttlePro which is a USB jogwheel with assignable hotkeys. One of the programs I use is an audio editor called SADiE where I can scrub through the audio hearing it slower than real time by clicking and dragging with the mouse on the on...
by RNIB
Fri May 06, 2016 3:54 pm
Forum: Beginners
Topic: Adding Variables Incorrectly?
Replies: 3
Views: 5651

Re: Adding Variables Incorrectly?

Hi, I have not had to chance to look at it in detail but note that in the first SRT, toward the end you use sideScheck instead of side2Scheck. In the second SRT I think you need to use % around the variables to ensure they get resolved correctly. Use the debugger / step through using F8, then you c...
by RNIB
Fri May 06, 2016 2:49 pm
Forum: Beginners
Topic: Adding Variables Incorrectly?
Replies: 3
Views: 5651

Adding Variables Incorrectly?

I'm not sure what the problem is here so I'll just do my best to explain what is happening. Earlier in the script the macro moves to a field in a program that should contain either the letter r or s copies it to the clipboard, stores it as a variable (side1R, side1S, side2R, side2S respectively) and...
by RNIB
Fri Apr 22, 2016 3:34 pm
Forum: Beginners
Topic: SetCheckBox not ticking
Replies: 2
Views: 4136

Re: SetCheckBox not ticking

Hi, not sure if it helps, but for eg audio files in Audition CC there is a setting under preference (Markers and Metadata) to have markers and metadata included as default on save. Maybe something similar exists for your version and menu. :( Aghhh no sadly not in Audition 3. Good thinking though. T...
by RNIB
Fri Apr 22, 2016 3:21 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

Thanks both for your replies. I shall be having a look at this in more detail on Monday. I'm also trying to get my boss to buy me MS14 as there are numerous improvements that would be of benefit. Interesting and frustrating that Audition CC accepts paths in file names. Unfortunately we are having to...
by RNIB
Fri Apr 22, 2016 3:12 pm
Forum: Beginners
Topic: SetCheckBox not ticking
Replies: 2
Views: 4136

SetCheckBox not ticking

In Adobe Audition when you do a Save As there is a checkbox at the bottom that, if it's not already checked, I need to be checked. I'm trying to use this GetCheckBox>Save As,Save extra non-audio information,bChecked If>bChecked=1 Goto>end Else SetFocus>Save As SetCheckBox>Save As,Save extra non-audi...
by RNIB
Fri Apr 22, 2016 10:47 am
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

Thanks for this, very much appreciated. I'm having difficulty getting either to work unfortunately. Neither are quite formatting the file names in they way Audition needs them but also both methods cause the file order to be wrong. Audition wants the file list presented as (the file names will chang...
by RNIB
Thu Apr 21, 2016 3:56 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

The Open Append field may need a specific file delimiter to function properly. Will be easy to make a list of file names with any delimiter you choose, might not be easy to discover what that delimiter should be. Yeah that's what I'm finding. Audition wants the files presented as: "file1.wav" "file...
by RNIB
Thu Apr 21, 2016 2:49 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

CTRL-A is the standard Windows shortcut for "Select All". Have you tried that? Yeah unfortunately there are two problems with that. 1. Focus isn't initially in the list of files but in the file name field. 2. For reasons that I don't understand but I've seen it in other programs too, if you select ...
by RNIB
Thu Apr 21, 2016 2:30 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

Interesting. I didn't know that functionality existed in MS and good to know for the future. Unfortunately, I think, in this instance I'm stuck with using the GUI which is a shame as this method would be a lot easier and cleaner. What I need to do is to open a set of WAV files in a folder using the ...
by RNIB
Thu Apr 21, 2016 1:57 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

Re: MouseMoveRel

Aha perfect, that worked perfectly.

Unfortunately I only have MS10 to work with.

Thanks a lot!
by RNIB
Thu Apr 21, 2016 12:08 pm
Forum: Beginners
Topic: MouseMoveRel
Replies: 13
Views: 11663

MouseMoveRel

I'm trying to navigate to the list of files in a File Open window. Normally I'd just do this by tabbing but the tab order changes depending on what you last opened in that window. A real pain! The only way I can think of doing this is by having the mouse click within the list of files but the window...
by RNIB
Thu Mar 17, 2016 4:41 pm
Forum: Beginners
Topic: Waiting For Window Title To Change
Replies: 2
Views: 4505

Re: Waiting For Window Title To Change

Aha that worked!

Cheers again JRL
cron
Sign up to our newsletter for free automation tips, tricks & discounts