All Projects → mcallegari → Qlcplus

mcallegari / Qlcplus

Licence: other
Q Light Controller Plus

Projects that are alternatives of or similar to Qlcplus

Mixxx
Mixxx is Free DJ software that gives you everything you need to perform live mixes.
Stars: ✭ 2,510 (+437.47%)
Mutual labels:  hid, midi, qt
appcenter
🚀 App Center for Liri OS
Stars: ✭ 26 (-94.43%)
Mutual labels:  qt, qml
qtlottie
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.
Stars: ✭ 23 (-95.07%)
Mutual labels:  qt, qml
QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (-92.72%)
Mutual labels:  qt, qml
text
🚀 Material Design text editor
Stars: ✭ 73 (-84.37%)
Mutual labels:  qt, qml
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-96.15%)
Mutual labels:  qt, qml
vaktisalah
a Qt-Based Prayer Times application for Win/Linux/Mac
Stars: ✭ 26 (-94.43%)
Mutual labels:  qt, qml
Radiance
Radiance is video art software for VJs. It supports beat detection, animated GIFs, YouTube video, OpenGL shader effects. It is designed for live performance and runs on Linux and MacOS.
Stars: ✭ 109 (-76.66%)
Mutual labels:  lighting, midi
Mirage
A fancy, customizable, keyboard-operable Qt/QML & Python Matrix chat client for encrypted and decentralized communication.
Stars: ✭ 257 (-44.97%)
Mutual labels:  qt, qml
Afterglow
A live-coding lighting controller, building on the Open Lighting Architecture with Clojure and bits of Overtone.
Stars: ✭ 321 (-31.26%)
Mutual labels:  lighting, midi
Quartz
Vulkan RTX path tracer with a declarative ES7-like scene description language.
Stars: ✭ 367 (-21.41%)
Mutual labels:  qt, qml
yacalendar
Yet another calendar component for Qt Quick Controls 2
Stars: ✭ 23 (-95.07%)
Mutual labels:  qt, qml
Midimonster
Multi-protocol control & translation software (ArtNet, MIDI, OSC, sACN, ...)
Stars: ✭ 241 (-48.39%)
Mutual labels:  lighting, midi
react-qml
Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
Stars: ✭ 90 (-80.73%)
Mutual labels:  qt, qml
Appleseed
A modern open source rendering engine for animation and visual effects
Stars: ✭ 1,824 (+290.58%)
Mutual labels:  lighting, qt
Linux-SonivoxEas
Sonivox EAS for Linux and Qt
Stars: ✭ 14 (-97%)
Mutual labels:  qt, midi
Hidviz
A tool for in-depth analysis of USB HID devices communication
Stars: ✭ 505 (+8.14%)
Mutual labels:  hid, qt
Qzxing
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Stars: ✭ 401 (-14.13%)
Mutual labels:  qt, qml
QmlControls
Qt / Qml 控件
Stars: ✭ 65 (-86.08%)
Mutual labels:  qt, qml
Moonplayer
Video player that can play online videos from youtube, bilibili etc.
Stars: ✭ 399 (-14.56%)
Mutual labels:  qt, qml

Q Light Controller Plus 4

QLC+ LOGO

Copyright (c) Heikki Junnila, Massimo Callegari

QLC+ homepage: https://www.qlcplus.org/

QLC+ on GitHub: https://github.com/mcallegari/qlcplus

DEVELOPERS AT WORK

If you're compiling QLC+ from sources and you regularly do "git pull" to get the latest sources, you probably end up seeing some compiler warnings and errors from time to time. Since the whole source package is under development, you might even encounter unresolved symbols etc. that halt the compiler immediately. If such a thing occurs, you should do a "make distclean" on qlcplus (top-most source directory) and then "qmake" and "make" again. We attempt to keep the GIT master free of fatal errors and it should compile all the time. However, some inter-object dependencies do get mixed up sometimes and you need to compile the whole package instead of just the latest changes. Sometimes even that doesn't work, because QLC+ installs its common libraries to system directories, where (at least unixes) fetch them instead of the source directory. In those cases, you might try going to the libs directory, compile it with "make" and install with "make install" and then attempt to re-compile the whole package with "make".

Apache 2.0 License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Requirements - Linux

  • Qt >= 5.0 development libraries & tools
  • libudev-dev, libmad0-dev, libsndfile1-dev, libfftw3-dev
  • DMX USB plugin: libftdi-dev, pkg-config
  • HID plugin: No additional requirements
  • MIDI plugin: libasound, libasound-dev, pkg-config
  • ENTTEC Wing plugin: No additional requirements
  • OLA plugin: libola, ola-dev, pkg-config (see libs/olaout/README)
  • uDMX plugin: libusb, libusb-dev, pkg-config
  • Peperoni plugin: libusb, libusb-dev, pkg-config
  • Velleman plugin: Not available for Linux
  • OSC plugin: No additional requirements
  • ArtNet plugin: No additional requirements
  • E1.31 plugin: No additional requirements
  • Loopback plugin: No additional requirements

