Go Back   Cockos Incorporated Forums > REAPER Forums > MIDI Hardware, Control Surfaces, and OSC

Reply
 
Thread Tools Display Modes
Old 05-24-2022, 05:09 PM   #17081
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
Remind me what solo in front does...
Instead of having Solo, mute all unsoloed tracks, this "dims" the volume of those tracks by the level in Reaper's Preferences (default is -18db). Once you start using it, it's really handing for making good EQ decisions because the track you've got Dim-Solo'd is good and loud, but you're still hearing the rest of your mix.

If anyone hasn't used that, or didn't know Reaper had that, give it a try.
Funkybot is offline   Reply With Quote
Old 05-24-2022, 05:24 PM   #17082
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by Funkybot View Post
Instead of having Solo, mute all unsoloed tracks, this "dims" the volume of those tracks by the level in Reaper's Preferences (default is -18db). Once you start using it, it's really handing for making good EQ decisions because the track you've got Dim-Solo'd is good and loud, but you're still hearing the rest of your mix.

If anyone hasn't used that, or didn't know Reaper had that, give it a try.
Cool, didn't even know that was a thing
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-24-2022, 05:38 PM   #17083
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
Cool, didn't even know that was a thing
The default of -18db is too high for me, but in between -12db to -6db is the sweetspot IMO. I have mine set to -9db.

Give it a shot.
Funkybot is offline   Reply With Quote
Old 05-24-2022, 08:02 PM   #17084
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by Funkybot View Post
ClearAllSolo definitely used to work on 1.1. That’s one of buttons on my XTouch One.

yes! same here.
d. gauss is offline   Reply With Quote
Old 05-24-2022, 08:34 PM   #17085
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by Geoff Waddington View Post

The floor is open for discussion.

Code:
Zone "Buttons"
    Track                       Shift
    Pan                         ToggleEnableFocusedFXParamMapping
    EQ                          ToggleEnableFocusedFXMapping 
    Send                        GoSelectedTrackSend
    Plugin                      GoSelectedTrackFXMenu
    Instrument                  GoSelectedTrackReceive
    Shift+Send                  GoTrackSend
    Shift+Plugin                GoTrackFXMenu
    Shift+Instrument            GoTrackReceive
    BankLeft                    TrackBank -8
    BankRight                   TrackBank 8
    ChannelLeft                 TrackBank -1
    ChannelRight                TrackBank 1
    Flip                        NoAction
    GlobalView                  GoHome
    GlobalView                  Reaper "_S&M_WNCLS3"        // Close all floating FX windows
    GlobalView                  Reaper "_S&M_WNCLS4"        // Close all FX chain windows
    GlobalView                  Reaper "_S&M_TOGLFXCHAIN"   // Toggle FX Chain for selected tracks
    nameValue                   NoAction
    smpteBeats                  CycleTimeDisplayModes
    TimeDisplay                 TimeDisplay
    F1                          NoAction
    F2                          NoAction
    F3                          NoAction
    F4                          NoAction
    F5                          NoAction
    F6                          NoAction
    F7                          NoAction
    F8                          NoAction
    MidiTracks                  NoAction
    Inputs                      NoAction
    AudioTracks                 NoAction
    AudioInstrument             NoAction
    Aux                         NoAction
    Busses                      NoAction
    Outputs                     NoAction
    User                        NoAction
    Shift                       Shift
    Option                      Option
    Control                     Control
    Alt                         Alt     
    Read                        TrackAutoMode 1
    Write                       TrackAutoMode 3
    Trim                        TrackAutoMode 0
    Touch                       TrackAutoMode 2
    Latch                       TrackAutoMode 4
    Group                       TrackAutoMode 5
    Shift+Read                  GlobalAutoMode 1
    Shift+Write                 GlobalAutoMode 3
    Shift+Trim                  GlobalAutoMode 0
    Shift+Touch                 GlobalAutoMode 2
    Shift+Latch                 GlobalAutoMode 4  
    Shift+Group                 GlobalAutoMode 5   
    Save                        NoAction
    Undo                        NoAction
    Cancel                      NoAction
    Enter                       NoAction
    Marker                      NoAction
    Nudge                       NoAction 
    Cycle                       CycleTimeline
    Drop                        NoAction
    Replace                     NoAction
    Click                       Reaper 40364  	// Toggle metronome
    Hold+Click                  Reaper 40363  	// Show metronome settings
    Solo                        NoAction
    Rewind                      NoAction   
    FastForward                 NoAction
    Stop                        Stop
    Play                        Play
    Record                      Record
    JogWheelRotaryCW            NoAction
    JogWheelRotaryCCW           NoAction
    Scrub                       NoAction
    Left                        NoAction     
    Right                       NoAction
    Up                          NoAction
    Down                        NoAction
    Zoom                        NoAction
