Old 02-23-2009, 08:51 AM   #41
darjama
Human being with feelings
 
Join Date: Nov 2006
Location: the Bay
Posts: 701
Default

Is there a way to bind a reaconsole command to an action?
darjama is offline   Reply With Quote
Old 02-23-2009, 04:01 PM   #42
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Quote:
Originally Posted by darjama View Post
Is there a way to bind a reaconsole command to an action?
If you're talking about a specific command, e.g. "c red" to be bound to Alt-R, no that's not possible at the moment. I would welcome suggestions how that could be implemented -- maybe a window "Open Custom ReaConsole Actions", with a list of say 10 commands? Those commands would correspond to 10 new actions "SWS: Run custom ReaConsole action 1..10" Is this kinda what you're looking for?

Otherwise, the action "SWS: Open console and copy keystroke" may be of use. For example, bind it to I; when you press the I key ReaConsole will open with the letter i already copied in.
sws is offline   Reply With Quote
Old 02-23-2009, 04:31 PM   #43
semiquaver
Human being with feelings
 
Join Date: Jun 2008
Posts: 4,923
Default

reading this thread has me salivating for the osx version...
semiquaver is offline   Reply With Quote
Old 02-23-2009, 04:39 PM   #44
zappsunzorn
Human being with feelings
 
zappsunzorn's Avatar
 
Join Date: Feb 2008
Location: Virginia Beach VA
Posts: 2,274
Default

Quote:
Originally Posted by sws View Post
If you're talking about a specific command, e.g. "c red" to be bound to Alt-R, no that's not possible at the moment. I would welcome suggestions how that could be implemented -- maybe a window "Open Custom ReaConsole Actions", with a list of say 10 commands? Those commands would correspond to 10 new actions "SWS: Run custom ReaConsole action 1..10" Is this kinda what you're looking for?

Otherwise, the action "SWS: Open console and copy keystroke" may be of use. For example, bind it to I; when you press the I key ReaConsole will open with the letter i already copied in.
With all the actions available, and so few keys on the keyboard, it would be awesome to make custom shortcuts with reaconsole (I like the 10 actions idea).
zappsunzorn is offline   Reply With Quote
Old 02-23-2009, 06:53 PM   #45
darjama
Human being with feelings
 
Join Date: Nov 2006
Location: the Bay
Posts: 701
Default

Quote:
Originally Posted by sws View Post
If you're talking about a specific command, e.g. "c red" to be bound to Alt-R, no that's not possible at the moment. I would welcome suggestions how that could be implemented -- maybe a window "Open Custom ReaConsole Actions", with a list of say 10 commands? Those commands would correspond to 10 new actions "SWS: Run custom ReaConsole action 1..10" Is this kinda what you're looking for?

Otherwise, the action "SWS: Open console and copy keystroke" may be of use. For example, bind it to I; when you press the I key ReaConsole will open with the letter i already copied in.
Thanks for the quick word back. Basically what I'm looking to do is to have ReaGate control track selection. So I was hoping to have a MIDI command trigger reaconsole comand "+s1" and the closing the midi gate trigger "-s1".

