Nektar Panorama Remote Maps Thread

Want to talk about music hardware or software that doesn't include Reason?
User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Now that seems to be sorted. I have a pedal connected and I had it working for Play/Stop but it only worked once then stopped working. I tested it with a multimeter continuity test it works. But its not doing anything plugged into the P1. Selecting the function in the menu doesn't do anything either.
It is not too much of an ask for people or things to be the best version of itself!

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Testing out writing a RE map trying to learn how to do it anyway. Stuck at adding the screen buttons to select the color for ReMark and a Random function for a random color. Managed to get fader 9 to select the color but stumped at the buttons part. Although managed to get the Text on the screen. It doesn't say how to do it in the template tut. :(

Code: Select all

Scope	Selig Audio, LLC	com.seligaudio.ReMark
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//Device name that appears on Panorama's dispaly
Map	Device Name		"ReMark"		HOME
Map	Patch Name		Patch Name			Instrument	Patch 1
Map	Patch Name		Patch Name			Instrument	Patch 2

//Fader 9 typically mapped to Master Volume
Map	Fader 9		Panel Color			Instrument

Map	Page Name		"ReMark"			Instrument

//Display buttons
Map	X1_Labeli		"Red"			Instrument
Map	X2_Labeli		"Pineapple"			Instrument
Map	X3_Labeli		"Turquois"			Instrument
Map	X4_Labeli		"SteelBlue"			Instrument
Map	X5_Labeli		"Random"			Instrument
Map	X1		0		CTRL	Instrument
Map	X2		0		CTRL	Instrument
Map	X3		0		CTRL	Instrument
Map	X4		0		CTRL	Instrument
Map	X5		0		CTRL	Instrument
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Now that seems to be sorted. I have a pedal connected and I had it working for Play/Stop but it only worked once then stopped working. I tested it with a multimeter continuity test it works. But its not doing anything plugged into the P1. Selecting the function in the menu doesn't do anything either.
My P4 is solid util I start experimenting with mappings, so when things don't work like they should I usually do a Nektar load (Internal -> Setup -> Load -> Select Preset 1-Nektar 1 -> Load) and that sorts things out... (of course final thing, restart everything)...

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017
AttenuationHz wrote:
29 Jul 2017
Now that seems to be sorted. I have a pedal connected and I had it working for Play/Stop but it only worked once then stopped working. I tested it with a multimeter continuity test it works. But its not doing anything plugged into the P1. Selecting the function in the menu doesn't do anything either.
My P4 is solid util I start experimenting with mappings, so when things don't work like they should I usually do a Nektar load (Internal -> Setup -> Load -> Select Preset 1-Nektar 1 -> Load) and that sorts things out... (of course final thing, restart everything)...
It stopped working before I started messing with the maps it was the first thing I tested after first installing. Stopped working when I did the firmware update IIRC.
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Testing out writing a RE map trying to learn how to do it anyway. Stuck at adding the screen buttons to select the color for ReMark and a Random function for a random color. Managed to get fader 9 to select the color but stumped at the buttons part. Although managed to get the Text on the screen. It doesn't say how to do it in the template tut. :(

Code: Select all

Scope	Selig Audio, LLC	com.seligaudio.ReMark
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//Device name that appears on Panorama's dispaly
Map	Device Name		"ReMark"		HOME
Map	Patch Name		Patch Name			Instrument	Patch 1
Map	Patch Name		Patch Name			Instrument	Patch 2

//Fader 9 typically mapped to Master Volume
Map	Fader 9		Panel Color			Instrument

Map	Page Name		"ReMark"			Instrument

//Display buttons
Map	X1_Labeli		"Red"			Instrument
Map	X2_Labeli		"Pineapple"			Instrument
Map	X3_Labeli		"Turquois"			Instrument
Map	X4_Labeli		"SteelBlue"			Instrument
Map	X5_Labeli		"Random"			Instrument
Map	X1		0		CTRL	Instrument
Map	X2		0		CTRL	Instrument
Map	X3		0		CTRL	Instrument
Map	X4		0		CTRL	Instrument
Map	X5		0		CTRL	Instrument
I can help with the randomise
Map X5 0 RANDOMIZE Instrument

As for setting values that I have never got that working that way, been quite a few times I wanted that, Note: the colour would have to be assigned to a knob or fader etc.

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017
AttenuationHz wrote:
29 Jul 2017
Testing out writing a RE map trying to learn how to do it anyway. Stuck at adding the screen buttons to select the color for ReMark and a Random function for a random color. Managed to get fader 9 to select the color but stumped at the buttons part. Although managed to get the Text on the screen. It doesn't say how to do it in the template tut. :(

Code: Select all

Scope	Selig Audio, LLC	com.seligaudio.ReMark
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//Device name that appears on Panorama's dispaly
Map	Device Name		"ReMark"		HOME
Map	Patch Name		Patch Name			Instrument	Patch 1
Map	Patch Name		Patch Name			Instrument	Patch 2

//Fader 9 typically mapped to Master Volume
Map	Fader 9		Panel Color			Instrument

Map	Page Name		"ReMark"			Instrument

//Display buttons
Map	X1_Labeli		"Red"			Instrument
Map	X2_Labeli		"Pineapple"			Instrument
Map	X3_Labeli		"Turquois"			Instrument
Map	X4_Labeli		"SteelBlue"			Instrument
Map	X5_Labeli		"Random"			Instrument
Map	X1		0		CTRL	Instrument
Map	X2		0		CTRL	Instrument
Map	X3		0		CTRL	Instrument
Map	X4		0		CTRL	Instrument
Map	X5		0		CTRL	Instrument
I can help with the randomise
Map X5 0 RANDOMIZE Instrument

As for setting values that I have never got that working that way, been quite a few times I wanted that, Note: the colour would have to be assigned to a knob or fader etc.
Well the color is assigned to a fader(9) and fader 9 is changing the ReMark color no problem. In the remote info "panel color" is from 0-33. Setting x5 to RANDOMIZE: I replaced CTRL with RANDOMIZE but it does not randomize and the button lost the label for on/off (the part on the button that lights up red when on).
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Carly(Poohbear) wrote:
29 Jul 2017


I can help with the randomise
Map X5 0 RANDOMIZE Instrument

As for setting values that I have never got that working that way, been quite a few times I wanted that, Note: the colour would have to be assigned to a knob or fader etc.
Well the color is assigned to a fader(9) and fader 9 is changing the ReMark color no problem. In the remote info "panel color" is from 0-33. Setting x5 to RANDOMIZE: I replaced CTRL with RANDOMIZE but it does not randomize and the button lost the label for on/off (the part on the button that lights up red when on).
For the Randomize to work the controls have to have focus (be on the Nektar screen). So the randomize does not randomise the whole mapping, just 8 controls at a time..

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017
AttenuationHz wrote:
29 Jul 2017


Well the color is assigned to a fader(9) and fader 9 is changing the ReMark color no problem. In the remote info "panel color" is from 0-33. Setting x5 to RANDOMIZE: I replaced CTRL with RANDOMIZE but it does not randomize and the button lost the label for on/off (the part on the button that lights up red when on).
For the Randomize to work the controls have to have focus (be on the Nektar screen). So the randomize does not randomise the whole mapping, just 8 controls at a time..
Gotcha

Mapping Channel knob 1 to panel color works at randomizing but it seems the randomiser follows a pattern of some sort far to many Whites/OFF/Asparagus's as colors being selected. Any idea how to map the buttons to select the colour. That's what I thought it could do originally with fader 9 as the selector but having fader 9 and ch knob 1 controlling the same thing makes it not work. Is there a list of commands for maps anywhere?

Code: Select all

//Display Encoders
Map	Name Element 1		"Panel Color"			Instrument
Map	Ch Knob 1		Panel Color		Name	Instrument
Its giving an error to do with groups do I have to define the groups for the buttons to select that panel color.
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

You have one too many tabs between Panel Color and Name.

I don't know of any documentation, I did not know anything about mappings prior to my P4, I learnt by re-engineering everything.
Last edited by Carly(Poohbear) on 29 Jul 2017, edited 1 time in total.

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

Ch knobs override faders.
faders override the upper knobs.

So if you map the same thing that would be the order in which things work.

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Carly(Poohbear) wrote:
29 Jul 2017


For the Randomize to work the controls have to have focus (be on the Nektar screen). So the randomize does not randomise the whole mapping, just 8 controls at a time..
Gotcha

Mapping Channel knob 1 to panel color works at randomizing but it seems the randomiser follows a pattern of some sort far to many Whites/OFF/Asparagus's as colors being selected. Any idea how to map the buttons to select the colour. That's what I thought it could do originally with fader 9 as the selector but having fader 9 and ch knob 1 controlling the same thing makes it not work. Is there a list of commands for maps anywhere?

Code: Select all

//Display Encoders
Map	Name Element 1		"Panel Color"			Instrument
Map	Ch Knob 1		Panel Color		Name	Instrument
Its giving an error to do with groups do I have to define the groups for the buttons to select that panel color.
You have one too many tabs between Panel Color and Name.

I don't know of any documentation, I did not know anything about mappings prior to my P4, I learnt by re-engineering everything.

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017
You have one too many tabs between Panel Color and Name.

I don't know of any documentation, I did not know anything about mappings prior to my P4, I learnt by re-engineering everything.
Failed to load control surface: Nektar, PanoramaP1.
Map File Errors:
Line 152724: Map entry with bad scale value.

Get that error if I remove the tab though.

I know from remote override button presses are 0 for off 127 for on if you could scale the value from 0-33 for the panel color then there's probably a way to set button 1 to the value for Red which is 2.

The other error was
Line 152724: Map entry: remotable item already mapped in this scope.

Can you have two functions controlling the same value somehow is that what the multipliers do or something?

If anyone knows of a map that uses the button presses to scale a value it would be a big help to see how its done.

Edit: Ah there is a way to set the button press values for the buttons under the faders but that is global edit. I just want to be able to scale the value for the label buttons though I think fader buttons would be a compromise but if I have to have it always that way it would compromise other maps too.
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Carly(Poohbear) wrote:
29 Jul 2017
You have one too many tabs between Panel Color and Name.

I don't know of any documentation, I did not know anything about mappings prior to my P4, I learnt by re-engineering everything.
Failed to load control surface: Nektar, PanoramaP1.
Map File Errors:
Line 152724: Map entry with bad scale value.

