Hi
I want to import a .js file in midi remote manager
The file loads normally on script console but does not apear in midi remote manager
Help
Hi
I want to import a .js file in midi remote manager
The file loads normally on script console but does not apear in midi remote manager
Help
Note that in the MIDI Remote Manager, you should see the manufacturer/name of the device as described inside the script, not something that is necessarily identical or even similar to the file name. Checked that already?
in the list of the maanager nothing new apears
Too few info, sorry.
First of all, we never import js, we can only import midiRemote file types.
Where did you place the js? What is the folder structure? What is the name you gave to the controller from inside the script, using midiremote_api.makeDeviceDriver?
Finally, if there is an error in the script, it will appear in the Error messages tab of the logger and the remote won’t appear in the list.
If you have a midiRemote file, you can always upload it and it can be tested.
To be honest I dont want to import somewhere. I mean to copy the file in the C:\Users\johna\Documents\Steinberg\Cubase\MIDI Remote\Driver Scripts\Local
folder so that it is showing in the manager
Anyway I want to make my Novation Zero SL MKII in advanced mode to receive data from cubase . For example when i move a function with the mouse the led rings on the device should follow
In automap mode this is done automatically
But in advanced you have to do it manually
Do you have such a file?
No, my script is for the SL MK3 unfortunately.
Nevertheless, when copying the file you should create a folder for the manufacturer inside the \Local dir, (for e.g. Novation), then a subfolder named after the device (for e.g. Zero SL MKII) and then place your file there. The crucial thing here is that the filename should be Novation_Zero SL MKII.js (based on the names provided earlier), so that Cubase understands that it is the core script.
ok thanks for the info