Nektar Panorama Remote Maps Thread

Want to talk about music hardware or software that doesn't include Reason?
User avatar
Carly(Poohbear)
Posts: 2821
Joined: 25 Jan 2015
Location: UK

Post 15 Feb 2023

wendylou wrote:
15 Feb 2023
@poohbear I have the BBE Sonic Maximizer VST but your map has no labels or control, only blank knobs, and faders. So I looked at the map – am I interpreting correctly that there are no actual mapped control values defined?


IMG_1180.jpg

Code: Select all

Scope	BBE Sound	vst.SWE1.BBE Sonic Maximizer x64
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	Env_Sync	Env_free	Env_synced
Define Group	Env2_Sync	Env2_free	Env2_synced
Define Group	page	pg	pgA	pgB	pgC	pgD
Define Group	Env_Focus	Env_view_1	Env_view_2
Define Group	force_patch_Feedback	Patch 1	Patch 2
Define Group	fadknob_view	home_view	knob_view	fad_view

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

Map	Device Name		"_BBE Sonic Maximizer x64"		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		page=pg			Instrument

Map	Encoder Select Up		Env_Focus=Env_view_1		FADER_VIEW	Instrument
Map	Button Select Up		Env_Focus=Env_view_2		FADER_VIEW	Instrument
Map	Plugin View		Proxy Open Plugin Window			Instrument

//**********************************************************************************
//		Display Defaults
//**********************************************************************************

Map	Page Name		"PoohBear"			Instrument

Map	X1_Labeli		"Ver.2.6"			Instrument
Map	X1		0			Instrument
Map	X2_Labeli		"PoohBear"			Instrument
Map	X2		0			Instrument
Map	X3_Labeli		"<Faders"			Instrument
Map	X4_Labeli		"Knobs>"			Instrument
Map	X3		fadknob_view=fad_view		FADERS	Instrument
Map	X4		fadknob_view=knob_view		INST	Instrument
Map	X5_Labeli		"Random"			Instrument
Map	X5		0		RANDOMIZE	Instrument

Map	Ctrl 1		Insert FX
Map	Ctrl 2		Input Level
Map	Ctrl 3		Output Level
Map	Ctrl 4		Protect
Map	Ctrl 5		LO Contour
Map	Ctrl 6		Process
Map	Ctrl 7		iSet
Map	Ctrl 8		BBE Process

//**********************************************************************************
//		End of BBE Sonic Maximizer x64
//**********************************************************************************
Correct it's setup as a grab map, I should do a little video on how to do a simple small mapping.
e.g. adding this should permanently map that one out. :)

Code: Select all

Map	Ch Knob 1		1			Instrument
Map	Ch Knob 2		2			Instrument
Map	Ch Knob 3		3			Instrument
Map	Ch Knob 4		4			Instrument
Map	Ch Knob 5		5			Instrument
Map	Ch Knob 6		6			Instrument
Map	Ch Knob 7		7			Instrument
Map	Ch Knob 8		8			Instrument

User avatar
geronimo
Posts: 578
Joined: 17 Jan 2015
Location: France

Post 15 Feb 2023

wendylou wrote:
15 Feb 2023
Has someone mapped out the Kuassa Amplification VVV?

Code: Select all

Scope	Kuassa	com.kuassa.AmplifikationVVV
Define Group	Mode	Instrument	Mixer	Transport	Channel	
Define Group	X_Mode	Default	Amp	FX	Cabinet
Define Group	ch_Mode	ch_Default	ch_Amp	ch_FX	ch_Cabinet
Define Group	Cab_vars	Cab_A	Cab_B
Define Group	ch_Cab_vars	ch_Cab_A	ch_Cab_B
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		"VVV"		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	Fader 9		Amp Master			Instrument

Map	Display Default		0			Mixer
Map	Display Default		X_Mode=Default			Instrument		
Map	Instrument Mode		ch_Mode=ch_Default			Instrument

Map	Menu_Label1		"Amp"		DEFAULT	Instrument
Map	Menu_Label2		"FX"			Instrument
Map	Menu_Label3		"Cabinet"			Instrument
Map	Menu_Label4		"Randomize"			Instrument