Get that error if I remove the tab though.

I know from remote override button presses are 0 for off 127 for on if you could scale the value from 0-33 for the panel color then there's probably a way to set button 1 to the value for Red which is 2.

The other error was
Line 152724: Map entry: remotable item already mapped in this scope.

Can you have two functions controlling the same value somehow is that what the multipliers do or something?

If anyone knows of a map that uses the button presses to scale a value it would be a big help to see how its done.

Edit: Ah there is a way to set the button press values for the buttons under the faders but that is global edit. I just want to be able to scale the value for the label buttons though I think fader buttons would be a compromise but if I have to have it always that way it would compromise other maps too.
Miss counted the tabs, should have copied the code into my editor to see it better.
Map entry: remotable item already mapped in this scope.
You get that error if you try to map the same control twice in the same scope i.e
Map CH Knob 1 Panel Color VALUE Instrument
Map CH Knob 2 Panel Color VALUE Instrument

You will also cause problems by making the labels longer than 8 characters..

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017
AttenuationHz wrote:
29 Jul 2017


Failed to load control surface: Nektar, PanoramaP1.
Map File Errors:
Line 152724: Map entry with bad scale value.

Get that error if I remove the tab though.

I know from remote override button presses are 0 for off 127 for on if you could scale the value from 0-33 for the panel color then there's probably a way to set button 1 to the value for Red which is 2.

The other error was
Line 152724: Map entry: remotable item already mapped in this scope.

Can you have two functions controlling the same value somehow is that what the multipliers do or something?

If anyone knows of a map that uses the button presses to scale a value it would be a big help to see how its done.

Edit: Ah there is a way to set the button press values for the buttons under the faders but that is global edit. I just want to be able to scale the value for the label buttons though I think fader buttons would be a compromise but if I have to have it always that way it would compromise other maps too.
Miss counted the tabs, should have copied the code into my editor to see it better.
Map entry: remotable item already mapped in this scope.
You get that error if you try to map the same control twice in the same scope i.e
Map CH Knob 1 Panel Color VALUE Instrument
Map CH Knob 2 Panel Color VALUE Instrument

You will also cause problems by making the labels longer than 8 characters..
Right is there no way to have it mapped to 2 controls though?

looking into a map for the CV suite Signal Repeater at the minute. Managed to get it half working but the step units are on a different channel(!?) Is there a way to map knob 1 to a different channel when the unit is changed?

Code: Select all

//*********************************************************
//Remotable	Min	Max	Input type	Output type
//Repeater 1: Enabled	0	1	Toggle	ValueOutput
[b][u]//Repeater 1: Delay (Time)[/u][/b]	0	4194304	Value	ValueOutput
[b][u]//Repeater 1: Delay (Steps)[/u][/b]	0	15	Value	ValueOutput
//Repeater 1: Unit Type	0	2	Value	ValueOutput
//Repeater 2: Enabled	0	1	Toggle	ValueOutput
//Repeater 2: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 2: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 2: Unit Type	0	2	Value	ValueOutput
//Repeater 3: Enabled	0	1	Toggle	ValueOutput
//Repeater 3: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 3: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 3: Unit Type	0	2	Value	ValueOutput
//Repeater 4: Enabled	0	1	Toggle	ValueOutput
//Repeater 4: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 4: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 4: Unit Type	0	2	Value	ValueOutput
//Device Name	0	0	-	TextOutput
//Patch Name	0	0	-	TextOutput
//Select Patch Delta	0	0	Delta	TextOutput
//Select Previous Patch	0	0	Trig	TextOutput
//Select Next Patch	0	0	Trig	TextOutput
//***********************************************************

Scope	Quadelectra (Quadelectra Audioworx)	com.quadelectra.CVSuiteSignalRepeater
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//Device name that appears on Panorama's dispaly
Map	Device Name		"Signal Repeater"		HOME
Map	Patch Name		"Audioworx"			Instrument	Patch 1
Map	Patch Name		"Quadelectra"			Instrument	Patch 2

//Fader 9 typically mapped to Master Volume
Map	Fader 9		0			Instrument

Map	Page Name		"CV Suite Signal Repeater"			Instrument

//Display buttons
Map	X1_Labeli		"R1 On"			Instrument
Map	X2_Labeli		"R2 On"			Instrument
Map	X3_Labeli		"R3 On"			Instrument
Map	X4_Labeli		"R4 On"			Instrument
Map	X5_Labeli		"Knobs"			Instrument
Map	X1		Repeater 1: Enabled		CTRL	Instrument
Map	X2		Repeater 2: Enabled		CTRL	Instrument
Map	X3		Repeater 3: Enabled		CTRL	Instrument
Map	X4		Repeater 4: Enabled		CTRL	Instrument
Map	X5		""		INST

//Display Encoders
Map	Name Element 1		"R1 Delay"			Instrument
Map	Name Element 2		"R2 Delay"			Instrument
Map	Name Element 3		"R3 Delay"			Instrument
Map	Name Element 4		"R4 Delay"			Instrument
Map	Name Element 5		"Unit"			Instrument
Map	Name Element 6		"Unit"			Instrument
Map	Name Element 7		"Unit"			Instrument
Map	Name Element 8		"Unit"			Instrument
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 2		0		Name	Instrument
Map	Ch Knob 3		0		Name	Instrument
Map	Ch Knob 4		0		Name	Instrument
Map	Ch Knob 5		Repeater 1: Unit Type		Name	Instrument
Map	Ch Knob 6		0		Name	Instrument
Map	Ch Knob 7		0		Name	Instrument
Map	Ch Knob 8		0		Name	Instrument
This is from DDL-1

Map X2_ch ch_Mode=Ms TOGGLE_ON Instrument Steps
Map X2_ch ch_Mode=Steps TOGGLE_ON Instrument Ms

Just trying to figure out how to translate that to the CV suite!
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

29 Jul 2017

AttenuationHz wrote:
29 Jul 2017
Carly(Poohbear) wrote:
29 Jul 2017


Miss counted the tabs, should have copied the code into my editor to see it better.
Map entry: remotable item already mapped in this scope.
You get that error if you try to map the same control twice in the same scope i.e
Map CH Knob 1 Panel Color VALUE Instrument
Map CH Knob 2 Panel Color VALUE Instrument

You will also cause problems by making the labels longer than 8 characters..
Right is there no way to have it mapped to 2 controls though?

looking into a map for the CV suite Signal Repeater at the minute. Managed to get it half working but the step units are on a different channel(!?) Is there a way to map knob 1 to a different channel when the unit is changed?

Code: Select all

//*********************************************************
//Remotable	Min	Max	Input type	Output type
//Repeater 1: Enabled	0	1	Toggle	ValueOutput
[b][u]//Repeater 1: Delay (Time)[/u][/b]	0	4194304	Value	ValueOutput
[b][u]//Repeater 1: Delay (Steps)[/u][/b]	0	15	Value	ValueOutput
//Repeater 1: Unit Type	0	2	Value	ValueOutput
//Repeater 2: Enabled	0	1	Toggle	ValueOutput
//Repeater 2: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 2: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 2: Unit Type	0	2	Value	ValueOutput
//Repeater 3: Enabled	0	1	Toggle	ValueOutput
//Repeater 3: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 3: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 3: Unit Type	0	2	Value	ValueOutput
//Repeater 4: Enabled	0	1	Toggle	ValueOutput
//Repeater 4: Delay (Time)	0	4194304	Value	ValueOutput
//Repeater 4: Delay (Steps)	0	15	Value	ValueOutput
//Repeater 4: Unit Type	0	2	Value	ValueOutput
//Device Name	0	0	-	TextOutput
//Patch Name	0	0	-	TextOutput
//Select Patch Delta	0	0	Delta	TextOutput
//Select Previous Patch	0	0	Trig	TextOutput
//Select Next Patch	0	0	Trig	TextOutput
//***********************************************************

Scope	Quadelectra (Quadelectra Audioworx)	com.quadelectra.CVSuiteSignalRepeater
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//Device name that appears on Panorama's dispaly
Map	Device Name		"Signal Repeater"		HOME
Map	Patch Name		"Audioworx"			Instrument	Patch 1
Map	Patch Name		"Quadelectra"			Instrument	Patch 2

//Fader 9 typically mapped to Master Volume
Map	Fader 9		0			Instrument

Map	Page Name		"CV Suite Signal Repeater"			Instrument

//Display buttons
Map	X1_Labeli		"R1 On"			Instrument
Map	X2_Labeli		"R2 On"			Instrument
Map	X3_Labeli		"R3 On"			Instrument
Map	X4_Labeli		"R4 On"			Instrument
Map	X5_Labeli		"Knobs"			Instrument
Map	X1		Repeater 1: Enabled		CTRL	Instrument
Map	X2		Repeater 2: Enabled		CTRL	Instrument
Map	X3		Repeater 3: Enabled		CTRL	Instrument
Map	X4		Repeater 4: Enabled		CTRL	Instrument
Map	X5		""		INST

//Display Encoders
Map	Name Element 1		"R1 Delay"			Instrument
Map	Name Element 2		"R2 Delay"			Instrument
Map	Name Element 3		"R3 Delay"			Instrument
Map	Name Element 4		"R4 Delay"			Instrument
Map	Name Element 5		"Unit"			Instrument
Map	Name Element 6		"Unit"			Instrument
Map	Name Element 7		"Unit"			Instrument
Map	Name Element 8		"Unit"			Instrument
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 2		0		Name	Instrument
Map	Ch Knob 3		0		Name	Instrument
Map	Ch Knob 4		0		Name	Instrument
Map	Ch Knob 5		Repeater 1: Unit Type		Name	Instrument
Map	Ch Knob 6		0		Name	Instrument
Map	Ch Knob 7		0		Name	Instrument
Map	Ch Knob 8		0		Name	Instrument
This is from DDL-1

Map X2_ch ch_Mode=Ms TOGGLE_ON Instrument Steps
Map X2_ch ch_Mode=Steps TOGGLE_ON Instrument Ms

Just trying to figure out how to translate that to the CV suite!
Yes, you are now getting into scopes and you may need to start looking at modifiers.

