Old 01-25-2010, 11:34 PM   #1
Rec
Mortal
 
Rec's Avatar
 
Join Date: Apr 2009
Posts: 228
Default What's your most dangerous macro?

Mine so far only crops an item to time selection and puts a new file in that spot. Working on something more deadly.
Rec is offline   Reply With Quote
Old 01-26-2010, 07:20 AM   #2
jamieson1974
Mortal
 
Join Date: Jul 2008
Location: Arlington, VA
Posts: 194
Default

Once, I had a macro (ctrl + Alt + S) that enabled the cursor to run wildly through my house with scissors. Eventually, I decided to delete that macro. It was just too dangerous.
__________________
Jamieson Tobey
www.jamiesontobey.com
jamieson1974 is offline   Reply With Quote
Old 01-26-2010, 03:06 PM   #3
NAS
Mortal
 
NAS's Avatar
 
Join Date: Dec 2007
Location: In church, burning it down
Posts: 1,345
Default

My most dangerous Macro is a Macro that makes Macros
If you don't catch it in time it goes inverse negative loopback and can turn existence inside out

NAS
__________________
Not Gods or Saints but HUMAN be
NAS is offline   Reply With Quote
Old 01-26-2010, 03:21 PM   #4
EvilDragon
Mortal
 
EvilDragon's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 5,270
Default

My most dangerous macro can play faster than John Petrucci.

http://www.youtube.com/view_play_lis...ssons&rclk=pti
EvilDragon is offline   Reply With Quote
Old 01-26-2010, 06:07 PM   #5
Rec
Mortal
 
Rec's Avatar
 
Join Date: Apr 2009
Posts: 228
Default

Macros of Mass Destruction.
Rec is offline   Reply With Quote
Old 01-26-2010, 11:58 PM   #6
FeatheredSerpent
Mortal
 
FeatheredSerpent's Avatar
 
Join Date: Jan 2010
Location: Atlantis
Posts: 91
Default

I have a simple standard one for (midi) recording:
I define the loop/time selection, select a track then hit a pad on my controller which triggers this custom action:

1. Takes me to the start of that loop
2. Deactivates record arm on all tracks but arms the selected track
3. Activates the input monitor on the selected track
4 Pauses, then goes into record.

If I like the take/s I hit 'R' to stop and save media.
If I don't like any of it then I hit 'T' (for 'Trainwreck' heh heh!) which stops and deletes the media.
FeatheredSerpent is offline   Reply With Quote
Old 01-27-2010, 01:51 AM   #7
Rec
Mortal
 
Rec's Avatar
 
Join Date: Apr 2009
Posts: 228
Default

Quote:
Originally Posted by FeatheredSerpent View Post
I have a simple standard one for (midi) recording:
I define the loop/time selection, select a track then hit a pad on my controller which triggers this custom action:

1. Takes me to the start of that loop
2. Deactivates record arm on all tracks but arms the selected track
3. Activates the input monitor on the selected track
4 Pauses, then goes into record.

If I like the take/s I hit 'R' to stop and save media.
If I don't like any of it then I hit 'T' (for 'Trainwreck' heh heh!) which stops and deletes the media.
Nice idea.
Rec is offline   Reply With Quote
Old 01-27-2010, 02:00 AM   #8
DarkStar
Mortal
 
DarkStar's Avatar
 
Join Date: May 2006
Location: Surrey, UK
Posts: 4,757
Default

... Mad Maxro is pretty dangerous
__________________
DarkStar
... interesting, if true.
DarkStar is offline   Reply With Quote
Old 01-27-2010, 02:38 AM   #9
dazzathedrummer
Mortal
 
dazzathedrummer's Avatar
 
Join Date: Jul 2007
Location: Cambridgeshire. UK
Posts: 590
Default

I've got a macro that crosses the streams!
__________________
Dazzathedrummer
www.the-guards.co.uk
www.myspace.com/dazzathedrummer
dazzathedrummer is offline   Reply With Quote
Old 01-27-2010, 09:58 AM   #10
jedstar2000
Mortal
 
jedstar2000's Avatar
 
Join Date: Apr 2009
Location: Bristol uk
Posts: 514
Default

Quote:
Originally Posted by dazzathedrummer View Post
I've got a macro that crosses the streams!
Is that to destroy the Marshmacro man
__________________
...............Reaper the DIY DAW.....................
MultiTrack Editing Macros http://forum.cockos.com/showthread.php?t=50111
Mongrel Theme http://forum.cockos.com/showthread.php?t=49281
jedstar2000 is offline   Reply With Quote
Old 01-27-2010, 01:00 PM   #11
Sound asleep
Mortal
 
Sound asleep's Avatar
 
Join Date: Nov 2009
Posts: 933
Default

Quote:
Originally Posted by FeatheredSerpent View Post
I have a simple standard one for (midi) recording:
I define the loop/time selection, select a track then hit a pad on my controller which triggers this custom action:

1. Takes me to the start of that loop
2. Deactivates record arm on all tracks but arms the selected track
3. Activates the input monitor on the selected track
4 Pauses, then goes into record.

If I like the take/s I hit 'R' to stop and save media.
If I don't like any of it then I hit 'T' (for 'Trainwreck' heh heh!) which stops and deletes the media.
ya that one's nice, i think i might do something similar, minus the loop and the pause. and then a modifier for doing doing the same but without deactivating AR on other tracks.

I have one question though, what sucks about macros for the loop button is that loop button works as on/off switch. so you can't click an item, then bind a key to time select it and loop it, and then play it. which i like.

you can almost do all that, except if play loops button is activcated, this will deactivate it, if it is not activated it will activate it. are the arm records this way? or is the on and off a separate command?

it's too bad about the loop button too, because that would be cool.
Sound asleep is offline   Reply With Quote
Old 01-27-2010, 01:27 PM   #12
gofer
Mörtel
 
gofer's Avatar
 
Join Date: Jun 2008
Posts: 4,431
Default

You're talking about the repeat function on the transport bar?
Get SWS extensions, it includes the actions

SWS: Set transport repeat state
SWS: Unset transport repeat state

The first one enables, the second one disables 'repeat'
These are some strange names for sure :/ but well.


Funny thing, 'Set transport...' appears twice in my list?
gofer is offline   Reply With Quote
Old 01-27-2010, 02:13 PM   #13
Sound asleep
Mortal
 
Sound asleep's Avatar
 
Join Date: Nov 2009
Posts: 933
Default

Quote:
Originally Posted by gofer View Post
You're talking about the repeat function on the transport bar?
Get SWS extensions, it includes the actions

SWS: Set transport repeat state
SWS: Unset transport repeat state

The first one enables, the second one disables 'repeat'
These are some strange names for sure :/ but well.


Funny thing, 'Set transport...' appears twice in my list?
nice, iu do have SWS selections, sweet, this is goign to be good.

I might even make a "create time selection around selected items, activate repeat mode, disarm record on all tracks, arm record on select track, record from start of loop"

that could be pretty slick, and you could do another one like that, except have it switch to auto punch in and out, oh and play from previous marker? i'll bet you could.

i'm gonna look for that and experiment with it.
Sound asleep is offline   Reply With Quote
Old 01-27-2010, 06:19 PM   #14
Kihoalu
Mortal
 
Join Date: Jan 2007
Posts: 283
Default

The most dangerous Macro??

Macro-economics!

(it buys and sells and creates and destroys everything in the universe)



.
__________________
Mahope Kakou (Later Dudes)...
(not sent from my iPhone, but sent from a real computer)
Kihoalu is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:35 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.