It would probably be easier to program this separately instead of coming up with a way to do preset reaconsole commands (I'd need a lot of presets). My programming skills are next to nonexistent, so I couldn't offer up any suggestions to make this work. There isn't any kind of Reaper Extension Programming for Mental Patients in Near Vegatative States tutorial, is there?
darjama is offline   Reply With Quote
Old 02-23-2009, 07:08 PM   #46
dub3000
Human being with feelings
 
dub3000's Avatar
 
Join Date: Mar 2008
Location: Sydney, Australia
Posts: 3,955
Default

wow, why didn't i see this earlier?! genius!
dub3000 is online now   Reply With Quote
Old 02-24-2009, 06:09 AM   #47
illacov
Human being with feelings
 
Join Date: Jul 2006
Posts: 162
Default Cool ass idea to go with another cool ass idea...ReaBoard

Ive been thinking about this for a while.

I know we already have hotkeys and the like for Reaper commands but is it possible to have a second keyboard for our workstation that is SPECIFICALLY divergent from the normal keyboard functions which would be mapped for only Commands or for example ReaConsole?

You know like a weird looking cool assed keyboard that could be mapped away from Windows usage as a regular keyboard, meaning a little software utility could assign it to only work with a certain program that you designate like Reaper. I know windows usually makes it fair game for all programs..hmmm. Is there such a thing as keyboard masking? Meaning you can assign a different command set to a certain input device so that it would not be the typical ABCD etc thing, this way it wouldn't conflict with your standard keyboard.

Then you could map all these cool commands to the second keyboard, so it becomes a control surface. I hope you follow me. We already have people generating stickers to make Reaper keyboards, but it would be cool to have our regular keyboard retain basic hotkey commands among other functions like CTRL ALT DEL and then the dedicated Reaper keyboard which would have whatever extensions assigned wherever you want co existing with the basic windows keyboard.

That would the best compliment to the dope piece of software.

Anybody got any ideas?
Somebody code it! Lol

Peace
Illumination
illacov is offline   Reply With Quote
Old 02-24-2009, 06:20 AM   #48
illacov
Human being with feelings
 
Join Date: Jul 2006
Posts: 162
Default Visual Ideas

Some visual ReaBoards!


Lets make it happen!!

Peace
Illumination
Attached Images
File Type: jpg maltron-3D-ergonomics-keyboard.jpg (17.8 KB, 437 views)
File Type: jpg 4200-06-Liquid-LG1.jpg (28.3 KB, 534 views)
File Type: jpg datahand-keyboard.jpg (15.0 KB, 426 views)
illacov is offline   Reply With Quote
Old 02-24-2009, 06:26 AM   #49
illacov
Human being with feelings
 
Join Date: Jul 2006
Posts: 162
Default And the ball is rolling!!

http://www.bella-usa.com/detail.aspx?ID=41

A gentleman coded a prog called Right Keyboard which allows you to switch keyboards when they are both connected and the program gets updated in realtime!

So once you hit blah blah on the second keyboard in theory Reaper would be alerted to the different language of the second input device and therefore recognize the key which is coming from that certain device which is assigned to the ReaConsole command.

So you can have a completely dedicated Reaper keyboard that would completely coexist with the windows layout on your first keyboard. It does add another keyboard to your desktop or studio but how dope is that? You don't lose your regular keyboard and instead you gain a much more functional keyboard that in many ways completely changes the landscape for control surfaces. You in essence can avoid midi control messages and CPU cycles by simply smacking the old keys on your keyboard!

Dammit I wish I had a second keyboard right now!

Peace
Illumination
illacov is offline   Reply With Quote
Old 02-26-2009, 04:19 PM   #50
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Quote:
Originally Posted by darjama View Post
Is there a way to bind a reaconsole command to an action?
darjama, I've added a feature to do my plugin to do exactly this. Redownload and install from the link below. There's no user interface (yet), but I thought it'd be useful nonetheless.

How it works:
Add a file called "reaconsole_customcommands.txt" into the same directory as your reaper.ini. (Typically C:\Documents and Settings\UserName\Application Data\REAPER) In this file, place commands, one per line, for everything you want to bind to a key. Restart REAPER, and you will have new actions in your action list for each command in the file. You can then bind these to keys using the action window as usual. Beware your bindings will get screwed up if you rearrange/add/delete/etc the commands in the file, as the bindings are based on line # in the file.

Example:
reaconsole_customcommands.txt has one line with the text "+s1"
Restart REAPER, look for new action "SWS: Run console command: +s1"
Bind/run and away you go!
sws is offline   Reply With Quote
Old 02-26-2009, 08:31 PM   #51
BenK-msx
Human being with feelings
 
BenK-msx's Avatar
 
Join Date: Jun 2008
Location: Whales, UK
Posts: 6,009
Default

mr. SWS - nice one!

this is just what i've been requiring to automate hiding some tracks (to then set a screen set) and also to select whichever track on my CS i move (as it then shows its fx chain...)
i think i can now macro up the fader or a solo button to adjust track 01 and also 'select' track 01..

this and many more joys are open to us - thanks!

and i was about to go to bed...
__________________
JS Super8 Looper Template & intro | BCF2000 uber info Thread | Who killed the Lounge?
BenK-msx is offline   Reply With Quote
Old 02-26-2009, 11:34 PM   #52
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

More ReaConsole commands:

b: add prefix to track name(s)
z: add suffix to track name(s)

e.g. type "zAchived" into Reaconsole to append the text "Archived" (plus space) at the end of all selected tracks' names.

Last edited by sws; 02-27-2009 at 07:25 AM. Reason: typo
sws is offline   Reply With Quote
Old 02-27-2009, 02:49 AM   #53
darjama
Human being with feelings
 
Join Date: Nov 2006
Location: the Bay
Posts: 701
Default

sws, that's incredible. Thanks!
darjama is offline   Reply With Quote
Old 02-27-2009, 06:40 AM   #54
Mercado_Negro
Moderator
 
Mercado_Negro's Avatar
 
Join Date: Aug 2007
Location: Caracas, Venezuela
Posts: 8,676
Default Prefix/Suffix

Thank you very much sws. I know this is supposed to work with only one word as we talked on IRC but is there a way you could improve it somehow so we can add several words at the same time? I mean, let's say I have recording template I load everytime I start a session and all tracks have labels to identify leads/bv/chorus/etc. (that's why I asked you for this in the beginning) so I just run the console with b to add singer/performer name to them but sometimes their names are something like "David J." or "Michael Smith". I could run the console twice adding the second word first and then again to add the first word but maybe you can make it happen easier. Thanks again Tim.