Also note there are a lot of fuck ups of the basic devices in the mappings, I think remember looking at the DD1 and the issue with the way they did it is you can get out of sync e.g. the device is on MS but the controls are mapped to the steps etc...

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

29 Jul 2017

Carly(Poohbear) wrote:
29 Jul 2017


Yes, you are now getting into scopes and you may need to start looking at modifiers.

Also note there are a lot of fuck ups of the basic devices in the mappings, I think remember looking at the DD1 and the issue with the way they did it is you can get out of sync e.g. the device is on MS but the controls are mapped to the steps etc...
That's what is happening at the minute I think! Have knob 5 controlling the unit but knob 1 will still stay on ms.

Code: Select all

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument
LOST! Do I have to define the group first or something don't know how to do that yet.

Am I hot or cold? if I did

Code: Select all

Define Group	Unit Type		0	2 
Then

Code: Select all

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument
Would that be a step in the right direction?
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

30 Jul 2017

AttenuationHz wrote:
29 Jul 2017

That's what is happening at the minute I think! Have knob 5 controlling the unit but knob 1 will still stay on ms.

Code: Select all

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument
LOST! Do I have to define the group first or something don't know how to do that yet.

Am I hot or cold? if I did


Then

Code: Select all

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument
Would that be a step in the right direction?
Every group name and value has be to unique.
As a rule I do have groups with spaces in them.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

30 Jul 2017

Carly(Poohbear) wrote:
30 Jul 2017

Every group name and value has be to unique.
As a rule I do have groups with spaces in them.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps
Ah I see. Would it matter what the text was? As long as its defined by the group and linked to the definition.

Code: Select all

Define Group		Unit_Type		Sausages	Warp 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Sausages 
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Warp
An underscore will be recognized a space also right?

Code: Select all

Define Group		Unit Type		Sausages	Warp 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Sausages 
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Warp
Did not get an error with ↓ but it didn't change to steps from time :( Would I have to define a group for the rotary name/labeli also?

Code: Select all

Define Group		Unit_Type		Delay (Time)		Delay (Steps) 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Delay (Time)
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Delay (Steps) 
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

30 Jul 2017

AttenuationHz wrote:
30 Jul 2017
Carly(Poohbear) wrote:
30 Jul 2017

Every group name and value has be to unique.
As a rule I do have groups with spaces in them.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps
Ah I see. Would it matter what the text was? As long as its defined by the group and linked to the definition.

Code: Select all

Define Group		Unit_Type		Sausages	Warp 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Sausages 
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Warp
An underscore will be recognized a space also right?

Code: Select all

Define Group		Unit Type		Sausages	Warp 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Sausages 
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Warp
Did not get an error with ↓ but it didn't change to steps from time :( Would I have to define a group for the rotary name/labeli also?

Code: Select all

Define Group		Unit_Type		Delay (Time)		Delay (Steps) 
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Delay (Time)
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Delay (Steps) 
Opps I meant as a rule I have groups withOUT spaces in them.

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

30 Jul 2017

Carly(Poohbear) wrote:
30 Jul 2017
Opps I meant as a rule I have groups withOUT spaces in them.
Ok. Does it matter how the group is defined though? As long as the definition is linked to the group, see previous post.


I added that code but still knob 1 won't change to steps would I have to define a page to link to knob 5 when the units are changed in order to change knob 1 to that value.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 

Map	MODIFIER1 0		Unit_Type=Unit_Time			Instrument
Map	MODIFIER1 1		Unit_Type=Unit_Steps			Instrument

Map	Name Element 1		"R1 Delay"			Instrument	Unit_Time
Map	Name Element 1		"R1 Step"			Instrument	Unit_Steps

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps

Map	Ch Knob 5		Repeater 1: Unit Type		Name	Instrument

OR
Map	Ch Knob 5		Repeater 1: Unit Type=Unit_Time	Unit_steps	Name	Instrument ???
I appreciate you wanting me to figure it out myself.
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

30 Jul 2017

AttenuationHz wrote:
30 Jul 2017
Carly(Poohbear) wrote:
30 Jul 2017
Opps I meant as a rule I have groups withOUT spaces in them.
Ok. Does it matter how the group is defined though? As long as the definition is linked to the group, see previous post.


I added that code but still knob 1 won't change to steps would I have to define a page to link to knob 5 when the units are changed in order to change knob 1 to that value.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 

Map	MODIFIER1 0		Unit_Type=Unit_Time			Instrument
Map	MODIFIER1 1		Unit_Type=Unit_Steps			Instrument

Map	Name Element 1		"R1 Delay"			Instrument	Unit_Time
Map	Name Element 1		"R1 Step"			Instrument	Unit_Steps

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps

Map	Ch Knob 5		Repeater 1: Unit Type		Name	Instrument

OR
Map	Ch Knob 5		Repeater 1: Unit Type=Unit_Time	Unit_steps	Name	Instrument ???
I appreciate you wanting me to figure it out myself.
You are so close..... You have not engaged the modifier... you have it set.....
Map Ch Knob 5 Repeater 1: Unit Type Modifier1 Instrument

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

30 Jul 2017

Carly(Poohbear) wrote:
30 Jul 2017
AttenuationHz wrote:
30 Jul 2017


Ok. Does it matter how the group is defined though? As long as the definition is linked to the group, see previous post.


I added that code but still knob 1 won't change to steps would I have to define a page to link to knob 5 when the units are changed in order to change knob 1 to that value.

Code: Select all

Define Group	Unit_Type		Unit_Time	Unit_Steps 

Map	MODIFIER1 0		Unit_Type=Unit_Time			Instrument
Map	MODIFIER1 1		Unit_Type=Unit_Steps			Instrument

Map	Name Element 1		"R1 Delay"			Instrument	Unit_Time
Map	Name Element 1		"R1 Step"			Instrument	Unit_Steps

Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps

Map	Ch Knob 5		Repeater 1: Unit Type		Name	Instrument

OR
Map	Ch Knob 5		Repeater 1: Unit Type=Unit_Time	Unit_steps	Name	Instrument ???
I appreciate you wanting me to figure it out myself.
You are so close..... You have not engaged the modifier... you have it set.....
Map Ch Knob 5 Repeater 1: Unit Type Modifier1 Instrument
Ah nice1 will write this up so (had to add a white space to it ;) ). Now just have to email Quadelectra again and ask about updating the midi scale for ms its not fine enough 20 ms increments! Any way to make that fine adjust? :lol:
It is not too much of an ask for people or things to be the best version of itself!

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

30 Jul 2017

CVSUITE Signal Repeater Quadelectra (Quadelectra Audioworx)

Code: Select all

//******************************************************************************************
//************************Scripted by Atten/Poohbear****************************************
//******************************************************************************************

Scope	Quadelectra (Quadelectra Audioworx)	com.quadelectra.CVSuiteSignalRepeater
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	force_patch_Feedback	Patch 1	Patch 2
Define Group	Unit_Type		Unit_Time	Unit_Steps

Map	MODIFIER1 0		Unit_Type=Unit_Time			Instrument
Map	MODIFIER1 1		Unit_Type=Unit_Steps			Instrument

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

//*********************************************************************************
//Device name that appears on Panorama's dispaly
//*********************************************************************************

Map	Device Name		"Signal Repeater"		HOME
Map	Patch Name		"CVSUITE"			Instrument	Patch 1
Map	Patch Name		"Quadelectra"			Instrument	Patch 2


//Fader 9 typically mapped to Master Volume
Map	Fader 9		0			Instrument

Map	Page Name		"Signal Repeater"			Instrument

//*********************************************************************************
//Display buttons
//*********************************************************************************

Map	X1_Labeli		"R1 On"			Instrument
Map	X2_Labeli		"R2 On"			Instrument
Map	X3_Labeli		"R3 On"			Instrument
Map	X4_Labeli		"R4 On"			Instrument
Map	X5_Labeli		"Knobs"			Instrument
Map	X1		Repeater 1: Enabled		CTRL	Instrument
Map	X2		Repeater 2: Enabled		CTRL	Instrument
Map	X3		Repeater 3: Enabled		CTRL	Instrument
Map	X4		Repeater 4: Enabled		CTRL	Instrument
Map	X5		""		INST

//*********************************************************************************
//Display Encoders
//*********************************************************************************


Map	Name Element 1		"R1 Delay"			Instrument	Unit_Time
Map	Name Element 1		"R1 Step"			Instrument	Unit_Steps
Map	Name Element 2		"R2 Delay"			Instrument	Unit_Time
Map	Name Element 2		"R2 Step"			Instrument	Unit_Steps
Map	Name Element 3		"R3 Delay"			Instrument	Unit_Time
Map	Name Element 3		"R3 Step"			Instrument	Unit_Steps
Map	Name Element 4		"R4 Delay"			Instrument	Unit_Time
Map	Name Element 4		"R4 Step"			Instrument	Unit_Steps
Map	Name Element 5		"Unit"			Instrument
Map	Name Element 6		"Unit"			Instrument
Map	Name Element 7		"Unit"			Instrument
Map	Name Element 8		"Unit"			Instrument
Map	Ch Knob 1		Repeater 1: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 1		Repeater 1: Delay (Steps)		Name	Instrument	Unit_Steps
Map	Ch Knob 2		Repeater 2: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 2		Repeater 2: Delay (Steps)		Name	Instrument	Unit_Steps
Map	Ch Knob 3		Repeater 3: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 3		Repeater 3: Delay (Steps)		Name	Instrument	Unit_Steps
Map	Ch Knob 4		Repeater 4: Delay (Time)		Name	Instrument	Unit_Time
Map	Ch Knob 4		Repeater 4: Delay (Steps)		Name	Instrument	Unit_Steps
Map	Ch Knob 5		Repeater 1: Unit Type		Modifier1	Instrument
Map	Ch Knob 6		Repeater 2: Unit Type		Modifier1	Instrument
Map	Ch Knob 7		Repeater 3: Unit Type		Modifier1	Instrument
Map	Ch Knob 8		Repeater 4: Unit Type		Modifier1	Instrument


//**********************************************************************************
//********************************** THAT IS ALL ***********************************
//**********************************************************************************

//**********************************************************************************

//********************************* End OF SCRIPT **********************************

//**********************************************************************************

//********************************* Signal Repeater ********************************
Now lets see if I can finish ReMark :D

