Home Recording

Go Back   Home Recording > Equipment Forums > The Rack


        

                                
                                10/30 - [video] Demo Roland TD-20SX
Reply    Audiofanzine Studio-effect Studio-effect News Studio-effect Medias Studio-effect Tests Studio-effect Articles Studio-effect User Reviews Studio-effect Classifieds Ads
 
Thread Tools Display Modes
  #1  
Old 09-12-2006
walters walters is offline
Force of Nature
 
Join Date: Apr 2005
Posts: 774
Rep Power: 12436
walters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond repute
Signal Routing patchbays in series and parallel

I have my behringer Patch bay like this
inputs,sends,returns,outputs? without normalizing the signal flow no normalizing

How can i set up the patch bay so i can put the sends and returns in "series" or in "parallel"?

I have 8 processors each going to their own send and returns so how can i use the patch bay
so i can route the sends and returns to either in series with the dry signal or in parallel with the dry signal?

Patch Bay to split the dry signal into 5 to 7 outputs so i can do layering?

Patch Bay input:
1.) a input to "switch" from Stereo,Mono,dual mono, criss-cross stereo "(input)"

How can i add these mode switch to my patch bay please?

Patch Bay output:
1.) a output with "mode switch" from stereo,mono,dual mono,criss cross stereo "(output)"

I need a special switch box to do this before and after the patch bay?

How many patch bay points/jacks would i need to do this please?
Reply With Quote
  #2  
Old 09-12-2006
walters walters is offline
Force of Nature
 
Join Date: Apr 2005
Posts: 774
Rep Power: 12436
walters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond repute
Patch Bay 2 or 3 Parallel effects

taking 2 sends and 2 returns from 2 effects processors and putting them in parallel with eachother with a patch bay how can i do this please?

I'm trying to make my source and destinations inputs,outputs,sends,returns able to put in series or in parallel with eachother

And Able to put the sends or returns in merge,criss cross,dual mono,mono,stereo each send and return to do this how can i do this and how many jack/points would i need to do this please?
Reply With Quote
  #3  
Old 09-12-2006
ez_willis's Avatar
ez_willis ez_willis is online now
Virtual Ninja
 
Join Date: Mar 2002
Location: Dementia, CA
Age: 39
Posts: 3,821
Rep Power: 2303110
ez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond repute
Quote:
Originally Posted by walters
I'm trying to make my source and destinations inputs,outputs,sends,returns able to put in series or in parallel with eachother

And Able to put the sends or returns in merge,criss cross,dual mono,mono,stereo each send and return to do this
Why? ?
__________________
Quote:
Originally Posted by 60's guy View Post
You win.
Reply With Quote
  #4  
Old 09-12-2006
MOFO Pro MOFO Pro is offline
Opinions are like SM-57s
 
Join Date: Jun 2001
Location: North Shore, MA
Posts: 1,685
Rep Power: 346907
MOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond repute
Sounds more like you need a mixer more than a patch bay...
Reply With Quote
  #5  
Old 09-12-2006
walters walters is offline
Force of Nature
 
Join Date: Apr 2005
Posts: 774
Rep Power: 12436
walters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond repute
i need a matrix digital mixer with matrix outputs and advance routing matrix right?

I seen console and mixing boards with matrix outputs what do they use them for ?
Reply With Quote
  #6  
Old 09-12-2006
ez_willis's Avatar
ez_willis ez_willis is online now
Virtual Ninja
 
Join Date: Mar 2002
Location: Dementia, CA
Age: 39
Posts: 3,821
Rep Power: 2303110
ez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond repute
Quote:
Originally Posted by walters
i need a matrix digital mixer with matrix outputs and advance routing matrix right?

I seen console and mixing boards with matrix outputs what do they use them for ?
Since the matrix is Jitter’s focus, it is not surprising that the majority of Jitter objects fall in this category of Matrix Operators. Every Matrix operator has some number of matrix inputs and some number of matrix outputs. Matrix inputs are referred to by the names "in", "in2", "in3", etc., from left to right, and matrix outputs are referred to by the names "out", "out2", "out3", etc., from left to right--i.e. the names are appended by the input/output number except for the first (leftmost) input and first (leftmost) output which are simply named "in" and "out". We will refer to the input or output name names as the "i/o-name".