oh! another thing, how can i open up the console with "b" just like those two actions for "n" and "s" do? I know I can do it binding "b" to the action "open console and copy keystroke" but maybe you can give me a trick to achieve this without the binding.
__________________
Pressure is what turns coal into diamonds - Michael a.k.a. Runaway
Mercado_Negro is offline   Reply With Quote
Old 02-27-2009, 08:52 AM   #55
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

OK, new actions to open ReaConsole with the command already filled in:



Also, if you want to name your track (or suffix or prefix) with more than one word, put a space between the command and the name. For example, use "n Track 1" instead of "nTrack 1".
sws is offline   Reply With Quote
Old 02-27-2009, 08:54 AM   #56
semiquaver
Human being with feelings
 
Join Date: Jun 2008
Posts: 4,923
Default

must have this on mac! will donate! pleeeeeze
semiquaver is offline   Reply With Quote
Old 03-07-2009, 09:47 PM   #57
Marah Mag
Human being with feelings
 
Marah Mag's Avatar
 
Join Date: Sep 2008
Location: Here
Posts: 3,000
Default

@ SWS.

ReaConsole is a really exciting tool. In the past I've accidentally pressed 'c' a number of times, so I've seen the console a lot, but would always escape out of it and never really looked into it until now. Just brilliant.

I was looking for a way to toggle certain tracks to solo based on the track name, rather than its number, which is subject to change. I was about to post about this when I thought hmmm maybe that's a job for ReaConsole. Tada! Just fantastic!

Question. Would it be possible for console commands to be registered in the undo history?

Also, not a big deal, but I thought I'd bring this to your attention....

When I run the action 'SWS: Edit console custom commands (restart needed after save)', it opens reaconsole_customcommands.txt, but it also triggers an application error from Reaper: 'The instruction at "0x00000002" referenced memory at "0x00000002". The memory could not be "read".' With the only option being to terminate the program.

So far it's happened every time I've tried. I've checked to see if it mattered that the file was already open (which it had been the first few tries) but that doesn't seem to be it.

This is under XP SP2, with txt files set to open with Notepad.

Just me?

Thanks!

Last edited by Marah Mag; 03-07-2009 at 11:45 PM. Reason: typose
Marah Mag is offline   Reply With Quote
Old 03-08-2009, 03:01 AM   #58
liteon
Human being with feelings
 
liteon's Avatar
 
Join Date: Apr 2008
Posts: 510
Default

Super useful. Thanks
liteon is offline   Reply With Quote
Old 03-08-2009, 04:14 AM   #59
Marah Mag
Human being with feelings
 
Marah Mag's Avatar
 
Join Date: Sep 2008
Location: Here
Posts: 3,000
Default

Quote:
Originally Posted by illacov View Post
http://www.bella-usa.com/detail.aspx?ID=41