Thanks very much!!!
It is not too much of an ask for people or things to be the best version of itself!

User avatar
AttenuationHz
Posts: 2048
Joined: 20 Mar 2015
Location: Back of the Rack-1

01 Aug 2017

I swapped the Amp Envelope and Filter envelope pages around on the Subtractor. So filter displays on the left on faders 1-4 and amp is on the right faders 5-8. It's a little less confusing when looking at or if your used to how the subtractor layout is.

Code: Select all

//Location around Line 6393 to 6792

Scope	Propellerheads	SubTractor Analog Synthesizer		
Define Group	Mode	Instrument	Mixer	Transport	Channel	
Define Group	X_Mode	Default	Global	Oscs	Filters	Envs	LFO	Velocity	Velocity2	ModWheel	ModExt
Define Group	Osc_Mode	Osc1	Osc2	Noise
Define Group	LFO_Mode	LFO1	LFO2
Define Group	ch_Mode	ch_Default	ch_Global	ch_Oscs	ch_Filters	ch_LFO	ch_ModWheel	ch_ModExt	ch_Velocity
Define Group	ch_Osc_Mode	ch_Osc1	ch_Osc2	ch_Noise
Define Group	ch_LFO_Mode	ch_LFO1	ch_LFO2
Define Group	ch_vel	ch_Mix	ch_AmpAtt
Define Group	Vel_target	Mix	AmpAtt
Define Group	Faders	F_Env1	F_Env2
Define Group	Env_Focus	Env_view_1	Env_view_2
Define Group	force_patch_Feedback	Patch 1	Patch 2
//	Control Surface Item	Key	Remotable Item	Scale	Mode

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

Map	Device Name		"Subtractor"		HOME
Map	Patch Name		Patch Name			Instrument	Patch 1
Map	Patch Name		Patch Name			Instrument	Patch 2

Map	Force_patch_change		force_patch_Feedback=Patch 1			Instrument	Patch 2
Map	Force_patch_change		force_patch_Feedback=Patch 2			Instrument	Patch 1

Map	Display Default		0			Mixer
Map	Display Default		X_Mode=Default			Instrument		
Map	Instrument Mode		ch_Mode=ch_Default			Instrument			
			
Map	Fader 9		Master Level			Instrument

Map	Menu_Label1		"Global"			Instrument	
Map	Menu_Label2		"Oscillators"		DEFAULT	Instrument	
Map	Menu_Label3		"Filters"			Instrument	
Map	Menu_Label4		"Envs"			Instrument	
Map	Menu_Label5		"LFOs"			Instrument	
Map	Menu_Label6		"Mod Wheel"			Instrument	
Map	Menu_Label7		"External Mod"			Instrument	
Map	Menu_Label8		"Velocity"			Instrument
Map	Menu_Label9		"Randomize"			Instrument

Map	Menu1		X_Mode=Global		INST	Instrument
Map	Menu2		X_Mode=Oscs		INST	Instrument
Map	Menu3		X_Mode=Filters		INST	Instrument
Map	Menu4		X_Mode=Envs		ENV	Instrument
Map	Menu5		X_Mode=LFO		INST	Instrument
Map	Menu6		X_Mode=ModWheel		INST	Instrument
Map	Menu7		X_Mode=ModExt		INST	Instrument
Map	Menu8		X_Mode=Velocity		INST	Instrument
Map	Menu9		0		RANDOMIZE	Instrument

Map	Menu1_ch		ch_Mode=ch_Global			Instrument
Map	Menu2_ch		ch_Mode=ch_Oscs			Instrument
Map	Menu3_ch		ch_Mode=ch_Filters			Instrument

Map	Menu5_ch		ch_Mode=ch_LFO			Instrument
Map	Menu6_ch		ch_Mode=ch_ModWheel			Instrument
Map	Menu7_ch		ch_Mode=ch_ModExt			Instrument
Map	Menu8_ch		ch_Mode=ch_Velocity			Instrument

Map	X5_Labeli		"Menu"		MENU	Instrument

//DEFAULTS
Map	Page Name		""			Instrument	Default
Map	X1_Labeli		"Osc 2"			Instrument	Default
Map	X2_Labeli		"Noise"			Instrument	Default
Map	X3_Labeli		"Ring Mod"			Instrument	Default
Map	X4_Labeli		"Filter 2"		MENU_ESC	Instrument	Default
Map	X1		Osc2 On/Off		CTRL	Instrument	Default
Map	X2		Noise On/Off		CTRL	Instrument	Default
Map	X3		Ring Mod		CTRL	Instrument	Default
Map	X4		Filter2 On/Off		CTRL	Instrument	Default

Map	Name Element 1		"Flt Freq"			Instrument	ch_Default	
Map	Name Element 2		"Flt Res"			Instrument	ch_Default
Map	Name Element 3		"LFO Amount"			Instrument	ch_Default			
Map	Name Element 4		"Mod Env Amt"			Instrument	ch_Default
Map	Name Element 5		"Osc1 Phase"			Instrument	ch_Default			
Map	Name Element 6		"Osc2 Phase"			Instrument	ch_Default
Map	Name Element 7		"Osc FM"			Instrument	ch_Default
Map	Name Element 8		"Osc Mix"			Instrument	ch_Default	
Map	Ch Knob 1		Filter Freq		NAME	Instrument	ch_Default
Map	Ch Knob 2		Filter Res		NAME	Instrument	ch_Default								
Map	Ch Knob 3		LFO1 Amount		NAME	Instrument	ch_Default
Map	Ch Knob 4		Mod Env Gain		NAME	Instrument	ch_Default			
Map	Ch Knob 5		Osc1 Phase Diff		NAME	Instrument	ch_Default								
Map	Ch Knob 6		Osc2 Phase Diff		NAME	Instrument	ch_Default					
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Default								
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Default															

Map	Page Name		"Global"			Instrument	Global
Map	X1_Labeli		"Re-Trig"			Instrument	Global
Map	X2_Labeli		"Low BW"			Instrument	Global
Map	X3_Labeli		" "			Instrument	Global
Map	X4_Labeli		" "		MENU_ESC	Instrument	Global

Map	X1		Key Mode		CTRL	Instrument	Global
Map	X2		Low Bandwidth On/Off		CTRL	Instrument	Global
Map	X3		0			Instrument	Global
Map	X4		0			Instrument	Global

Map	Name Element 3		"PB Range"			Instrument	ch_Global
Map	Ch Knob 1		Polyphony			Instrument	ch_Global
Map	Ch Knob 2		Portamento			Instrument	ch_Global								
Map	Ch Knob 3		Pitch Bend Range		NAME	Instrument	ch_Global
Map	Ch Knob 4		0			Instrument	ch_Global								
Map	Ch Knob 5		0			Instrument	ch_Global								
Map	Ch Knob 6		0			Instrument	ch_Global								
Map	Ch Knob 7		0			Instrument	ch_Global								
Map	Ch Knob 8		0			Instrument	ch_Global

Map	Page Name		"Oscillator 1"			Instrument	Oscs	Osc1
Map	X1_Labeli		" "			Instrument	Oscs	Osc1
Map	X2_Labeli		" Kbd "			Instrument	Oscs	Osc1
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Osc1
Map	X4_Labeli		"Osc 2 >"		MENU_ESC	Instrument	Oscs	Osc1
Map	X1		0			Instrument	Oscs	Osc1
Map	X2		Osc1 Kbd Track		CTRL	Instrument	Oscs	Osc1
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Osc1
Map	X4		Osc_Mode=Osc2		INST	Instrument	Oscs	Osc1
Map	X4_ch		ch_Osc_Mode=ch_Osc2			Instrument	Oscs	Osc1

Map	Name Element 1		"Waveform"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 2		"Oct"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 3		"Semi"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 4		"Cent"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 5		"PhaseMde"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 6		"Phase"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Osc1
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Osc1	
Map	Ch Knob 1		Osc1 Wave		NAME_VALUE	Instrument	ch_Oscs	ch_Osc1
Map	Ch Knob 2		Osc1 Octave		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 3		Osc1 Semitone		NAME	Instrument	ch_Oscs	ch_Osc1
Map	Ch Knob 4		Osc1 Fine Tune		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 5		Osc1 Phase Mode		NAME_VALUE	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 6		Osc1 Phase Diff		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Osc1
		
Map	Page Name		"Oscillator 2"			Instrument	Oscs	Osc2
Map	X1_Labeli		"On"			Instrument	Oscs	Osc2
Map	X2_Labeli		" Kbd "			Instrument	Oscs	Osc2
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Osc2
Map	X4_Labeli		"Noise > "		MENU_ESC	Instrument	Oscs	Osc2
Map	X1		Osc2 On/Off		CTRL	Instrument	Oscs	Osc2
Map	X2		Osc2 Kbd Track		CTRL	Instrument	Oscs	Osc2
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Osc2
Map	X4		Osc_Mode=Noise		INST	Instrument	Oscs	Osc2
Map	X4_ch		ch_Osc_Mode=ch_Noise			Instrument	Oscs	Osc2

Map	Name Element 1		"Waveform"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 2		"Oct"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 3		"Semi"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 4		"Cent"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 5		"PhaseMde"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 6		"Phase"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Osc2
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Osc2	
Map	Ch Knob 1		Osc2 Wave		NAME_VALUE	Instrument	ch_Oscs	ch_Osc2
Map	Ch Knob 2		Osc2 Octave		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 3		Osc2 Semitone		NAME	Instrument	ch_Oscs	ch_Osc2
Map	Ch Knob 4		Osc2 Fine Tune		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 5		Osc2 Phase Mode		NAME_VALUE	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 6		Osc2 Phase Diff		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Osc2			
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Osc2

Map	Page Name		"Noise"			Instrument	Oscs	Noise
Map	X1_Labeli		"On"			Instrument	Oscs	Noise
Map	X2_Labeli		" "			Instrument	Oscs	Noise
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Noise
Map	X4_Labeli		"Osc 1 > "		MENU_ESC	Instrument	Oscs	Noise
Map	X1		Noise On/Off		CTRL	Instrument	Oscs	Noise
Map	X2		0			Instrument	Oscs	Noise
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Noise
Map	X4		Osc_Mode=Osc1		INST	Instrument	Oscs	Noise
Map	X4_ch		ch_Osc_Mode=ch_Osc1			Instrument	Oscs	Noise