Matrix inputs and outputs typically each have their own matrices internally where information is kept. This is necessary because Jitter is an asynchronous framework (i.e. all the matrices don’t arrive at all inputs at the same time). Various aspects of matrix inputs and outputs can be set using the command [i/o-name] combined with one of the following suffixes: "_dim" which will set the dimensions of the specified i/o matrix, "_type" which will set the type of the specified matrix, "_planecount" which will set the plane of the specified matrix, or "_name" which will set the name of the specified matrix. There is one special case which does not have an internal matrix and this is the first input "in". This is the case since this special input actually triggers the calculation of the matrix operator, so it doesn’t need to be cached until a calulation takes place, unlike the other inputs. Therefore there is no mechanism to set the dim, planecount, type, or name of "in".

Matrix operators accept what we’ll refer to as "matrix args"--i.e. [planecount (int)] [type (symbol)] [dim (int list)]. if these arguments are present, the adapt attribute will be turned off, otherwise it will be turned on. If adapt mode is turned on, each time a matrix is received in the first input, there will also be the equivalent of setting the dim, planecount, and type attributes to that of the input matrix. If the other inputs and outputs are linked to these attributes, this will affect their linked attributes as well. See the "MOP" table to determine which inputs and outputs will be linked to which attributes when adapt mode is turned on. For the leftmost input this is not applicable, and hence all columns are labelled "n/a".
__________________
Quote:
Originally Posted by 60's guy View Post
You win.
Reply With Quote
  #7  
Old 09-13-2006
BigRay's Avatar
BigRay BigRay is offline
I hate jambands.
 
Join Date: Oct 2005
Location: Southeastern NC. No more Krauts and Bad music.
Age: 32
Posts: 1,876
Rep Power: 7390
BigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond reputeBigRay has a reputation beyond repute
Quote:
Originally Posted by walters
i need a matrix digital mixer with matrix outputs and advance routing matrix right?

I seen console and mixing boards with matrix outputs what do they use them for ?
what you need is to contract a terminal illness. but that is another thread.
Reply With Quote
  #8  
Old 09-13-2006
MOFO Pro MOFO Pro is offline
Opinions are like SM-57s
 
Join Date: Jun 2001
Location: North Shore, MA
Posts: 1,685
Rep Power: 346907
MOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond reputeMOFO Pro has a reputation beyond repute
Great Post EZ...

I've always had a problem wrapping my arms around the concept of a advanced matrix mixing... So clear... concise... I wonder why it was so hard to grasp in the first place
Reply With Quote
  #9  
Old 09-14-2006
walters walters is offline
Force of Nature
 
Join Date: Apr 2005
Posts: 774
Rep Power: 12436
walters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond reputewalters has a reputation beyond repute
What digital mixer or patch bay can do all these options please?
Reply With Quote
  #10  
Old 09-14-2006
ez_willis's Avatar
ez_willis ez_willis is online now
Virtual Ninja
 
Join Date: Mar 2002
Location: Dementia, CA
Age: 39
Posts: 3,821
Rep Power: 2303110
ez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond reputeez_willis has a reputation beyond repute
Quote:
Originally Posted by walters
What digital mixer or patch bay can do all these options please?
You're in luck today, walters.

I have just what you're looking for, but first you must tell me how you found this place?
__________________
Quote:
Originally Posted by 60's guy View Post
You win.
Reply With Quote
  #11  
Old 09-15-2006
Arthur's Avatar
Arthur Arthur is offline
Waffle Force Ten
 
Join Date: Jun 2000
Location: Belgium
Posts: 38
Rep Power: 0
Arthur will become famous soon enoughArthur will become famous soon enough
Lol I cannot believe it... the infamous Walters from Gearslutz. I especially dug up my years old login to see this!
Well, one can still believe in miracles
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Google
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Routing audio theory walters Mixing / Mastering 34 08-24-2006 14:11
series parallel foreverain4 Other Equipment and Reviews 13 10-07-2005 15:12
series and parallel! bassbashr99 Other Equipment and Reviews 4 07-28-2003 23:24
knowledge share on my vocoding emerald tablet Recording Techniques 10 08-16-2002 12:40
series/ parallel blackmusic Guitars and Basses 2 04-17-2002 09:42


All times are GMT -7. The time now is 18:05.


Powered by: vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 1995-2008 Audiofanzine except where noted. All Rights Reserved.