Requirements - Windows

  • MSYS2 environment (https://msys2.github.io/)
  • DMX USB plugin: D2XX driver & development package (http://www.ftdichip.com/Drivers/D2XX.htm)
  • HID plugin: No additional requirements
  • MIDI plugin: No additional requirements
  • ENTTEC Wing plugin: D2XX driver & development package (http://www.ftdichip.com/Drivers/D2XX.htm)
  • OLA plugin: Not available
  • uDMX plugin: No additional requirements
  • Peperoni plugin: No additional requirements
  • Velleman plugin: K8062 SDK from www.velleman.eu
  • OSC plugin: No additional requirements
  • ArtNet plugin: No additional requirements
  • E1.31 plugin: No additional requirements
  • Loopback plugin: No additional requirements

Requirements - Mac OS X

  • XCode (http://developer.apple.com/technologies/tools/xcode.html)
  • Qt >= 5.0.x (http://download.qt.io/official_releases/qt/)
  • macports (https://www.macports.org/)
  • DMX USB plugin: macports, libftdi-dev, pkg-config
  • HID plugin: No additional requirements
  • MIDI plugin: No additional requirements
  • ENTTEC Wing plugin: No additional requirements
  • OLA plugin: libola, ola-dev, pkg-config (see libs/olaout/README)
  • uDMX plugin: macports, libusb-compat, pkg-config
  • Peperoni plugin: macports, libusb-compat, pkg-config
  • Velleman plugin: Not available
  • OSC plugin: No additional requirements
  • ArtNet plugin: No additional requirements
  • E1.31 plugin: No additional requirements
  • Loopback plugin: No additional requirements

Compiling & Installation

Please refer to the online wiki pages: https://github.com/mcallegari/qlcplus/wiki

Support & Bug Reports

For discussions, feedbacks, ideas and new fixtures, go to: https://www.qlcplus.org/forum/index.php

For developers wiki and code patches, go to: https://github.com/mcallegari/qlcplus

Contributors

QLC+ 5:

  • Eric Arnebäck (3D preview features)
  • Santiago Benejam Torres (Catalan translation)
  • Luis García Tornel (Spanish translation)
  • Nils Van Zuijlen, Jérôme Lebleu (French translation)
  • Felix Edelmann, Florian Edelmann (fixture definitions, German translation)
  • Jannis Achstetter (German translation)
  • Dai Suetake (Japanese translation)
  • Hannes Bossuyt (Dutch translation)
  • Aleksandr Gusarov (Russian translation)
  • Vadim Syniuhin (Ukrainian translation)
  • Mateusz Kędzierski (Polish translation)

QLC+ 4:

  • Jano Svitok (bugfix, new features and improvements)
  • David Garyga (bugfix, new features and improvements)
  • Lukas Jähn (bugfix, new features)
  • Robert Box (fixtures review)
  • Thomas Achtner (ENTTEC wing improvements)
  • Joep Admiraal (MIDI SysEx init messages, Dutch translation)
  • Florian Euchner (FX5 USB DMX support)
  • Stefan Riemens (new features)
  • Bartosz Grabias (new features)
  • Simon Newton, Peter Newman (OLA plugin)
  • Janosch Frank (webaccess improvements)
  • Karri Kaksonen (DMX USB Eurolite USB DMX512 Pro support)
  • Stefan Krupop (HID DMXControl Projects e.V. Nodle U1 support)
  • Nathan Durnan (RGB scripts, new features)
  • Giorgio Rebecchi (new features)
  • Florian Edelmann (code cleanup, German translation)
  • Heiko Fanieng, Jannis Achstetter (German translation)
  • NiKoyes, Jérôme Lebleu, Olivier Humbert, Nils Van Zuijlen (French translation)
  • Raymond Van Laake (Dutch translation)
  • Luis García Tornel (Spanish translation)
  • Jan Lachman (Czech translation)
  • Nuno Almeida, Carlos Eduardo Porto de Oliveira (Portuguese translation)
  • Santiago Benejam Torres (Catalan translation)
  • Koichiro Saito, Dai Suetake (Japanese translation)

QLC:

  • Stefan Krumm (Bugfixes, new features)
  • Christian Suehs (Bugfixes, new features)
  • Christopher Staite (Bugfixes)
  • Klaus Weidenbach (Bugfixes, German translation)
  • Lutz Hillebrand (uDMX plugin)
  • Matthew Jaggard (Velleman plugin)
  • Ptit Vachon (French translation)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].