Map	Name Element 1		"Decay"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 2		"Color"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 3		"Level"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Noise
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Noise	
Map	Ch Knob 1		Noise Decay		NAME	Instrument	ch_Oscs	ch_Noise
Map	Ch Knob 2		Noise Color		NAME	Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 3		Noise Level		NAME	Instrument	ch_Oscs	ch_Noise
Map	Ch Knob 4		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 5		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 6		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Noise			
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Noise

Map	Page Name		"Filter 1&2"			Instrument	Filters
Map	X1_Labeli		"Filter 2"			Instrument	Filters
Map	X2_Labeli		"Link 1>2"			Instrument	Filters
Map	X3_Labeli		" "			Instrument	Filters
Map	X4_Labeli		" "		MENU_ESC	Instrument	Filters
Map	X1		Filter2 On/Off		CTRL	Instrument	Filters
Map	X2		Filter Link Freq On/Off		CTRL	Instrument	Filters
Map	X3		0			Instrument	Filters
Map	X4		0			Instrument	Filters

Map	Name Element 1		"1 Freq"			Instrument	ch_Filters	
Map	Name Element 2		"1 Res"			Instrument	ch_Filters
Map	Name Element 3		"1 Kbd"			Instrument	ch_Filters	
Map	Name Element 4		"1 Type"			Instrument	ch_Filters	
Map	Name Element 5		"2 Freq"			Instrument	ch_Filters	
Map	Name Element 6		"2 Res"			Instrument	ch_Filters
Map	Ch Knob 1		Filter Freq		NAME	Instrument	ch_Filters
Map	Ch Knob 2		Filter Res		NAME	Instrument	ch_Filters								
Map	Ch Knob 3		Filter Kbd Track		NAME	Instrument	ch_Filters
Map	Ch Knob 4		Filter Type		NAME_VALUE	Instrument	ch_Filters							
Map	Ch Knob 5		Filter2 Freq		NAME	Instrument	ch_Filters								
Map	Ch Knob 6		Filter2 Res		NAME	Instrument	ch_Filters								
Map	Ch Knob 7		0			Instrument	ch_Filters			
Map	Ch Knob 8		0			Instrument	ch_Filters

Map	X1_Labeli		" F&A "			Instrument	Envs
Map	X2_Labeli		" Mod "			Instrument	Envs
Map	X3_Labeli		" "			Instrument	Envs
Map	X4_Labeli		" "		MENU_ESC	Instrument	Envs
Map	X1		Faders=F_Env1		ENV	Instrument	Envs
Map	X2		Faders=F_Env2		ENV	Instrument	Envs
Map	X3		0			Instrument	Envs
Map	X4		0			Instrument	Envs

Map	Button Select Up		Env_Focus=Env_view_1		ENV_VIEW	Instrument
Map	Encoder Select Up		Env_Focus=Env_view_2		ENV_VIEW	Instrument
				
Map	Page Name		"Flt & Amp Env"			Instrument	Envs	F_Env1

Map	Page Element 1		"FltEnv"			Instrument	Envs	F_Env1
Map	Fader Name Element 1		"A"		ENV	Instrument	F_Env1	
Map	Fader Name Element 2		"D"		ENV	Instrument	F_Env1	
Map	Fader Name Element 3		"S"		ENV	Instrument	F_Env1	
Map	Fader Name Element 4		"R"		ENV	Instrument	F_Env1				
Map	Fader Name Element 13		"Inv"		ENV	Instrument	F_Env1
Map	Fader Name Element 13e		"Amt"		ENV	Instrument	F_Env1
Map	Fader 1		Filter Env Attack		NAME	Instrument	F_Env1
Map	Fader 2		Filter Env Decay		NAME	Instrument	F_Env1
Map	Fader 3		Filter Env Sustain		NAME	Instrument	F_Env1						
Map	Fader 4		Filter Env Release		NAME	Instrument	F_Env1
//Map	Button 1		0			Instrument	F_Env1
Map	Button 2		0			Instrument	F_Env1
//Map	Knob 1		0			Instrument	F_Env1
Map	Button 1		Filter Env Invert		NAME	Instrument	F_Env1
Map	Knob 1		Filter Env Amount		NAME	Instrument	F_Env1

Map	Page Element 2		"AmpEnv"			Instrument	Envs	F_Env1
Map	Fader Name Element 9		"A"		ENV	Instrument	F_Env1	
Map	Fader Name Element 10		"D"		ENV	Instrument	F_Env1	
Map	Fader Name Element 11		"S"		ENV	Instrument	F_Env1
Map	Fader Name Element 12		"R"		ENV	Instrument	F_Env1
Map	Fader 5		Amp Env Attack		NAME	Instrument	F_Env1			
Map	Fader 6		Amp Env Decay		NAME	Instrument	F_Env1			
Map	Fader 7		Amp Env Sustain		NAME	Instrument	F_Env1							
Map	Fader 8		Amp Env Release		NAME	Instrument	F_Env1


Map	Page Name		"Mod Env"			Instrument	Envs	F_Env2
Map	Page Element 1		"Mod Env"			Instrument	Envs	F_Env2
Map	Page Element 2		" "			Instrument	Envs	F_Env2
Map	Fader Name Element 1		"A"		ENV	Instrument	F_Env2	
Map	Fader Name Element 2		"D"		ENV	Instrument	F_Env2
Map	Fader Name Element 3		"S"		ENV	Instrument	F_Env2	
Map	Fader Name Element 4		"R"		ENV	Instrument	F_Env2	
Map	Fader Name Element 5		"Inv"		ENV	Instrument	F_Env2	
Map	Fader Name Element 5e		"Amt"		ENV	Instrument	F_Env2
Map	Fader Name Element 6e		"Dest"		ENV	Instrument	F_Env2
Map	Fader 1		Mod Env Attack		NAME	Instrument	F_Env2
Map	Fader 2		Mod Env Decay		NAME	Instrument	F_Env2
Map	Fader 3		Mod Env Sustain		NAME	Instrument	F_Env2						
Map	Fader 4		Mod Env Release		NAME	Instrument	F_Env2
Map	Button 1		Mod Env Invert		NAME	Instrument	F_Env2
Map	Knob 1		Mod Env Gain		NAME	Instrument	F_Env2
Map	Knob 2		Mod Env Dest		NAME_VALUE	Instrument	F_Env2
			
Map	Fader 5		0			Instrument	F_Env2			
Map	Fader 6		0			Instrument	F_Env2			
Map	Fader 7		0			Instrument	F_Env2							
Map	Fader 8		0			Instrument	F_Env2

Map	Button 5		0			Instrument	F_Env2
Map	Knob 5		0			Instrument	F_Env2

Map	Page Name		"LFO 1"			Instrument	LFO	LFO1
Map	X1_Labeli		"Sync"			Instrument	LFO	LFO1
Map	X2_Labeli		" "			Instrument	LFO	LFO1
Map	X3_Labeli		" "			Instrument	LFO	LFO1
Map	X4_Labeli		"LFO 2 >"		MENU_ESC	Instrument	LFO	LFO1
Map	X1		LFO Sync Enable		CTRL	Instrument	LFO	LFO1
Map	X2		0			Instrument	LFO	LFO1
Map	X3		0			Instrument	LFO	LFO1
Map	X4		LFO_Mode=LFO2		INST	Instrument	LFO	LFO1
Map	X4_ch		ch_LFO_Mode=ch_LFO2			Instrument	LFO	LFO1

Map	Name Element 1		"Rate"			Instrument	ch_LFO	ch_LFO1	
Map	Name Element 2		"Amount"			Instrument	ch_LFO	ch_LFO1
Map	Name Element 3		"Waveform"			Instrument	ch_LFO	ch_LFO1	
Map	Name Element 4		"Dest"			Instrument	ch_LFO	ch_LFO1	
Map	Ch Knob 1		LFO1 Rate		NAME	Instrument	ch_LFO	ch_LFO1
Map	Ch Knob 2		LFO1 Amount		NAME	Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 3		LFO1 Wave		NAME_VALUE	Instrument	ch_LFO	ch_LFO1
Map	Ch Knob 4		LFO1 Dest		NAME_VALUE	Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 5		0			Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 6		0			Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 7		0			Instrument	ch_LFO	ch_LFO1			
Map	Ch Knob 8		0			Instrument	ch_LFO	ch_LFO1

Map	Page Name		"LFO 2"			Instrument	LFO	LFO2
Map	X1_Labeli		" "			Instrument	LFO	LFO2
Map	X2_Labeli		" "			Instrument	LFO	LFO2
Map	X3_Labeli		" "			Instrument	LFO	LFO2
Map	X4_Labeli		"LFO 1 >"		MENU_ESC	Instrument	LFO	LFO2
Map	X1		0			Instrument	LFO	LFO2
Map	X2		0			Instrument	LFO	LFO2
Map	X3		0			Instrument	LFO	LFO2
Map	X4		LFO_Mode=LFO1		INST	Instrument	LFO	LFO2
Map	X4_ch		ch_LFO_Mode=ch_LFO1			Instrument	LFO	LFO2

Map	Name Element 1		"Rate"			Instrument	ch_LFO	ch_LFO2	
Map	Name Element 2		"Amount"			Instrument	ch_LFO	ch_LFO2
Map	Name Element 4		"Dest"			Instrument	ch_LFO	ch_LFO2	
Map	Name Element 5		"Kbd"			Instrument	ch_LFO	ch_LFO2
Map	Name Element 6		"Delay"			Instrument	ch_LFO	ch_LFO2	
Map	Ch Knob 1		LFO2 Rate		NAME	Instrument	ch_LFO	ch_LFO2
Map	Ch Knob 2		LFO2 Amount		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 3		0			Instrument	ch_LFO	ch_LFO2
Map	Ch Knob 4		LFO2 Dest		NAME_VALUE	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 5		LFO2 Kbd Track		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 6		LFO2 Delay		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 7		0			Instrument	ch_LFO	ch_LFO2			
Map	Ch Knob 8		0			Instrument	ch_LFO	ch_LFO2