Map	Menu1		X_Mode=Amp		INST	Instrument	
Map	Menu2		X_Mode=FX		INST	Instrument
Map	Menu3		X_Mode=Cabinet		INST	Instrument
Map	Menu4		0		RANDOMIZE	Instrument
Map	Menu1_ch		ch_Mode=ch_Amp			Instrument	
Map	Menu2_ch		ch_Mode=ch_FX			Instrument
Map	Menu3_ch		ch_Mode=ch_Cabinet			Instrument

Map	X5_Labeli		"Menu"		MENU	Instrument
Map	X5		0			Instrument

Map	X4_Labeli		" "		MENU_ESC	Instrument
Map	X4		0			Instrument

Map	Bypass		Enabled			Instrument

Map	Page Name		" "			Instrument	Default
Map	X1_Labeli		"Bypass"			Instrument	Default
Map	X2_Labeli		"Power"			Instrument	Default
Map	X3_Labeli		"Amp Type"			Instrument	Default
Map	X4_Labeli		"Channel"			Instrument	Default
Map	X1		0		BYPASS	Instrument	Default
Map	X2		Amp On/Off		CTRL	Instrument	Default
Map	X3		Amp Type		CTRL	Instrument	Default
Map	X4		Amp Channel		CTRL	Instrument	Default

Map	Name Element 1		"Gain"			Instrument	ch_Default
Map	Name Element 2		"Low"			Instrument	ch_Default
Map	Name Element 3		"Mid"			Instrument	ch_Default
Map	Name Element 4		"HIGH"			Instrument	ch_Default
Map	Name Element 5		"Presence"			Instrument	ch_Default
Map	Name Element 6		"Resonance"			Instrument	ch_Default
Map	Name Element 7		"Bias"			Instrument	ch_Default
Map	Name Element 8		"SAG"			Instrument	ch_Default	
Map	Ch Knob 1		Amp Gain		NAME	Instrument	ch_Default	
Map	Ch Knob 2		Amp Low		NAME	Instrument	ch_Default		
Map	Ch Knob 3		Amp Mid		NAME	Instrument	ch_Default		
Map	Ch Knob 4		Amp High		NAME	Instrument	ch_Default		
Map	Ch Knob 5		Amp Presence		NAME	Instrument	ch_Default		
Map	Ch Knob 6		Amp Resonance		NAME	Instrument	ch_Default
Map	Ch Knob 7		Amp Bias		NAME	Instrument	ch_Default		
Map	Ch Knob 8		Amp Sag		NAME	Instrument	ch_Default

Map	Page Name		"Amp"			Instrument	Amp
Map	X1_Labeli		"Power"			Instrument	Amp
Map	X1		Amp On/Off		CTRL	Instrument	Amp
Map	X2_Labeli		"Channel"			Instrument	Amp
Map	X2		Amp Channel		CTRL	Instrument	Amp

Map	Name Element 1		"Amp Type"			Instrument	ch_Amp
Map	Name Element 2		"Gain"			Instrument	ch_Amp
Map	Name Element 3		"Low"			Instrument	ch_Amp
Map	Name Element 4		"Mid"			Instrument	ch_Amp
Map	Name Element 5		"High"			Instrument	ch_Amp
Map	Name Element 6		"Master"			Instrument	ch_Amp
Map	Name Element 7		"BIAS"			Instrument	ch_Amp
Map	Name Element 8		"SAG"			Instrument	ch_Amp
Map	Ch Knob 1		Amp Type		NAME	Instrument	ch_Amp		
Map	Ch Knob 2		Amp Gain		NAME	Instrument	ch_Amp	
Map	Ch Knob 3		Amp Low		NAME	Instrument	ch_Amp		
Map	Ch Knob 4		Amp Mid		NAME	Instrument	ch_Amp		
Map	Ch Knob 5		Amp High		NAME	Instrument	ch_Amp		
Map	Ch Knob 6		Amp Master		NAME	Instrument	ch_Amp		
Map	Ch Knob 7		Amp Bias		NAME	Instrument	ch_Amp		
Map	Ch Knob 8		Amp Sag		NAME	Instrument	ch_Amp

Map	Page Name		"FX"			Instrument	FX
Map	X2_Labeli		"Filter"			Instrument	FX
Map	X1_Labeli		"Gate"			Instrument	FX
Map	X3_Labeli		"Lim"			Instrument	FX
Map	X2		Output Filter On/Off		CTRL	Instrument	FX
Map	X1		Gate On/Off		CTRL	Instrument	FX
Map	X3		Limiter On/Off		CTRL	Instrument	FX