A gentleman coded a prog called Right Keyboard which allows you to switch keyboards when they are both connected and the program gets updated in realtime!

So once you hit blah blah on the second keyboard in theory Reaper would be alerted to the different language of the second input device and therefore recognize the key which is coming from that certain device which is assigned to the ReaConsole command.

So you can have a completely dedicated Reaper keyboard that would completely coexist with the windows layout on your first keyboard. It does add another keyboard to your desktop or studio but how dope is that? You don't lose your regular keyboard and instead you gain a much more functional keyboard that in many ways completely changes the landscape for control surfaces. You in essence can avoid midi control messages and CPU cycles by simply smacking the old keys on your keyboard!

Dammit I wish I had a second keyboard right now!
A two-keyboard system should be easy to set up, with one as your regular qwerty kb, and the other that was a dedicated control surface for Reaper, or any application, really.

Just plug in two keyboards. They can both be fully operational with no conflict, as far as i can tell.

As long as one of the keyboards is itself programmable, there'd be no need to explicitly switch between the two keyboards, or alert Reaper to the second input device. Reaper wouldn't see this setup as unusual or need to be aware of it in any way. It's all in the keyboard -- the "switching" is all virtual and is done by the keyboard's driver.

I've been using a programmable Microsoft Sidewinder X6 keyboard, and also the programmable Sidewinder mouse, for the last few weeks. I posted about them here: http://forum.cockos.com/showthread.php?t=31771

Each Sidewinder has a driver that intercepts and controls its output. If one if its keys (or buttons on the mouse) has a macro assigned to it, the content of that macro is sent to whatever application has the focus. Keys that don't have macros assigned to them function normally. This keyboard would be the control surface.

The primary keyboard, which is not controlled by the Sidewinder driver, works as usual.

The two keyboards aren't aware of each other, and Reaper has no idea what's going on.

Because AHK isn't able (as far as I know) to tell the difference between the keyboard streams, it's not possible to create a bunch of AHK macros for one keyboard only.

That's why the keyboard has to have self-contained programmability.

But as long as the keyboard is programmable, there's no reason you couldn't use it as a dedicated macro server to any application you wanna control.
Marah Mag is offline   Reply With Quote
Old 03-08-2009, 12:34 PM   #60
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Quote:
Originally Posted by Marah Mag View Post
Question. Would it be possible for console commands to be registered in the undo history?

...

When I run the action 'SWS: Edit console custom commands (restart needed after save)', it opens reaconsole_customcommands.txt, but it also triggers an application error from Reaper...
Thanks for the bug report, I didn't test that very well. It's all fixed now, and I've added undo for all the commands too. Redownload from the link below.
sws is offline   Reply With Quote
Old 03-08-2009, 06:36 PM   #61
Marah Mag
Human being with feelings
 
Marah Mag's Avatar
 
Join Date: Sep 2008
Location: Here
Posts: 3,000
Default

Fabulous! Thank you!

May I make one more suggestion....?

I don't know it this would make things more difficult for you re: your file management... if so, it's not too important... but when you issue new updates to your extensions, could you put either a version number or even just a timestamp in the downloadable's name (not the dll that actually gets dropped), just to make it easier to know at a glance if there's a new one?

Have a great week!
Marah Mag is offline   Reply With Quote
Old 03-13-2009, 07:25 PM   #62
merdave
Human being with feelings
 
Join Date: Oct 2008
Posts: 708
Default

This is a very useful extension that you have created! Thanks.

Can you add a way to comment out lines in reaconsole_customcommands.txt?
Like ";" or "//" at the beginning of a line?

Although it's a different area, wouldn't it also be nice if the Reaper team added the same thing in the "Edit Custom Action" dialog. So we could just comment out a line we might need latter when we're working on making a new custom action rather than having to delete it.

Last edited by merdave; 03-13-2009 at 07:28 PM.
merdave is offline   Reply With Quote
Old 07-12-2009, 09:25 AM   #63
musicbynumbers
Human being with feelings
 
musicbynumbers's Avatar
 
Join Date: Jun 2009
Location: South, UK
Posts: 14,214
Default Is this possible already? if not.. this would be sweet!

This might be a big request here but..