Map	Page Name		"Mod Wheel"			Instrument	ModWheel	
Map	X4_Labeli		" "		MENU_ESC	Instrument	ModWheel
Map	Name Element 1		"F. Freq"			Instrument	ch_ModWheel	
Map	Name Element 2		"F. Res"			Instrument	ch_ModWheel
Map	Name Element 3		"LFO 1"			Instrument	ch_ModWheel	
Map	Name Element 4		"Phase"			Instrument	ch_ModWheel
Map	Name Element 5		"FM"			Instrument	ch_ModWheel	
Map	Ch Knob 1		Filter Freq Mod Wheel Amount		NAME	Instrument	ch_ModWheel
Map	Ch Knob 2		Filter Res Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 3		LFO1 Mod Wheel Amount		NAME	Instrument	ch_ModWheel
Map	Ch Knob 4		Phase Diff Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 5		FM Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 6		0			Instrument	ch_ModWheel								
Map	Ch Knob 7		0			Instrument	ch_ModWheel			
Map	Ch Knob 8		0			Instrument	ch_ModWheel

Map	Page Name		"External Mod"			Instrument	ModExt
Map	X4_Labeli		" "		MENU_ESC	Instrument	ModExt
Map	Name Element 1		"F. Freq"			Instrument	ch_ModExt	
Map	Name Element 2		"LFO 1"			Instrument	ch_ModExt
Map	Name Element 3		"Amp"			Instrument	ch_ModExt
Map	Name Element 4		"FM"			Instrument	ch_ModExt
Map	Name Element 5		"Source"			Instrument	ch_ModExt	
Map	Ch Knob 1		Filter Freq Ext Mod		NAME	Instrument	ch_ModExt
Map	Ch Knob 2		LFO1 Ext Mod		NAME	Instrument	ch_ModExt								
Map	Ch Knob 3		Amp Ext Mod		NAME	Instrument	ch_ModExt
Map	Ch Knob 4		FM Ext Mod		NAME	Instrument	ch_ModExt								
Map	Ch Knob 5		Ext Mod select		NAME_VALUE	Instrument	ch_ModExt								
Map	Ch Knob 6		0			Instrument	ch_ModExt								
Map	Ch Knob 7		0			Instrument	ch_ModExt			
Map	Ch Knob 8		0			Instrument	ch_ModExt

Map	X1_Labeli		"A. Atk"			Instrument	Velocity	Mix
Map	X1_Labeli		" Mix "			Instrument	Velocity	AmpAtt
Map	X2_Labeli		" "			Instrument	Velocity
Map	X3_Labeli		" "			Instrument	Velocity
Map	X4_Labeli		" "		MENU_ESC	Instrument	Velocity
Map	X1		Vel_target=AmpAtt		INST	Instrument	Velocity	Mix
Map	X1		Vel_target=Mix		INST	Instrument	Velocity	AmpAtt
Map	X2		0			Instrument	Velocity
Map	X3		0			Instrument	Velocity
Map	X4		0			Instrument	Velocity
Map	X1_ch		ch_vel=ch_AmpAtt			Instrument	Velocity	Mix
Map	X1_ch		ch_vel=ch_Mix			Instrument	Velocity	AmpAtt

Map	Page Name		"Velocity"			Instrument	Velocity
Map	Name Element 1		"Amp"			Instrument	ch_Velocity	
Map	Name Element 2		"FM"			Instrument	ch_Velocity
Map	Name Element 3		"M. Env"			Instrument	ch_Velocity
Map	Name Element 4		"Phase"			Instrument	ch_Velocity
Map	Name Element 5		"Freq 2"			Instrument	ch_Velocity	
Map	Name Element 6		"F. Env"			Instrument	ch_Velocity
Map	Name Element 7		"F. Dec"			Instrument	ch_Velocity
Map	Name Element 8		"Mix"			Instrument	ch_Velocity	ch_Mix
Map	Name Element 8		"A. Atk"			Instrument	ch_Velocity	ch_AmpAtt
Map	Ch Knob 1		Amp Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 2		FM Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 3		Mod Env Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 4		Phase Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 5		Filter2 Freq Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 6		Filter Env Vel Amount		NAME	Instrument	ch_Velocity						
Map	Ch Knob 7		Filter Decay Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 8		Mix Vel Amount		NAME	Instrument	ch_Velocity	ch_Mix	
Map	Ch Knob 8		Amp Attack Vel Amount		NAME	Instrument	ch_Velocity	ch_AmpAtt
It is not too much of an ask for people or things to be the best version of itself!

User avatar
Carly(Poohbear)
Competition Winner
Posts: 2871
Joined: 25 Jan 2015
Location: UK

02 Aug 2017

AttenuationHz wrote:
01 Aug 2017
I swapped the Amp Envelope and Filter envelope pages around on the Subtractor. So filter displays on the left on faders 1-4 and amp is on the right faders 5-8. It's a little less confusing when looking at or if your used to how the subtractor layout is.

Code: Select all

//Location around Line 6393 to 6792

Scope	Propellerheads	SubTractor Analog Synthesizer		
Define Group	Mode	Instrument	Mixer	Transport	Channel	
Define Group	X_Mode	Default	Global	Oscs	Filters	Envs	LFO	Velocity	Velocity2	ModWheel	ModExt
Define Group	Osc_Mode	Osc1	Osc2	Noise
Define Group	LFO_Mode	LFO1	LFO2
Define Group	ch_Mode	ch_Default	ch_Global	ch_Oscs	ch_Filters	ch_LFO	ch_ModWheel	ch_ModExt	ch_Velocity
Define Group	ch_Osc_Mode	ch_Osc1	ch_Osc2	ch_Noise
Define Group	ch_LFO_Mode	ch_LFO1	ch_LFO2
Define Group	ch_vel	ch_Mix	ch_AmpAtt
Define Group	Vel_target	Mix	AmpAtt
Define Group	Faders	F_Env1	F_Env2
Define Group	Env_Focus	Env_view_1	Env_view_2
Define Group	force_patch_Feedback	Patch 1	Patch 2
//	Control Surface Item	Key	Remotable Item	Scale	Mode

Map	Mixer Mode		Mode=Mixer
Map	Instrument Mode		Mode=Instrument
Map	Transport Mode		Mode=Transport
Map	Channel Mode		Mode=Channel

Map	Device Name		"Subtractor"		HOME
Map	Patch Name		Patch Name			Instrument	Patch 1
Map	Patch Name		Patch Name			Instrument	Patch 2

Map	Force_patch_change		force_patch_Feedback=Patch 1			Instrument	Patch 2
Map	Force_patch_change		force_patch_Feedback=Patch 2			Instrument	Patch 1

Map	Display Default		0			Mixer
Map	Display Default		X_Mode=Default			Instrument		
Map	Instrument Mode		ch_Mode=ch_Default			Instrument			
			
Map	Fader 9		Master Level			Instrument

Map	Menu_Label1		"Global"			Instrument	
Map	Menu_Label2		"Oscillators"		DEFAULT	Instrument	
Map	Menu_Label3		"Filters"			Instrument	
Map	Menu_Label4		"Envs"			Instrument	
Map	Menu_Label5		"LFOs"			Instrument	
Map	Menu_Label6		"Mod Wheel"			Instrument	
Map	Menu_Label7		"External Mod"			Instrument	
Map	Menu_Label8		"Velocity"			Instrument
Map	Menu_Label9		"Randomize"			Instrument

Map	Menu1		X_Mode=Global		INST	Instrument
Map	Menu2		X_Mode=Oscs		INST	Instrument
Map	Menu3		X_Mode=Filters		INST	Instrument
Map	Menu4		X_Mode=Envs		ENV	Instrument
Map	Menu5		X_Mode=LFO		INST	Instrument
Map	Menu6		X_Mode=ModWheel		INST	Instrument
Map	Menu7		X_Mode=ModExt		INST	Instrument
Map	Menu8		X_Mode=Velocity		INST	Instrument
Map	Menu9		0		RANDOMIZE	Instrument

Map	Menu1_ch		ch_Mode=ch_Global			Instrument
Map	Menu2_ch		ch_Mode=ch_Oscs			Instrument
Map	Menu3_ch		ch_Mode=ch_Filters			Instrument

Map	Menu5_ch		ch_Mode=ch_LFO			Instrument
Map	Menu6_ch		ch_Mode=ch_ModWheel			Instrument
Map	Menu7_ch		ch_Mode=ch_ModExt			Instrument
Map	Menu8_ch		ch_Mode=ch_Velocity			Instrument

Map	X5_Labeli		"Menu"		MENU	Instrument

//DEFAULTS
Map	Page Name		""			Instrument	Default
Map	X1_Labeli		"Osc 2"			Instrument	Default
Map	X2_Labeli		"Noise"			Instrument	Default
Map	X3_Labeli		"Ring Mod"			Instrument	Default
Map	X4_Labeli		"Filter 2"		MENU_ESC	Instrument	Default
Map	X1		Osc2 On/Off		CTRL	Instrument	Default
Map	X2		Noise On/Off		CTRL	Instrument	Default
Map	X3		Ring Mod		CTRL	Instrument	Default
Map	X4		Filter2 On/Off		CTRL	Instrument	Default

Map	Name Element 1		"Flt Freq"			Instrument	ch_Default	
Map	Name Element 2		"Flt Res"			Instrument	ch_Default
Map	Name Element 3		"LFO Amount"			Instrument	ch_Default			
Map	Name Element 4		"Mod Env Amt"			Instrument	ch_Default
Map	Name Element 5		"Osc1 Phase"			Instrument	ch_Default			
Map	Name Element 6		"Osc2 Phase"			Instrument	ch_Default
Map	Name Element 7		"Osc FM"			Instrument	ch_Default
Map	Name Element 8		"Osc Mix"			Instrument	ch_Default	
Map	Ch Knob 1		Filter Freq		NAME	Instrument	ch_Default
Map	Ch Knob 2		Filter Res		NAME	Instrument	ch_Default								
Map	Ch Knob 3		LFO1 Amount		NAME	Instrument	ch_Default
Map	Ch Knob 4		Mod Env Gain		NAME	Instrument	ch_Default			
Map	Ch Knob 5		Osc1 Phase Diff		NAME	Instrument	ch_Default								
Map	Ch Knob 6		Osc2 Phase Diff		NAME	Instrument	ch_Default					
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Default								
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Default															