ZoneEnd
these work for me (most you can see in my csi folder i zipped up a few posts back),

Flip = toggle master channel fx on/off (i.e. eliminate latency during recording. fwiw, use this more than any other button besides transport)

nameValue = Shift
F1-F8 = markers 1 -8
MidiTracks = Toggle Mixer
Inputs = toggle track manager
AudioTracks = toggle fx browser
AudioInstrument = Toggle MIDI Editor
Aux = Toggle Show FX Chain
Busses = toggle grid on/off
Outputs = toggle snap on/off
User = toggle lock on/off
Save = save project as
Left = scroll right
Right = scroll right
Up = scroll up
Down = scroll down
Zoom = zoom zone (jogwheel zooms in out)
d. gauss is offline   Reply With Quote
Old 05-24-2022, 11:54 PM   #17086
jacksoonbrowne
Human being with feelings
 
jacksoonbrowne's Avatar
 
Join Date: Aug 2017
Location: Ottawa, Canada
Posts: 600
Default x32

See my next post

Last edited by jacksoonbrowne; 05-25-2022 at 01:42 AM.
jacksoonbrowne is online now   Reply With Quote
Old 05-24-2022, 11:59 PM   #17087
jacksoonbrowne
Human being with feelings
 
jacksoonbrowne's Avatar
 
Join Date: Aug 2017
Location: Ottawa, Canada
Posts: 600
Default x32

Hi Geoff,

I have been following the V2.0 EXP discussion diligently since my last posts to https://forum.cockos.com/showthread.php?t=234209

I modified the Dec/2021 CSI1.1 source code to to fix 2 issues I had with CSI<-->X32 needs.
I do not know if these issues have yet been addresses in EXP V2.0 yet.
If not I will wait till V2.0 release is stable.

Issue 1 -
_________

The V1.1 source code wants to bind to UDP ports for both the incoming and outgoing UDP ports based on the CSI.ini file settings.

V1.1 of CSI would fail if the surface UDP port and the CSI UDP port were set the same in CSI.ini, as the SOCKETS lib will will not allow more than 1 binding per UDP port


There is no need for CSI to bind to the target OSC surface UDP PORT.
It can simply create a single socket and bind to it a local port.
This sockets handle can be used to send UDP packets to the target (X32)
The targets UDP port does not need to "binded" by CSI

Binding is only needed for CSI to listen on a SPECIFIC INCOMING UDP port.

Also this one port bound, can be used to send outgoing UDP packets to any IP address/port that the source desires

See also https://forum.cockos.com/showpost.ph...8&postcount=78

CSI: No need to bind to surface UDP port.

I may have a hard time explaining the SOCKETS C++ library, but I do totally understand it.
if anyone needs more clarification on client/server UDP SOCKET inf0, let me know and I will post relevant info.
If you google client server UDP you will find a shat load of links.
Basically CSI to X32: CSI is qa client and X32 is a server.
Analogous to CSI is web browser and X32 is conent pr5ovidedr.

Clear as mud ehhh,



Issue 2 -
_________

The X32 will not send any OSC messages to CSI until CSI first sends an OSC packet "/xremote" to the X32.

And CSI must sent this "/xremote" OSC packet every 9 seconds or less to the x32 to "Keepalive" X32 comms.

"/xremote" is basically telling X32 that "Hey X32, CSI here, and I want to subscribe to your osc messages".

Analogous to a web browser (CSI) connecting to a web page (x32) and saying give me your real time data.


After "/xremote" is received by the X32 it will send unsolicited OSC events to CSI for a maximum of 10 seconds. Therefore the "/xremote" should be sent by CSI on a periodic basis that is less than 10 seconds to ensure that no X32 events are missed by the CSI.
I would suggest every 5 to 8 seconds for safety.

I did a patch in V1.1 dec 2021 source that "TheManager->Run()" (invoked at about 33 times per second as a default preference) would increment a counter, and when the counter hits a limit (in this case nine seconds) it would send an .... .... to the X32

Issue 3 -
_________


The X32 supports and may use all of the minimum OSC data type specifications, and will need CSI to be able to send the following data types to the X32:


