View Single Post
 
Old 12-17-2008, 12:25 PM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
This works great, thanks
I worked out how to not have to minimize on each start
open the au file with textmate and scroll to the bottom and change

Code:
<key>Window Frame</key>
<string>{{388, 40}, {355, 577}}</string>
<key>Window Max</key>
<string>{2560, 1622}</string>
<key>Window Min</key>
<string>{360, 540}</string>
to

Code:
<key>Window Frame</key>
<string>{{1, 1}, {1, 1}}</string>
<key>Window Max</key>
<string>{2560, 1622}</string>
<key>Window Min</key>
<string>{1, 1}</string>
Shame it show's crash message on quiting without closing file first but you can't have everything

A more eligant approach would be a program called upmix by the same software company as soundflower, unfortunatly not only is it software you have to pay for but its nearly 500 us dollars :-(

Edit: Sorry Ianxxx, unfortunately I cut the first part of your post, could you please add it? Please apologize.

No probs :-)Ian

Last edited by Ianxxx; 12-20-2008 at 12:03 PM. Reason: Added CODE tags
Reply With Quote