Map	Page Name		"Global"			Instrument	Global
Map	X1_Labeli		"Re-Trig"			Instrument	Global
Map	X2_Labeli		"Low BW"			Instrument	Global
Map	X3_Labeli		" "			Instrument	Global
Map	X4_Labeli		" "		MENU_ESC	Instrument	Global

Map	X1		Key Mode		CTRL	Instrument	Global
Map	X2		Low Bandwidth On/Off		CTRL	Instrument	Global
Map	X3		0			Instrument	Global
Map	X4		0			Instrument	Global

Map	Name Element 3		"PB Range"			Instrument	ch_Global
Map	Ch Knob 1		Polyphony			Instrument	ch_Global
Map	Ch Knob 2		Portamento			Instrument	ch_Global								
Map	Ch Knob 3		Pitch Bend Range		NAME	Instrument	ch_Global
Map	Ch Knob 4		0			Instrument	ch_Global								
Map	Ch Knob 5		0			Instrument	ch_Global								
Map	Ch Knob 6		0			Instrument	ch_Global								
Map	Ch Knob 7		0			Instrument	ch_Global								
Map	Ch Knob 8		0			Instrument	ch_Global

Map	Page Name		"Oscillator 1"			Instrument	Oscs	Osc1
Map	X1_Labeli		" "			Instrument	Oscs	Osc1
Map	X2_Labeli		" Kbd "			Instrument	Oscs	Osc1
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Osc1
Map	X4_Labeli		"Osc 2 >"		MENU_ESC	Instrument	Oscs	Osc1
Map	X1		0			Instrument	Oscs	Osc1
Map	X2		Osc1 Kbd Track		CTRL	Instrument	Oscs	Osc1
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Osc1
Map	X4		Osc_Mode=Osc2		INST	Instrument	Oscs	Osc1
Map	X4_ch		ch_Osc_Mode=ch_Osc2			Instrument	Oscs	Osc1

Map	Name Element 1		"Waveform"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 2		"Oct"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 3		"Semi"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 4		"Cent"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 5		"PhaseMde"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 6		"Phase"			Instrument	ch_Oscs	ch_Osc1	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Osc1
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Osc1	
Map	Ch Knob 1		Osc1 Wave		NAME_VALUE	Instrument	ch_Oscs	ch_Osc1
Map	Ch Knob 2		Osc1 Octave		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 3		Osc1 Semitone		NAME	Instrument	ch_Oscs	ch_Osc1
Map	Ch Knob 4		Osc1 Fine Tune		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 5		Osc1 Phase Mode		NAME_VALUE	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 6		Osc1 Phase Diff		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Osc1								
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Osc1
		
Map	Page Name		"Oscillator 2"			Instrument	Oscs	Osc2
Map	X1_Labeli		"On"			Instrument	Oscs	Osc2
Map	X2_Labeli		" Kbd "			Instrument	Oscs	Osc2
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Osc2
Map	X4_Labeli		"Noise > "		MENU_ESC	Instrument	Oscs	Osc2
Map	X1		Osc2 On/Off		CTRL	Instrument	Oscs	Osc2
Map	X2		Osc2 Kbd Track		CTRL	Instrument	Oscs	Osc2
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Osc2
Map	X4		Osc_Mode=Noise		INST	Instrument	Oscs	Osc2
Map	X4_ch		ch_Osc_Mode=ch_Noise			Instrument	Oscs	Osc2

Map	Name Element 1		"Waveform"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 2		"Oct"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 3		"Semi"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 4		"Cent"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 5		"PhaseMde"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 6		"Phase"			Instrument	ch_Oscs	ch_Osc2	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Osc2
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Osc2	
Map	Ch Knob 1		Osc2 Wave		NAME_VALUE	Instrument	ch_Oscs	ch_Osc2
Map	Ch Knob 2		Osc2 Octave		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 3		Osc2 Semitone		NAME	Instrument	ch_Oscs	ch_Osc2
Map	Ch Knob 4		Osc2 Fine Tune		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 5		Osc2 Phase Mode		NAME_VALUE	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 6		Osc2 Phase Diff		NAME	Instrument	ch_Oscs	ch_Osc2								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Osc2			
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Osc2

Map	Page Name		"Noise"			Instrument	Oscs	Noise
Map	X1_Labeli		"On"			Instrument	Oscs	Noise
Map	X2_Labeli		" "			Instrument	Oscs	Noise
Map	X3_Labeli		"Ring Mod"			Instrument	Oscs	Noise
Map	X4_Labeli		"Osc 1 > "		MENU_ESC	Instrument	Oscs	Noise
Map	X1		Noise On/Off		CTRL	Instrument	Oscs	Noise
Map	X2		0			Instrument	Oscs	Noise
Map	X3		Ring Mod		CTRL	Instrument	Oscs	Noise
Map	X4		Osc_Mode=Osc1		INST	Instrument	Oscs	Noise
Map	X4_ch		ch_Osc_Mode=ch_Osc1			Instrument	Oscs	Noise

Map	Name Element 1		"Decay"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 2		"Color"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 3		"Level"			Instrument	ch_Oscs	ch_Noise	
Map	Name Element 7		"FM"			Instrument	ch_Oscs	ch_Noise
Map	Name Element 8		"Mix"			Instrument	ch_Oscs	ch_Noise	
Map	Ch Knob 1		Noise Decay		NAME	Instrument	ch_Oscs	ch_Noise
Map	Ch Knob 2		Noise Color		NAME	Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 3		Noise Level		NAME	Instrument	ch_Oscs	ch_Noise
Map	Ch Knob 4		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 5		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 6		0			Instrument	ch_Oscs	ch_Noise								
Map	Ch Knob 7		FM Amount		NAME	Instrument	ch_Oscs	ch_Noise			
Map	Ch Knob 8		Osc Mix		NAME	Instrument	ch_Oscs	ch_Noise

Map	Page Name		"Filter 1&2"			Instrument	Filters
Map	X1_Labeli		"Filter 2"			Instrument	Filters
Map	X2_Labeli		"Link 1>2"			Instrument	Filters
Map	X3_Labeli		" "			Instrument	Filters
Map	X4_Labeli		" "		MENU_ESC	Instrument	Filters
Map	X1		Filter2 On/Off		CTRL	Instrument	Filters
Map	X2		Filter Link Freq On/Off		CTRL	Instrument	Filters
Map	X3		0			Instrument	Filters
Map	X4		0			Instrument	Filters

Map	Name Element 1		"1 Freq"			Instrument	ch_Filters	
Map	Name Element 2		"1 Res"			Instrument	ch_Filters
Map	Name Element 3		"1 Kbd"			Instrument	ch_Filters	
Map	Name Element 4		"1 Type"			Instrument	ch_Filters	
Map	Name Element 5		"2 Freq"			Instrument	ch_Filters	
Map	Name Element 6		"2 Res"			Instrument	ch_Filters
Map	Ch Knob 1		Filter Freq		NAME	Instrument	ch_Filters
Map	Ch Knob 2		Filter Res		NAME	Instrument	ch_Filters								
Map	Ch Knob 3		Filter Kbd Track		NAME	Instrument	ch_Filters
Map	Ch Knob 4		Filter Type		NAME_VALUE	Instrument	ch_Filters							
Map	Ch Knob 5		Filter2 Freq		NAME	Instrument	ch_Filters								
Map	Ch Knob 6		Filter2 Res		NAME	Instrument	ch_Filters								
Map	Ch Knob 7		0			Instrument	ch_Filters			
Map	Ch Knob 8		0			Instrument	ch_Filters

Map	X1_Labeli		" F&A "			Instrument	Envs
Map	X2_Labeli		" Mod "			Instrument	Envs
Map	X3_Labeli		" "			Instrument	Envs
Map	X4_Labeli		" "		MENU_ESC	Instrument	Envs
Map	X1		Faders=F_Env1		ENV	Instrument	Envs
Map	X2		Faders=F_Env2		ENV	Instrument	Envs
Map	X3		0			Instrument	Envs
Map	X4		0			Instrument	Envs

Map	Button Select Up		Env_Focus=Env_view_1		ENV_VIEW	Instrument
Map	Encoder Select Up		Env_Focus=Env_view_2		ENV_VIEW	Instrument
				
Map	Page Name		"Flt & Amp Env"			Instrument	Envs	F_Env1

Map	Page Element 1		"FltEnv"			Instrument	Envs	F_Env1
Map	Fader Name Element 1		"A"		ENV	Instrument	F_Env1	
Map	Fader Name Element 2		"D"		ENV	Instrument	F_Env1	
Map	Fader Name Element 3		"S"		ENV	Instrument	F_Env1	
Map	Fader Name Element 4		"R"		ENV	Instrument	F_Env1				
Map	Fader Name Element 13		"Inv"		ENV	Instrument	F_Env1
Map	Fader Name Element 13e		"Amt"		ENV	Instrument	F_Env1
Map	Fader 1		Filter Env Attack		NAME	Instrument	F_Env1
Map	Fader 2		Filter Env Decay		NAME	Instrument	F_Env1
Map	Fader 3		Filter Env Sustain		NAME	Instrument	F_Env1						
Map	Fader 4		Filter Env Release		NAME	Instrument	F_Env1
//Map	Button 1		0			Instrument	F_Env1
Map	Button 2		0			Instrument	F_Env1
//Map	Knob 1		0			Instrument	F_Env1
Map	Button 1		Filter Env Invert		NAME	Instrument	F_Env1
Map	Knob 1		Filter Env Amount		NAME	Instrument	F_Env1

Map	Page Element 2		"AmpEnv"			Instrument	Envs	F_Env1
Map	Fader Name Element 9		"A"		ENV	Instrument	F_Env1	
Map	Fader Name Element 10		"D"		ENV	Instrument	F_Env1	
Map	Fader Name Element 11		"S"		ENV	Instrument	F_Env1
Map	Fader Name Element 12		"R"		ENV	Instrument	F_Env1
Map	Fader 5		Amp Env Attack		NAME	Instrument	F_Env1			
Map	Fader 6		Amp Env Decay		NAME	Instrument	F_Env1			
Map	Fader 7		Amp Env Sustain		NAME	Instrument	F_Env1							
Map	Fader 8		Amp Env Release		NAME	Instrument	F_Env1