int32
float32
string
(ascii characters followed by a NULL, then padded with 0-3 NULL characters so that total length in bytes is a multiple of 4)
OSC-blob
(32-bit byte count followed by that many bytes and then padded with zeroes so that total length in bytes is a multiple of 4)
BLOBS are analogous to MIDI SysEx messages so to speak.
And I dont have a use case with the X32 that would require BLOBS at this point

Last edited by jacksoonbrowne; 05-25-2022 at 01:07 AM.
jacksoonbrowne is online now   Reply With Quote
Old 05-25-2022, 02:41 AM   #17088
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Hey, nice to see you again, been a while.

The gitHub CSI source is updated every time I make sufficient changes, usually a few times a day lately, so just grab it and tell me what you need me to do

https://github.com/GeoffAWaddington/CSICode
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 04:46 AM   #17089
Puck
Human being with feelings
 
Puck's Avatar
 
Join Date: Feb 2022
Location: Almost Canada
Posts: 505
Default

I pass this truck almost every day and think of you all.

Chris’ Sewer Inspection

lol
Puck is offline   Reply With Quote
Old 05-25-2022, 05:02 AM   #17090
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by Puck View Post
I pass this truck almost every day and think of you all.

Chris’ Sewer Inspection

lol
Geez, that's an awful crappy thing to point out
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 05:50 AM   #17091
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Puck View Post
I pass this truck almost every day and think of you all.

Chris’ Sewer Inspection

lol
It's even got the colon:
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 06:08 AM   #17092
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

New build is up.

CSI Exp.zip

ClearAllSolo is back

Also added Save, Undo, and Redo (Redo is mapped to Enter in the supplied X-Touch Buttons Zone)

Each of them lights up if the operation is possible.

For instance, if you can Undo, it lights up.

Once you have "undone" as far as possible, the light goes out.
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 06:12 AM   #17093
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Each of them lights up if the operation is possible.

For instance, if you can Undo, it lights up.

Once you have "undone" as far as possible, the light goes out.
That's really cool!
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 06:22 AM   #17094
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
New build is up.

CSI Exp.zip

ClearAllSolo is back

Also added Save, Undo, and Redo (Redo is mapped to Enter in the supplied X-Touch Buttons Zone)

Each of them lights up if the operation is possible.

For instance, if you can Undo, it lights up.

Once you have "undone" as far as possible, the light goes out.
Very nice!
Funkybot is offline   Reply With Quote
Old 05-25-2022, 07:12 AM   #17095
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Thanks MixMonkey and d. gauss, I'm rethinking the Associated Zones layout on the X-Touch.

It actually sucks.

Was trying to get the labels to line up, bad idea

The six Associated Zones are "radio buttoned", but since only 3 are visible at a time, the whole thing falls apart

Add to that the "fake" Shift button, aka Track, and every time you have it engaged the whole Page is "shifted", since the modifiers are per Page, uggh

So, given that we also need buttons to turn on/off the focused FX and Focused FX param functions, let's see if we can find 8 unused buttons.

Oh look, there they are, directly to the right of the Global View button (which is mapped to Home), perfect.

I think the 2 Focused ones go on the far right end.

Now, should the Selected Track 3 come first, or the Track 3 come first after Global View, that is the question...

Any thoughts on what Track, Pan/Surround, EQ, Send, Plug-in, and Inst should map to, now that they are free ?

Also pondering using Flip for VCA spill and Shift+Flip for Folders, or vice versa, what do you think ?

Drop and Replace are also under consideration for those roles, although Flip seems nicely placed on the surface for those tasks...

[edit] Or maybe nameValue and Flip for VCA/Folders, if those were radio buttons, that could be cool...
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com

Last edited by Geoff Waddington; 05-25-2022 at 07:23 AM.
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:20 AM   #17096
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by Geoff Waddington View Post

Any thoughts on what Track, Pan/Surround, EQ, Send, Plug-in, and Inst should map to, now that they are free ?

right now i have the row right next to Global view controlling the top reaper toolbar icons, but that could easily move up to the track/pan row instead. but better do it fast before muscle memory sets in

i.e. i have from right to left:

user =lock on/off
outputs =snap on/off
buses=grid on/off
etc.
d. gauss is offline   Reply With Quote
Old 05-25-2022, 07:24 AM   #17097
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by Geoff Waddington View Post