Would it be possible to add a tick box that allows Reaconsole to open after pressing enter (but allowing escape to close it still)

This way we could use it multiple times without reaopening and retyping. This would be amazing (unless I'm missing a way to activate it without pressing enter?)
musicbynumbers is offline   Reply With Quote
Old 07-12-2009, 10:46 AM   #64
semiquaver
Human being with feelings
 
Join Date: Jun 2008
Posts: 4,923
Default

I'd rather see multiple commands be able to be entered in one line ie 'S 10 A 11' ...
semiquaver is offline   Reply With Quote
Old 07-12-2009, 10:53 AM   #65
musicbynumbers
Human being with feelings
 
musicbynumbers's Avatar
 
Join Date: Jun 2009
Location: South, UK
Posts: 14,214
Default

I thought that was possible? I'm sure I've done it with using ";" but if not that would be cool too! will test it now though..

You have opened up a "can of worms" Tim by making such a great extension! we will always want more!

(on a sidenote Tim, any luck reproducing the sws zooming slowdown? I have tried many things and there seems to be no connection to anything so far, could be my multi monitor set-up with 4 monitors but the standard commands work. will keep at it)

Sending a donation tomorrow as I'm also at the end of my trial with Reaper and will be buying a license tomorrow! Reaper has won the DAW testing I have been doing hands down!!
musicbynumbers is offline   Reply With Quote
Old 07-13-2009, 12:40 AM   #66
RRokkenAudio
Human being with feelings
 
RRokkenAudio's Avatar
 
Join Date: Jun 2009
Location: Buffalo, NY
Posts: 777
Default

Man, that FLStudio guy is gonna eat this up!

~Rob.
RRokkenAudio is offline   Reply With Quote
Old 07-13-2009, 10:46 PM   #67
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Hey guys, thanks for the ideas, I'll definitely incorporate most of these into ReaConsole soon. I'm hoping to get a Mac extension beta out first, though.
sws is offline   Reply With Quote
Old 07-30-2009, 09:30 AM   #68
musicbynumbers
Human being with feelings
 
musicbynumbers's Avatar
 
Join Date: Jun 2009
Location: South, UK
Posts: 14,214
Default

Hi Tim, just wondering as I might of missed it but is it possible to make it so we can remove alphanumerics from a name or is this possible already?

I'm sure either you or Xenakios have a command for doing this that I found but have lost.

example.

if I had 3 tracks called,

drums imported
guitar imported
keys imported

would it be possible to type into reaconsole something like "R imported" to remove the word imported from the names (I chose "R" for obvious reasons)

hope that makes sense or if anyone knows if this is possible already.

thanks
musicbynumbers is offline   Reply With Quote
Old 07-30-2009, 09:34 AM   #69
musicbynumbers
Human being with feelings
 
musicbynumbers's Avatar
 
Join Date: Jun 2009
Location: South, UK
Posts: 14,214
Default

Plus maybe the whole reaconsole idea could also be possible for items.

I know Xenakios created a great search function for items but if we could have a separate reaconsole just for items that would be amazing!!!!

truly amazing!!!

would need some adjustments could be used for finding items adjusting item mute and volume (solo would not work) but lots of things would!

what do you say!
musicbynumbers is offline   Reply With Quote
Old 08-08-2009, 04:04 PM   #70
Reverbio
Human being with feelings
 
Reverbio's Avatar
 
Join Date: Mar 2008
Posts: 168
Default

where abouts do you put reaconsole_customcommands.txt ?
in xp i guess it would be user/application data/REAPER

Cant seem to find an alternative in vista

Reverbio is offline   Reply With Quote
Old 08-09-2009, 11:55 AM   #71
dizzib
Human being with feelings
 
Join Date: Aug 2009
Posts: 30
Default Fx bypass?

Hi sws,

May I ask if it's possible to enable/disable FX on selected tracks using this tool?

Ideally I'd like to toggle fx for all tracks *except* for the one named 'AD', and assign this operation to a keyboard shortcut.

Something like f^AD, where f means toggle FX and ^ is a NOT operator.

Cheers!
dizzib is offline   Reply With Quote
Old 08-09-2009, 08:29 PM   #72
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Quote:
Originally Posted by Reverbio View Post
where abouts do you put reaconsole_customcommands.txt ?
in xp i guess it would be user/application data/REAPER

Cant seem to find an alternative in vista

It's in the same directory as reaper.ini. Run the action: "SWS: Edit console custom commands" and it'll open Notepad with the correct file.
sws is offline   Reply With Quote
Old 08-11-2009, 02:36 PM   #73
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Quote:
Originally Posted by dizzib View Post
Hi sws,

May I ask if it's possible to enable/disable FX on selected tracks using this tool?

Ideally I'd like to toggle fx for all tracks *except* for the one named 'AD', and assign this operation to a keyboard shortcut.

Something like f^AD, where f means toggle FX and ^ is a NOT operator.

Cheers!
Dizzib, great idea, I've implemented this in the latest version of the SWS extension available at my website.

f toggles FX on selected tracks
+f enables FX on selected tracks
-f disables FX on selected tracks
F enables FX on the selected tracks, disables it on all others

Also, the use an exclamation '!' directly after *any* command to invert the tracks that are affected.

So, f!AD toggles FX on all tracks except tracks named "AD".

Enjoy, and let me know if you have any questions or requests.
sws is offline   Reply With Quote
Old 08-19-2009, 12:33 PM   #74
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

I posted a new version of my extension today. Now pressing Ctrl-Enter to run the command leaves the ReaConsole window open.
sws is offline   Reply With Quote
Old 08-20-2009, 05:57 AM   #75
oldtimer
Human being with feelings
 
oldtimer's Avatar
 
Join Date: Nov 2008
Location: UK
Posts: 107
Default Trojan

Hi SWS,
I just downloaded your latest extension from your homepage and according to my antivirus it contains a file Dropper.Dldr.Agent, which is a Trojan. I quarantined and deleted your file,then just to make sure I downloaded again with the same result. Just thought I would let you know.
__________________
Its easy................when you know how!
oldtimer is offline   Reply With Quote
Old 08-20-2009, 05:59 AM   #76
mabian
Moderator
 
mabian's Avatar
 
Join Date: Aug 2007
Location: Italy
Posts: 4,326
Default

Quote:
Originally Posted by oldtimer View Post
Hi SWS,
I just downloaded your latest extension from your homepage and according to my antivirus it contains a file Dropper.Dldr.Agent, which is a Trojan. I quarantined and deleted your file,then just to make sure I downloaded again with the same result. Just thought I would let you know.
Kaspersky AV detected nothing here.

- Mario
mabian is offline   Reply With Quote
Old 08-20-2009, 06:15 AM   #77
oldtimer
Human being with feelings
 
oldtimer's Avatar
 
Join Date: Nov 2008
Location: UK
Posts: 107
Default

I jus scanned that directory with another AV (E-trust) and that shows nothing iether, just one of those things I suppose, sorry for any inconveniance folks.
__________________
Its easy................when you know how!
oldtimer is offline   Reply With Quote
Old 08-20-2009, 07:26 AM   #78
sws
Code Monkey
 
sws's Avatar
 
Join Date: Sep 2007
Location: Madison, WI
Posts: 857
Default

Yeah, I do think it's a false-positive.
sws is offline   Reply With Quote
Old 11-24-2011, 03:44 PM   #79
chip mcdonald
Human being with feelings
 
chip mcdonald's Avatar
 
Join Date: May 2006
Location: NA - North Augusta South Carolina
Posts: 4,294
Default

To be honest, I'm not interested in typing anything, BUT - it seems like this could relatively easily be integrated into a voice recognition scheme of some sort?

So if you had a headset mic arrangement you could say "reaper track 4 up 2 db" at some point?
__________________
]]] guitar lessons - www.chipmcdonald.com [[[
WEAR A FRAKKING MASK!!!!
chip mcdonald is offline   Reply With Quote
Old 04-06-2012, 01:24 PM   #80
babag
Human being with feelings
 
Join Date: Nov 2009
Posts: 2,227
Default

i'm interested in finding a way to type in values for the item properties
window, volume and pan values, to start. is there a way to use reaconsole
to do this? what i've seen so far seems to only apply to tracks.

thanks,
BabaG
babag 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 04:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.