Map	Page Name		"Mod Env"			Instrument	Envs	F_Env2
Map	Page Element 1		"Mod Env"			Instrument	Envs	F_Env2
Map	Page Element 2		" "			Instrument	Envs	F_Env2
Map	Fader Name Element 1		"A"		ENV	Instrument	F_Env2	
Map	Fader Name Element 2		"D"		ENV	Instrument	F_Env2
Map	Fader Name Element 3		"S"		ENV	Instrument	F_Env2	
Map	Fader Name Element 4		"R"		ENV	Instrument	F_Env2	
Map	Fader Name Element 5		"Inv"		ENV	Instrument	F_Env2	
Map	Fader Name Element 5e		"Amt"		ENV	Instrument	F_Env2
Map	Fader Name Element 6e		"Dest"		ENV	Instrument	F_Env2
Map	Fader 1		Mod Env Attack		NAME	Instrument	F_Env2
Map	Fader 2		Mod Env Decay		NAME	Instrument	F_Env2
Map	Fader 3		Mod Env Sustain		NAME	Instrument	F_Env2						
Map	Fader 4		Mod Env Release		NAME	Instrument	F_Env2
Map	Button 1		Mod Env Invert		NAME	Instrument	F_Env2
Map	Knob 1		Mod Env Gain		NAME	Instrument	F_Env2
Map	Knob 2		Mod Env Dest		NAME_VALUE	Instrument	F_Env2
			
Map	Fader 5		0			Instrument	F_Env2			
Map	Fader 6		0			Instrument	F_Env2			
Map	Fader 7		0			Instrument	F_Env2							
Map	Fader 8		0			Instrument	F_Env2

Map	Button 5		0			Instrument	F_Env2
Map	Knob 5		0			Instrument	F_Env2

Map	Page Name		"LFO 1"			Instrument	LFO	LFO1
Map	X1_Labeli		"Sync"			Instrument	LFO	LFO1
Map	X2_Labeli		" "			Instrument	LFO	LFO1
Map	X3_Labeli		" "			Instrument	LFO	LFO1
Map	X4_Labeli		"LFO 2 >"		MENU_ESC	Instrument	LFO	LFO1
Map	X1		LFO Sync Enable		CTRL	Instrument	LFO	LFO1
Map	X2		0			Instrument	LFO	LFO1
Map	X3		0			Instrument	LFO	LFO1
Map	X4		LFO_Mode=LFO2		INST	Instrument	LFO	LFO1
Map	X4_ch		ch_LFO_Mode=ch_LFO2			Instrument	LFO	LFO1

Map	Name Element 1		"Rate"			Instrument	ch_LFO	ch_LFO1	
Map	Name Element 2		"Amount"			Instrument	ch_LFO	ch_LFO1
Map	Name Element 3		"Waveform"			Instrument	ch_LFO	ch_LFO1	
Map	Name Element 4		"Dest"			Instrument	ch_LFO	ch_LFO1	
Map	Ch Knob 1		LFO1 Rate		NAME	Instrument	ch_LFO	ch_LFO1
Map	Ch Knob 2		LFO1 Amount		NAME	Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 3		LFO1 Wave		NAME_VALUE	Instrument	ch_LFO	ch_LFO1
Map	Ch Knob 4		LFO1 Dest		NAME_VALUE	Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 5		0			Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 6		0			Instrument	ch_LFO	ch_LFO1								
Map	Ch Knob 7		0			Instrument	ch_LFO	ch_LFO1			
Map	Ch Knob 8		0			Instrument	ch_LFO	ch_LFO1

Map	Page Name		"LFO 2"			Instrument	LFO	LFO2
Map	X1_Labeli		" "			Instrument	LFO	LFO2
Map	X2_Labeli		" "			Instrument	LFO	LFO2
Map	X3_Labeli		" "			Instrument	LFO	LFO2
Map	X4_Labeli		"LFO 1 >"		MENU_ESC	Instrument	LFO	LFO2
Map	X1		0			Instrument	LFO	LFO2
Map	X2		0			Instrument	LFO	LFO2
Map	X3		0			Instrument	LFO	LFO2
Map	X4		LFO_Mode=LFO1		INST	Instrument	LFO	LFO2
Map	X4_ch		ch_LFO_Mode=ch_LFO1			Instrument	LFO	LFO2

Map	Name Element 1		"Rate"			Instrument	ch_LFO	ch_LFO2	
Map	Name Element 2		"Amount"			Instrument	ch_LFO	ch_LFO2
Map	Name Element 4		"Dest"			Instrument	ch_LFO	ch_LFO2	
Map	Name Element 5		"Kbd"			Instrument	ch_LFO	ch_LFO2
Map	Name Element 6		"Delay"			Instrument	ch_LFO	ch_LFO2	
Map	Ch Knob 1		LFO2 Rate		NAME	Instrument	ch_LFO	ch_LFO2
Map	Ch Knob 2		LFO2 Amount		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 3		0			Instrument	ch_LFO	ch_LFO2
Map	Ch Knob 4		LFO2 Dest		NAME_VALUE	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 5		LFO2 Kbd Track		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 6		LFO2 Delay		NAME	Instrument	ch_LFO	ch_LFO2								
Map	Ch Knob 7		0			Instrument	ch_LFO	ch_LFO2			
Map	Ch Knob 8		0			Instrument	ch_LFO	ch_LFO2

Map	Page Name		"Mod Wheel"			Instrument	ModWheel	
Map	X4_Labeli		" "		MENU_ESC	Instrument	ModWheel
Map	Name Element 1		"F. Freq"			Instrument	ch_ModWheel	
Map	Name Element 2		"F. Res"			Instrument	ch_ModWheel
Map	Name Element 3		"LFO 1"			Instrument	ch_ModWheel	
Map	Name Element 4		"Phase"			Instrument	ch_ModWheel
Map	Name Element 5		"FM"			Instrument	ch_ModWheel	
Map	Ch Knob 1		Filter Freq Mod Wheel Amount		NAME	Instrument	ch_ModWheel
Map	Ch Knob 2		Filter Res Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 3		LFO1 Mod Wheel Amount		NAME	Instrument	ch_ModWheel
Map	Ch Knob 4		Phase Diff Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 5		FM Mod Wheel Amount		NAME	Instrument	ch_ModWheel								
Map	Ch Knob 6		0			Instrument	ch_ModWheel								
Map	Ch Knob 7		0			Instrument	ch_ModWheel			
Map	Ch Knob 8		0			Instrument	ch_ModWheel

Map	Page Name		"External Mod"			Instrument	ModExt
Map	X4_Labeli		" "		MENU_ESC	Instrument	ModExt
Map	Name Element 1		"F. Freq"			Instrument	ch_ModExt	
Map	Name Element 2		"LFO 1"			Instrument	ch_ModExt
Map	Name Element 3		"Amp"			Instrument	ch_ModExt
Map	Name Element 4		"FM"			Instrument	ch_ModExt
Map	Name Element 5		"Source"			Instrument	ch_ModExt	
Map	Ch Knob 1		Filter Freq Ext Mod		NAME	Instrument	ch_ModExt
Map	Ch Knob 2		LFO1 Ext Mod		NAME	Instrument	ch_ModExt								
Map	Ch Knob 3		Amp Ext Mod		NAME	Instrument	ch_ModExt
Map	Ch Knob 4		FM Ext Mod		NAME	Instrument	ch_ModExt								
Map	Ch Knob 5		Ext Mod select		NAME_VALUE	Instrument	ch_ModExt								
Map	Ch Knob 6		0			Instrument	ch_ModExt								
Map	Ch Knob 7		0			Instrument	ch_ModExt			
Map	Ch Knob 8		0			Instrument	ch_ModExt

Map	X1_Labeli		"A. Atk"			Instrument	Velocity	Mix
Map	X1_Labeli		" Mix "			Instrument	Velocity	AmpAtt
Map	X2_Labeli		" "			Instrument	Velocity
Map	X3_Labeli		" "			Instrument	Velocity
Map	X4_Labeli		" "		MENU_ESC	Instrument	Velocity
Map	X1		Vel_target=AmpAtt		INST	Instrument	Velocity	Mix
Map	X1		Vel_target=Mix		INST	Instrument	Velocity	AmpAtt
Map	X2		0			Instrument	Velocity
Map	X3		0			Instrument	Velocity
Map	X4		0			Instrument	Velocity
Map	X1_ch		ch_vel=ch_AmpAtt			Instrument	Velocity	Mix
Map	X1_ch		ch_vel=ch_Mix			Instrument	Velocity	AmpAtt

Map	Page Name		"Velocity"			Instrument	Velocity
Map	Name Element 1		"Amp"			Instrument	ch_Velocity	
Map	Name Element 2		"FM"			Instrument	ch_Velocity
Map	Name Element 3		"M. Env"			Instrument	ch_Velocity
Map	Name Element 4		"Phase"			Instrument	ch_Velocity
Map	Name Element 5		"Freq 2"			Instrument	ch_Velocity	
Map	Name Element 6		"F. Env"			Instrument	ch_Velocity
Map	Name Element 7		"F. Dec"			Instrument	ch_Velocity
Map	Name Element 8		"Mix"			Instrument	ch_Velocity	ch_Mix
Map	Name Element 8		"A. Atk"			Instrument	ch_Velocity	ch_AmpAtt
Map	Ch Knob 1		Amp Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 2		FM Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 3		Mod Env Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 4		Phase Vel Amount		NAME	Instrument	ch_Velocity
Map	Ch Knob 5		Filter2 Freq Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 6		Filter Env Vel Amount		NAME	Instrument	ch_Velocity						
Map	Ch Knob 7		Filter Decay Vel Amount		NAME	Instrument	ch_Velocity								
Map	Ch Knob 8		Mix Vel Amount		NAME	Instrument	ch_Velocity	ch_Mix	
Map	Ch Knob 8		Amp Attack Vel Amount		NAME	Instrument	ch_Velocity	ch_AmpAtt
Two problems with the original mappings are
1) I think some of the mappings were done by someone who did not use the device and hence the layouts could be better (see your example).
2) with the Original mappings you don't know what is mapped to what unless you look at the mapping file or twist every knob, that's one of the reason I do the mappings the way I do it so you can flip from Knob to Fader to upper knob views.

Was the very last P1 mapping I posted error free? If so I will add it to the dropbox..

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 13 guests