Also pondering using Flip for VCA spill and Shift+Flip for Folders, or vice versa, what do you think ?
as i've mentioned, FLIP for me is perfectly visually associated with the master fader so i have it set to toggle the master FX on/off. my master bus FX chain has tons of latency so i need to regularly toggle them off pretty much every time i do an OD. so i use that button ALL the time. my 2 cents.
d. gauss is offline   Reply With Quote
Old 05-25-2022, 07:29 AM   #17098
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by d. gauss View Post
right now i have the row right next to Global view controlling the top reaper toolbar icons, but that could easily move up to the track/pan row instead. but better do it fast before muscle memory sets in

i.e. i have from right to left:

user =lock on/off
outputs =snap on/off
buses=grid on/off
etc.
Ok, there are 7 of them after metronome, should we lay 6 of them out linearly, and then use nameValue for lock ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:29 AM   #17099
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Was trying to get the labels to line up, bad idea
Give it up, for your own sanity
Quote:
The six Associated Zones are "radio buttoned", but since only 3 are visible at a time, the whole thing falls apart
Use the 3 next door buttons (Track, Pan, EQ) for the SelectedTrack variants. Then your radio buttons look great!
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 07:31 AM   #17100
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

What's the action for "Undo"?
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 07:31 AM   #17101
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by d. gauss View Post
as i've mentioned, FLIP for me is perfectly visually associated with the master fader so i have it set to toggle the master FX on/off. my master bus FX chain has tons of latency so i need to regularly toggle them off pretty much every time i do an OD. so i use that button ALL the time. my 2 cents.
Cool, although for a generic layout, is that widely used enough, it may be, just wondering...
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:33 AM   #17102
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by MixMonkey View Post
Give it up, for your own sanity
Thanks to you, already have

Quote:
Originally Posted by MixMonkey View Post
Use the 3 next door buttons (Track, Pan, EQ) for the SelectedTrack variants. Then your radio buttons look great!
Yes, but then the 2 Focused ones need a home, it really is a set of 8 total...
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:34 AM   #17103
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by MixMonkey View Post
What's the action for "Undo"?
Undo

Have a look at the X-Touch Buttons Zone.
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:34 AM   #17104
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
Also pondering using Flip for VCA spill and Shift+Flip for Folders, or vice versa, what do you think ?
I'd suggest keeping Flip for a subzone to flip faders and pans. The X-Touch encoders suck (or at least the ones on the X-Touch One do) so I hate panning on the X-Touch One. It's much easier to quickly flip the pan onto the fader and adjust there. So much more responsive. Then you can use shift for PanWidth on the fader with FaderTouch updating the displays. Note: I've been flipping the pan onto the fader via a modifier on my X-Touch One setup for a long time now and it's become my preferred way to adjust pans - user tested!

Plus, that functionality lines up with the label and how I think a new user would expect the X-Touch to work out of the box. There's going to be no way to avoid mismatched functionality from the label, but where original MCU functionality can be maintained, I'd say keep it!

At least for the default X-Touch file layout.

Give it a shot!
Code:
Zone "Flip"    
    DisplayUpper|                      TrackNameDisplay
    DisplayLower|                      TrackVolumeDisplay
    Fader|Touch+DisplayLower|          TrackPanDisplay
    Shift+Fader|Touch+DisplayLower|    TrackPanWidthDisplay  
    Rotary|                            TrackVolume
    Fader|                             TrackPan "0"
    Shift+Fader|                       TrackPanWidth "1"
    Flip                               LeaveSubZone
ZoneEnd

Last edited by Funkybot; 05-25-2022 at 07:41 AM.
Funkybot is offline   Reply With Quote
Old 05-25-2022, 07:34 AM   #17105
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by MixMonkey View Post
What's the action for "Undo"?
40029
d. gauss is offline   Reply With Quote
Old 05-25-2022, 07:36 AM   #17106
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by Funkybot View Post
I'd suggest keeping Flip for a subzone to flip faders and pans. The X-Touch encoders suck (or at least the ones on the X-Touch One do) so I hate panning on the X-Touch One. It's much easier to quickly flip the pan onto the fader and adjust there. So much more responsive. Then you can use shift for PanWidth on the fader with FaderTouch updating the displays.

Plus, that functionality lines up with the label and how I think a new user would expect the X-Touch to work out of the box. There's going to be no way to avoid mismatched functionality from the label, but where original MCU functionality can be maintained, I'd say keep it!

At least for the default X-Touch file layout.
Good point !