Map	Name Element 1		"G Thrsh"			Instrument	ch_FX
Map	Name Element 2		"G Atk"			Instrument	ch_FX
Map	Name Element 3		"G Dcy"			Instrument	ch_FX
Map	Name Element 4		"HP"			Instrument	ch_FX
Map	Name Element 5		"LP"			Instrument	ch_FX
Map	Name Element 6		""			Instrument	ch_FX
Map	Name Element 7		""			Instrument	ch_FX
Map	Name Element 8		"Output"			Instrument	ch_FX
Map	Ch Knob 1		Gate Threshold		NAME	Instrument	ch_FX
Map	Ch Knob 2		Gate Attack		NAME	Instrument	ch_FX		
Map	Ch Knob 3		Gate Decay		NAME	Instrument	ch_FX			
Map	Ch Knob 4		Output Highpass		NAME	Instrument	ch_FX	
Map	Ch Knob 5		Output Lowpass		NAME	Instrument	ch_FX		
Map	Ch Knob 6		0		NAME	Instrument	ch_FX		
Map	Ch Knob 7		0		NAME	Instrument	ch_FX
Map	Ch Knob 8		Output Volume		NAME	Instrument	ch_FX

Map	Page Name		"Cabinet"			Instrument	Cabinet
Map	X1_Labeli		"Cab A"			Instrument	Cabinet
Map	X2_Labeli		"Cab B"			Instrument	Cabinet
Map	X3_Labeli		"Cab A"			Instrument	Cabinet
Map	X4_Labeli		"Cab B"		MENU_ESC	Instrument	Cabinet
Map	X1		Cab_vars=Cab_A		INST	Instrument	Cabinet
Map	X1_ch		ch_Cab_vars=ch_Cab_A			Instrument	Cabinet
Map	X2		Cab_vars=Cab_B		INST	Instrument	Cabinet
Map	X2_ch		ch_Cab_vars=ch_Cab_B			Instrument	Cabinet
Map	X3		Cab A On/Off		CTRL	Instrument	Cabinet
Map	X4		Cab B On/Off		CTRL	Instrument	Cabinet

Map	Name Element 1		"Cab Type"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 2		"Mic Type"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 3		"Mic Angle"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 4		"Phase"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 5		"Axis"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 6		"Distance"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 7		"Pan"			Instrument	ch_Cabinet	ch_Cab_A
Map	Name Element 8		"Volume"			Instrument	ch_Cabinet	ch_Cab_A
Map	Ch Knob 1		Cab A Type		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 2		Mic A Type		NAME	Instrument	ch_Cabinet	ch_Cab_A	
Map	Ch Knob 3		Mic A Angle		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 4		Mic A Phase on/Off		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 5		Mic A Axis		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 6		Mic A Distance		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 7		Mic A Panning		NAME	Instrument	ch_Cabinet	ch_Cab_A		
Map	Ch Knob 8		Mic A Volume		NAME	Instrument	ch_Cabinet	ch_Cab_A

Map	Name Element 1		"Cab Type"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 2		"Mic Type"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 3		"Mic Angle"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 4		"Phase"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 5		"Axis"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 6		"Distance"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 7		"Pan"			Instrument	ch_Cabinet	ch_Cab_B
Map	Name Element 8		"Volume"			Instrument	ch_Cabinet	ch_Cab_B
Map	Ch Knob 1		Cab B Type		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 2		Mic B Type		NAME	Instrument	ch_Cabinet	ch_Cab_B	
Map	Ch Knob 3		Mic B Angle		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 4		Mic B Phase On/Off		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 5		Mic B Axis		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 6		Mic B Distance		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 7		Mic B Panning		NAME	Instrument	ch_Cabinet	ch_Cab_B		
Map	Ch Knob 8		Mic B Volume		NAME	Instrument	ch_Cabinet	ch_Cab_B
//**********************************************************************************

User avatar
wendylou
Posts: 387
Joined: 15 Jan 2015
Location: Saint Joseph, MO

Post 15 Feb 2023

Thank you!
:puf_smile: http://www.galxygirl.com -- :reason: user since 2002

User avatar
wendylou
Posts: 387
Joined: 15 Jan 2015
Location: Saint Joseph, MO

Post 15 Feb 2023

