Search found 94 matches
- Sat Jun 25, 2022 5:28 pm
- Forum: LXSeries Open Source
- Topic: LXSAMD21DMX library for SAMD21
- Replies: 6
- Views: 21
Re: LXSAMD21DMX library for SAMD21
ul is unsigned long. In c++ it is sometimes desirable (or necessary) to distinguish the type of a numeric constant for the compiler when you are calling a function. When identifying pin designations, it is sometimes necessary to refer to the schematic of the board. In general Arduino standardizes pi...
- Fri Jun 24, 2022 4:40 pm
- Forum: LXSeries Open Source
- Topic: LXSAMD21DMX library for SAMD21
- Replies: 6
- Views: 21
Re: LXSAMD21DMX library for SAMD21
Is there a question? You need to comment out the SERCOM5_Handler function in the variants file if you want to use it in LXSAMD21DMX as is stated in the comments. It was included as an option for a situation where other pin configurations were in use and someone wanted a way to use SERCOM5. A better ...
- Thu Jun 23, 2022 2:29 pm
- Forum: LXSeries Open Source
- Topic: LXSAMD21DMX library for SAMD21
- Replies: 6
- Views: 21
Re: LXSAMD21DMX library for SAMD21
I'm not sure which version of the Arduino SAMD library you are using (use Boards Manager... to find out). But, for 1.8.13, Printable.h and WString.h are deprecated, use Arduino.h instead. This correction has been pushed to git. Or, keep what you have and just change UID.h to #include Arduino.h .
- Mon Jun 20, 2022 9:45 pm
- Forum: Fixture/Library Requests
- Topic: Cream Source
- Replies: 5
- Views: 335
Re: Cream Source
They are also included in the studio key in the current version of LXPlan. You should be able to download and install the new version to replace your current one. Existing licenses will work with the current version.
- Sat Jun 11, 2022 9:45 pm
- Forum: LXConsole
- Topic: patch on last version of lx
- Replies: 1
- Views: 28
Re: patch on last version of lx
You need to add a part to the channel for each address. Open the channel setup sheet by selecting the channel (Type the number into the command line or click on it). Then select Channel->Setup Hilited Channels... from the bottom of the menu. For each address you want to control, you must add a part ...
- Thu Jun 09, 2022 4:44 pm
- Forum: LXConsole
- Topic: First launch with Enttec DMX USB Pro MK 2
- Replies: 5
- Views: 122
Re: First launch with Enttec DMX USB Pro MK 2
When set to use "mk2", LXConsole sends a message to confirm that the box is indeed a mk2. If it does not receive the answer it expects you will see the alert telling you so. You can go ahead and use the mk2 api anyway. It won't matter if you are only using the first universe if it is set t...
- Thu Jun 09, 2022 1:11 pm
- Forum: LXConsole
- Topic: fixture with CT channels
- Replies: 1
- Views: 26
Re: fixture with CT channels
That is not a common set of LED colors. There is no support for that mix type. However, assigning a mix type primarily allows you to use the color picker in the Inspector's channel tab to select the color of a channel. For warm/cool white mix, you would use the individual color faders anyway. If you...
- Thu Jun 09, 2022 1:07 pm
- Forum: LXConsole
- Topic: command line for subchannels ?
- Replies: 1
- Views: 29
Re: command line for subchannels ?
You can use the Setup window's midi tab to detect incoming MIDI from your controller. It is likely your controller sends a control change when you move a fader. When you have detected the MIDI message, click the + button to add an action assigned to that message. To control the red subchannel of cha...
- Tue May 24, 2022 11:51 am
- Forum: LXConsole
- Topic: fine pan / fine tilt
- Replies: 4
- Views: 109
Re: fine pan / fine tilt
Use one of the built-in profiles and look at that. Select a channel either by clicking or by typing its number. Select Channel->Setup Hilited Channels... Select the first channel part in the parts table. Click the Set Type button. Choose Martin->Mac Viper Profile Look at the pan and tilt at the bott...
- Sun May 22, 2022 12:12 pm
- Forum: LXBeams (Mac)
- Topic: Center/Right Text Alignment
- Replies: 0
- Views: 54
Center/Right Text Alignment
For some reason Apple reversed Center and Right text alignment between x86 and arm (AppleSilicon) processors. LXBeams 6.2.1 (18421.1) accounts for this uses the same text alignment as other LXSeries applications when running on Apple Silicon. For plots created on older versions of LXBeams running on...