Search found 1645 matches

by admin
Mon Feb 10, 2020 6:30 pm
Forum: Open Source Software/Hardware
Topic: LXTeensy3DMX_Library for teensy 4.0
Replies: 8
Views: 5670

On Teensy 3.x RX2/TX2 are pins 9 and 10 and RX3/TX3 are pins 7 and 8. Initially LXTeensy4DMX2 matched LXTeensy3DMX2 which used RX3/TX3 on pins 7 and 8. However, this is now labeled RX2/TX2 on the "Welcome to Teensy 4.0" pin diagram card. So, this is now switched so that: LXTeensy4DMX is us...
by admin
Sat Feb 08, 2020 12:45 am
Forum: Open Source Software/Hardware
Topic: LXTeensy3DMX_Library for teensy 4.0
Replies: 8
Views: 5670

There is a first draft of a Teensy4 DMX driver on github:

https://github.com/claudeheintz/LXTeens ... ibrary.git

The DMX output works. Input and RDM are untested as of today.
by admin
Thu Feb 06, 2020 2:18 pm
Forum: LXSeries Feedback
Topic: Metric
Replies: 10
Views: 6281

Can you send a copy of the problem file? Document sizes don't change unless there is something that prompts the change, such as altering the page setup or explicitly setting the size with a command. If the displayed size in pages changes, it could be a very slight rounding problem. If this can be re...
by admin
Wed Feb 05, 2020 4:50 am
Forum: LXSeries Mac Support
Topic: copy/paste without incrementing
Replies: 2
Views: 1930

Preferences->Format, uncheck Increment when Pasting Channel and Circuit Fields.

Or, enter a new channel or circuit number using the Inspector's Info tab.
by admin
Thu Jan 30, 2020 4:28 pm
Forum: Open Source Software/Hardware
Topic: LXTeensy3DMX_Library for teensy 4.0
Replies: 8
Views: 5670

The processors in the Teensy 3.2 and Teensy 4 are completely different even though the pins are very compatible between the two. It will take a while to adapt the library to the different processor. Its likely to be similar but all the macro definitions found in the kinetis.h file will need to be re...
by admin
Sun Jan 26, 2020 7:59 pm
Forum: LXConsole Support
Topic: 2nd Universe Patch and Stuck Sub
Replies: 2
Views: 2006

Yes, if you have the USB output set with a local offset of 512 and patch a channel to 2.1, it will control DMX address 1 coming out from the widget. In this setup with the Local Address Offset in the Preferences' DMX Out tab set to 512, to control dimmer 105 from the widget, patch the channel to 2.1...
by admin
Wed Jan 22, 2020 1:26 pm
Forum: LXSeries Mac Support
Topic: Location offset for positions
Replies: 4
Views: 2129

There is an offset for positions that is there to be used for exactly what you describe. It is hidden by default. If you choose Setup->Data Fields... you will see a sheet with three tabs. Choose the "Position" tab. The 6th field down is labeled "Offset Layout". Using the popup in...
by admin
Tue Jan 21, 2020 10:53 pm
Forum: LXSeries Mac Support
Topic: Location offset for positions
Replies: 4
Views: 2129

There is no way for the location to show the height + the distance from the start/end of the position line. You can use the mapping functions in the Inspector's position tab so that the lights display at the correct height in section. Assuming you are using a 15' long position line to represent your...
by admin
Tue Jan 21, 2020 12:53 pm
Forum: LXSeries Feedback
Topic: Metric
Replies: 10
Views: 6281

The latest build, Version 5.6.3 (15622.1), adds ISO A0 through A4 paper sizes to the preset size menu. This includes the default document size in the preferences, the size popup in the document tab, and also as the zoom to fit size option when exporting a PDF.
by admin
Tue Jan 21, 2020 4:46 am
Forum: LXSeries Feedback
Topic: Grouped items Floating
Replies: 2
Views: 1912

This should be fixed in Version 5.6.3 (15621.1) which is the latest build (under more downloads on the download page).
by admin
Tue Jan 21, 2020 4:02 am
Forum: LXSeries Feedback
Topic: Metric
Replies: 10
Views: 6281

Is it only the A sizes or are B sizes in use as well?
by admin
Sun Jan 19, 2020 2:24 pm
Forum: LXSeries Feedback
Topic: Grouped items Floating
Replies: 2
Views: 1912

Is it possible to email a file with the group that is causing a problem? I'd guess that it is a specific type of object or set of circumstances that cause this to happen. If it can be reproduced, it can be fixed quickly. It wouldn't have to be the entire file, just copy and paste the problem group i...
by admin
Wed Jan 15, 2020 3:57 pm
Forum: LXConsole Support
Topic: Patching universe 2
Replies: 1
Views: 1669

You can do it either way. LXConsole wants to use a dot for universe notation. So 2.2 and 514 refer to the same address.
by admin
Sun Jan 12, 2020 4:51 pm
Forum: LXConsole Support
Topic: applescript docommand
Replies: 5
Views: 2602

sendOSC does not do what you think it does. It sends an OSC message with a string argument to the current OSC output target. If you have the LXConsole Remote open on touchOSC, then you can do the following: tell the front document to sendOSC string "hello there" toAddress "/1/cmdline&...
by admin
Sat Jan 11, 2020 2:53 pm
Forum: LXConsole Support
Topic: applescript docommand
Replies: 5
Views: 2602

tell application "LXConsole"

tell the front document to doCommand string "61@99"

end tell