Carly(Poohbear) wrote:
15 Feb 2023
wendylou wrote:
15 Feb 2023
@poohbear I have the BBE Sonic Maximizer VST but your map has no labels or control, only blank knobs, and faders. So I looked at the map – am I interpreting correctly that there are no actual mapped control values defined?
Correct it's setup as a grab map, I should do a little video on how to do a simple small mapping.
e.g. adding this should permanently map that one out. :)
Thanks, I just tried mapping the BBC and it worked. :thumbs_up: One thing that was confusing me is that not all VST parameters are available to map. The Input and Output knobs on the BBE are not mappable, but att least I could grab the important process controls.
:puf_smile: http://www.galxygirl.com -- :reason: user since 2002

User avatar
wendylou
Posts: 387
Joined: 15 Jan 2015
Location: Saint Joseph, MO

Post 19 Feb 2023

wendylou wrote:
15 Feb 2023
The Input and Output knobs on the BBE are not mappable, but at least I could grab the important process controls.
My bad, Input/Output are controllable. So I redid the BBE Sonic Maximizer as a VST3 with all controls mapped (no need to "grab"). This is my first Mapping – I used REMAPP. I'm still a little fuzzy about its proper use, so after exporting, I continued editing the code to get what I wanted through trial and error. After adding the "Knobs" button, I wanted a way to return to the default home view, so I added a second button for that.

Is there a way to instead have just one button toggle between the two views, or are two buttons the way to have two views?

Nekatar-P1-BBE.jpg

BBE Sonic Maximer VST3.jpeg

Code: Select all

//**********************************************************************************
//	BBE Sonic Maximizer VST3 v1.0 by WendyLou 
//**********************************************************************************

// ***************** REMAPP.NOISESHADOW.COM ************** 
Scope	BBE Sound	vst3.56535453574531736F6E6963206D6178.Sonic Maximizer
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	X_Mode	Default	
Define Group	Page	Home
Define Group	layout	home_view	knob_view	faders_view	mixer_view	pad_view	env_view
Define Group	Env_Focus	Env_view_2	Env_view_1

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

Map	Device Name		"BBE"		HOME
Map	Patch Name		"Sonic Maximizer"			Instrument
Map	Patch Down		Select Previous Patch			Instrument
Map	Patch Up		Select Next Patch			Instrument
Map	Plugin View		Proxy Open Plugin Window			Instrument

Map	Bypass		Enabled					Instrument


Map	Display Default		0			Mixer
Map	Display Default		Page=Home			Instrument
Map	Instrument Mode		X_Mode=Default			Instrument


Map	Name Element 1		"Lo Contour"			Instrument	
Map	Ch Knob 1		Lo Contour		NAME	Instrument	
Map	Name Element 2		"Process"			Instrument	
Map	Ch Knob 2		Process		NAME	Instrument	
Map	Name Element 3		"iSet"			Instrument	
Map	Ch Knob 3		iSet		NAME	Instrument	
Map	Name Element 5		"Input"			Instrument	
Map	Ch Knob 5		Input		NAME	Instrument	
Map	Name Element 7		"Output"			Instrument	
Map	Ch Knob 7		Output		NAME	Instrument	
Map	X1_Labeli		"ON"			Instrument	
Map	X1		BBE Process		CTRL	Instrument	
Map	X2_Labeli		"v1.0"			Instrument	
Map	X2		BBE Sound		CTRL	Instrument		
Map	X3_Labeli		"Home"			Instrument	
Map	X3		layout=home_view		HOME	Instrument
Map	X4_Labeli		"Knobs"			Instrument	
Map	X4		layout=knob_view		INST	Instrument	


//**********************************************************************************
//		End of BBE Sonic Maximizer
//**********************************************************************************
You do not have the required permissions to view the files attached to this post.
:puf_smile: http://www.galxygirl.com -- :reason: user since 2002

User avatar
wendylou
Posts: 387
Joined: 15 Jan 2015
Location: Saint Joseph, MO

Post 20 Feb 2023

AudioToCV.jpg

Code: Select all

//**********************************************************************************
//	Uberwave Audio to CV Envelope Generator v1.0 by WendyLou 
//**********************************************************************************