As you say, we could implement it in a SubZone
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:37 AM   #17107
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by d. gauss View Post
40029
Unless you want the fancy lights, see a few posts back
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:38 AM   #17108
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Undo

Have a look at the X-Touch Buttons Zone.
Ah, sorry, was looking at the wrong Buttons file, doh!

(I probably should have guessed it was "Undo")
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 07:41 AM   #17109
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by MixMonkey View Post
Ah, sorry, was looking at the wrong Buttons file, doh!

(I probably should have guessed it was "Undo")
Haha, remember last night when I thought ClearAllSolo was broken, since I mistakenly assigned it Rewind and nothing happened when I pressed Solo
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:42 AM   #17110
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Yes, but then the 2 Focused ones need a home, it really is a set of 8 total...
I think you're trying to fit a quart into a pint pot here I'd stay away from the row above the transport, Cycle, Click are more frequenlty used than Zone changes.
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 07:45 AM   #17111
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by MixMonkey View Post
I think you're trying to fit a quart into a pint pot here I'd stay away from the row above the transport, Cycle, Click are more frequenlty used than Zone changes.
Wasn't suggesting they get mapped to Drop or Replace, just wondering where those 2 Focused Toggles should go if we use the Encoder Assign 6 for the Associated Zones ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:46 AM   #17112
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by MixMonkey View Post
I'd stay away from the row above the transport, Cycle, Click are more frequenlty used than Zone changes.
agree.
d. gauss is offline   Reply With Quote
Old 05-25-2022, 07:47 AM   #17113
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Wasn't suggesting they get mapped to Drop or Replace, just wondering where those 2 Focused Toggles should go if we use the Encoder Assign 6 for the Associated Zones ?
Fair enough just pointing out that proximity to the front of the controller has a bearing on assignments.
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 07:48 AM   #17114
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by d. gauss View Post
agree.
Ok, but what should we do with Drop and Replace ?
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote
Old 05-25-2022, 07:51 AM   #17115
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by Geoff Waddington View Post
Ok, but what should we do with Drop and Replace ?
Replace: Toggle Ripple Editing
Drop: Toggle Snapping
Funkybot is offline   Reply With Quote
Old 05-25-2022, 08:00 AM   #17116
d. gauss
Human being with feelings
 
Join Date: May 2006
Posts: 1,631
Default

Quote:
Originally Posted by Funkybot View Post
Replace: Toggle Ripple Editing
Drop: Toggle Snapping
i have those up on that other row i mentioned a few posts back with lock and snap etc.

IMO, i wouldn't want the ripple toggle anywhere near the oft-used transport buttons. (if you have ever accidentally toggled ripple edit in a huge project with paying clients looking over your shoulder and totally messed it up you'll know what i mean)
d. gauss is offline   Reply With Quote
Old 05-25-2022, 08:06 AM   #17117
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Quote:
Originally Posted by Geoff Waddington View Post
Ok, but what should we do with Drop and Replace ?
Why not use them to indicate the 3 record modes?, Normal, Time selection auto-punch, auto-punch selected items.

Both off: Normal
Drop On: Time selection auto-punch
ReplaceOn: auto-punch selected items
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 08:18 AM   #17118
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,887
Default

Could you make the displays clear properly/redisplay the FXMenu when changing tracks with an FX mapped?
MixMonkey is offline   Reply With Quote
Old 05-25-2022, 08:24 AM   #17119
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Quote:
Originally Posted by d. gauss View Post
i have those up on that other row i mentioned a few posts back with lock and snap etc.

IMO, i wouldn't want the ripple toggle anywhere near the oft-used transport buttons. (if you have ever accidentally toggled ripple edit in a huge project with paying clients looking over your shoulder and totally messed it up you'll know what i mean)
Yep, good point!


Quote:
Originally Posted by MixMonkey View Post
Why not use them to indicate the 3 record modes?, Normal, Time selection auto-punch, auto-punch selected items.

Both off: Normal
Drop On: Time selection auto-punch
ReplaceOn: auto-punch selected items
I could dig that!
Funkybot is offline   Reply With Quote
Old 05-25-2022, 08:28 AM   #17120
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Side question: does the X-Touch Universal ship with a set overlays like the X-Touch One does? The X-Touch One has a nice "User" overlay that's specifically designed for making your own labels, as well as a set of overlays for other DAWs. I've never seen one an X-Touch Universal but I'm not sure if that's because Behringer didn't bother to include any, or if users just aren't using them (or posting photos of them).
Funkybot 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:54 PM.


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