Hi Thomas.  This script will do what you want, assuming you have your 
microphone set as the default system input.

tell application "Audio Hijack Pro"
        set session1 to the first session whose name contains "System Audio"
        set session2 to the first session whose name contains "Default"
        tell session1 to start hijacking
        tell session2 to start hijacking
        tell session1 to start recording
        tell session2 to start recording
end tell


What you want to do is open up script editor and paste in the above script.  
You could run it by pressing command r.  What I would suggest you do is to save 
it, and then set up one of VoiceOver's keyboard commander shortcuts to it.  
Then you can start recording from anywhere.
HTH.
Darcy

On 2011-02-19, at 1:45 PM, Thomas Byskov Dalgaard wrote:

> Hi Darcy!
> 
> Ok, I guess the script suggestion is what would work out for me, sadly I 
> don't know anything about Apple script and how to create this kind of things.
> Have you any experience in making these scripts?
> If you do, I  would be glad if I may contact you off-list.
> Thanks for your answer.
> 
> Best regards
> Thomas
> Den 19/02/2011 kl. 20.40 skrev Darcy Burnard:
> 
>> Hi Thomas.  I can think of a couple of things you might try.  I've not tried 
>> these myself, so don't know if the files would be in sync or not, but it's 
>> worth looking in to.
>> First, you could try setting the scheduler to start recording both sessions 
>> at the same time.
>> Or you could write a simple script to start both sessions recording.  
>> Darcy
>> 
>> On 2011-02-19, at 12:30 PM, Thomas Byskov Dalgaard wrote:
>> 
>>> Hi!
>>> 
>>> Sorry, Ricardo, I have not a suggestion to your problem.  However I  found 
>>> another issue with the app:
>>> I want to record the system output to  a single file and my mic to another 
>>> file so I can put them  together in an external editor which  supports 
>>> multitracking. My problem is that I can not find any way to record multiple 
>>> sessions at the  same time. In other words:
>>> I can record  both files but the length of them are different because they 
>>> can't start recording with one press of the record button. DOes anyone have 
>>> a suggestion to fix this?
>>> i Know I could record it all into one file, but I  want to have total 
>>> control over both recordings.
>>> Best regards
>>> THomas
>>> Den 19/02/2011 kl. 08.23 skrev Ricardo Walker:
>>> 
>>>> hi Guys.
>>>> 
>>>> This week I updated audio hijack pro.  After the update, I was no longer 
>>>> able to record system audio along with my microphone.  This was the case 
>>>> for my USB mic, and the Macbook pros internal mic.  So in other words, 
>>>> Recording system audio doesn't record the input once it has been selected 
>>>> and hi jacked.  I went to my time machine back up and copied the older 
>>>> version back on to my MBP and its working like it should.  Can anyone 
>>>> duplicate this problem?
>>>> 
>>>> TIA.
>>>> 
>>>> Ricardo Walker
>>>> [email protected]
>>>> Twitter, Skype, and AIM: rwalker296
>>>> Google Voice: 1-646-450-2197
>>>> 
>>>> 
>>>> 
>>>> -- 
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "MacVisionaries" group.
>>>> To post to this group, send email to [email protected].
>>>> To unsubscribe from this group, send email to 
>>>> [email protected].
>>>> For more options, visit this group at 
>>>> http://groups.google.com/group/macvisionaries?hl=en.
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to 
>>> [email protected].
>>> For more options, visit this group at 
>>> http://groups.google.com/group/macvisionaries?hl=en.
>>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to 
>> [email protected].
>> For more options, visit this group at 
>> http://groups.google.com/group/macvisionaries?hl=en.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to