// ***************** REMAPP.NOISESHADOW.COM ************** 
Scope	Uberwave	ru.laboratoriait.AudioToCV
Define Group	Mode	Instrument	Mixer	Transport	Channel
Define Group	X_Mode	Default	
Define Group	Page	Home
Define Group	layout	home_view	knob_view	faders_view	mixer_view	pad_view	env_view
Define Group	Env_Focus	Env_view_2	Env_view_1

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

Map	Device Name		"Uberwave"		HOME
Map	Patch Name		"AudioToCV"			Instrument
Map	Patch Down		Select Previous Patch			Instrument
Map	Patch Up		Select Next Patch			Instrument
Map	Plugin View		Proxy Open Plugin Window			Instrument

Map	Bypass		Enabled					Instrument


Map	Display Default		0			Mixer
Map	Display Default		Page=Home			Instrument
Map	Instrument Mode		X_Mode=Default			Instrument


Map	Name Element 1		"F Min Lv"			Instrument	
Map	Ch Knob 1		Follower Min Level		NAME	Instrument	
Map	Name Element 2		"F Max Lv"			Instrument	
Map	Ch Knob 2		Follower Max Level		NAME	Instrument	
Map	Name Element 3		"G Attack"			Instrument	
Map	Ch Knob 3		Generator Attack		NAME	Instrument	
Map	Name Element 4		"G Decay"			Instrument	
Map	Ch Knob 4		Generator Decay		NAME	Instrument	
Map	Name Element 6		"F Smooth"			Instrument	
Map	Ch Knob 6		Follower Smooth Time		NAME	Instrument	
Map	Name Element 7		"G Sensit"			Instrument	
Map	Ch Knob 7		Generator Sensitivity		NAME	Instrument	
Map	Name Element 8		"G Hold"			Instrument	
Map	Ch Knob 8		Generator Hold		NAME	Instrument	
Map	X1_Labeli		"Home"			Instrument	
Map	X1		Page=Home		INST	Instrument	
Map	X2_Labeli		"F FiltPre"			Instrument	
Map	X2		Follower Filter Preview		CTRL	Instrument	
Map	X3_Labeli		"G FiltPre"			Instrument	
Map	X3		Generator Filter Preview		CTRL	Instrument	
Map	X4_Labeli		"G EnvSyn"			Instrument	
Map	X4		Generator Envelope Sync		CTRL	Instrument	
Map	X5_Labeli		"G EnvInv"			Instrument	
Map	X5		Generator Envelope Invert		CTRL	Instrument	

//**********************************************************************************
//		End of Uberwave Audio to CV Envelope Generator
//**********************************************************************************
You do not have the required permissions to view the files attached to this post.
:puf_smile: http://www.galxygirl.com -- :reason: user since 2002

User avatar
wendylou
Posts: 387
Joined: 15 Jan 2015
Location: Saint Joseph, MO

Post 21 Feb 2023

[deleted] (found a fix)
:puf_smile: http://www.galxygirl.com -- :reason: user since 2002

User avatar
geronimo
Posts: 578
Joined: 17 Jan 2015
Location: France

Post 25 Mar 2023

Image

Code: Select all

Scope	Murf	net.murf.reason.DELAY
Define Group	Mode	Instrument	Mixer	Transport	Channel	
//	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		"DELAY"		INST
Map	Patch Name		Device Name			Instrument

Map	Bypass		Enabled			Instrument

Map	X1_Labeli		"Bypass"			Instrument
Map	X2_Labeli		" "			Instrument
Map	X3_Labeli		" "			Instrument
Map	X4_Labeli		" "			Instrument
Map	X5_Labeli		"Random "			Instrument
Map	X1		0		BYPASS	Instrument
Map	X2		0			Instrument
Map	X3		0			Instrument
Map	X4		0			Instrument
Map	X5		0		RANDOMIZE	Instrument

Map	Ch Knob 1		Time			Instrument		
Map	Ch Knob 2		Feedback			Instrument		
Map	Ch Knob 3		Color			Instrument		
Map	Ch Knob 4		Mix			Instrument	
Map	Ch Knob 5		TMCVINTRIM			Instrument		
Map	Ch Knob 6		FBCVINTRIM			Instrument		
Map	Ch Knob 7		COCVINTRIM			Instrument		
Map	Ch Knob 8		MXCVINTRIM			Instrument
// ***************** HOP!  ******************

  • Information
  • Who is online

    Users browsing this forum: CommonCrawl [Bot] and 0 guests