hello everybody
i had often to rebuild a new workspace, but didnt want to redesign always same widgets virtual board...
so i saved them in .txt, like that you can easy import in your existing virtual console
just copy and paste...before that last line in your .qxw file
</Frame>
<Properties>
<Size Width="1920" Height="1080"/>
<GrandMaster ChannelMode="Intensity" ValueMode="Reduce" SliderMode="Normal"/>
</Properties>
</VirtualConsole>
<SimpleDesk>
<Engine/>
</SimpleDesk>
</Workspace>
for the APCmini i made solo frame for each line, i can choose the color of my LED end i use the slider down for dimmer...you can customize as you want
for the dmx board 48, it works well with scene setter board for exemple
hope is usefull for someone
regards JD
Prefab Widget APCmini & dmx board 48
- jadaudiodesign
- Posts: 35
- Joined: Wed Jun 17, 2015 5:33 pm
- Location: Switzerland Geneva
- Real Name: Jean-Daniel Garcia
- Contact:
- Attachments
-
- dmx board 48.txt
- board48
- (56.15 KiB) Downloaded 267 times
-
- apc mini.txt
- apcmini
- (52.64 KiB) Downloaded 1065 times
- DarkMark
- Posts: 6
- Joined: Sat Sep 09, 2017 8:14 am
- Location: Stuhr / DE
- Real Name: Mark Baar
- Contact:
Beautiful and extremely useful. Thanks a ton!
-
- Posts: 55
- Joined: Fri Jul 21, 2017 4:52 pm
- Real Name: Ralf Janssen
Thanks a lot
I bought APC Mini today and now i find this code.
I bought APC Mini today and now i find this code.
- edogawa
- Posts: 630
- Joined: Thu May 07, 2015 10:34 am
- Real Name: Edgar Aichinger
It's XML, so you have to get the nesting right...
To see where exactly to insert, I've done this:
- launch QLC+
- immediately save the workspace, call it "empty.qxw"
- add a single button
- save as "button.qxw"
- quit QLC+
- launch a text editor (KDE kate here) and open both qxw files as well as "apc mini.txt"
- replace the button tag in "button.qxw" (everything from and including <Button ... > to </Button>) by the complete content of "apc mini.txt"
- save as "apcmini.qxw"
load this new file apcmini.qxw in QLC+ and voila!
The indentation is off after pasting the snippet, but QLC+ will correct this automatically at next save.
Also be aware that this just creates the complex widget, you'll still have to set up the workspace for your I/O hardware, input profile, fixtures/dimmers, MIDI mapping of sliders/knobs etc. ...
HTH
To see where exactly to insert, I've done this:
- launch QLC+
- immediately save the workspace, call it "empty.qxw"
- add a single button
- save as "button.qxw"
- quit QLC+
- launch a text editor (KDE kate here) and open both qxw files as well as "apc mini.txt"
- replace the button tag in "button.qxw" (everything from and including <Button ... > to </Button>) by the complete content of "apc mini.txt"
- save as "apcmini.qxw"
load this new file apcmini.qxw in QLC+ and voila!
The indentation is off after pasting the snippet, but QLC+ will correct this automatically at next save.
Also be aware that this just creates the complex widget, you'll still have to set up the workspace for your I/O hardware, input profile, fixtures/dimmers, MIDI mapping of sliders/knobs etc. ...
HTH
- Attachments
-
- apcmini.qxw
- (53.91 KiB) Downloaded 193 times