Frédéric Bolvin
e67d91c5e3
Remove library and demo usage code. Updated readme.
2018-12-29 21:59:48 +00:00
Sebastian Wiedenroth
cc7210111e
update repo url
2018-12-29 17:57:19 +01:00
Frédéric Bolvin
65f24c5031
Merge pull request #70 from Fensterbank/feature/library
...
Modernize code and enforcing eslint rules
2018-12-29 16:19:03 +01:00
Frédéric Bolvin
31bef8335e
modernized code and enforced eslint rules
2018-12-27 21:51:25 +00:00
Pierre Frisch
cfe02e8ffe
Added support for defining devices in config file ( #64 )
2018-12-18 19:40:53 +01:00
Pierre Frisch
338b80fb06
Update DMXKingUltraDMXPro Driver's Buffer API ( #63 )
2018-11-14 20:47:25 +00:00
Frédéric Bolvin
8499aa5829
Merge pull request #61 from pboyd04/EnttecUSBDMXPROBufferNoPoly
...
EnttecUSBDMXPRO Driver Buffer API Fix (No Polyfill)
2018-11-14 20:45:42 +00:00
Pierre Frisch
ca3e18f031
Fixed a NPE in decoding the RGB values ( #62 )
...
* Fixed a NPE in decoding the RGB values
* Fix the formatting
2018-11-14 19:24:27 +00:00
Frédéric Bolvin
0dbda4ba80
Merge pull request #69 from seriousManual/run
...
Add return value to `run` method.
2018-11-12 11:57:22 +00:00
Frédéric Bolvin
1892641de7
Merge pull request #68 from seriousManual/master
...
Consider easing options in animation.
2018-11-12 11:55:46 +00:00
Manuel Ernst
77b05c30ee
FIX(animation): consider easing options
...
Up to now a default easing method 'linear' was used even
if the easing option has been set.
This commit makes sure that the assigned easing option is considered
when animating.w
2018-11-12 08:52:50 +01:00
Manuel Ernst
0daccdb2e1
Add return value to run
method
...
Currently the `run` method has no return value.
It would be helpful if the method would return a reference
to the animation itselves, so that code like this would
be possible:
````javascript
let foo = new DMX.Animation()
.add(...)
.run(...);
````
2018-11-12 08:51:57 +01:00
Patrick Boyd
60639d52c6
Add Engine directive
2018-07-09 17:56:53 -05:00
Patrick Boyd
6dc9dddd52
EnttecUSBDMXPRO Driver Buffer API Fix (No Polyfill)
2018-07-09 17:55:05 -05:00
Max Stockner
b7afca3ea2
bump npm version
2018-07-10 00:11:15 +02:00
Max Stockner
d1f702fc65
Add animation preset example
2018-07-10 00:10:53 +02:00
Max Stockner
83c88a2479
Merge pull request #57 from pboyd04/AddPresetAnimations
...
Add preset animations
2018-07-09 23:53:23 +02:00
Max Stockner
8c5053310d
Add samples for the new config options
2018-07-09 23:42:05 +02:00
Max Stockner
62bb6ec4a9
Merge pull request #55 from pboyd04/AddColorPicker
...
Add Color Picker
2018-07-09 23:33:50 +02:00
Max Stockner
fa0e78c5b7
Merge pull request #53 from pboyd04/AllowPageTitleOverride
...
Allow Page Title Override
2018-07-09 23:21:36 +02:00
Max Stockner
71e55827c6
Merge pull request #52 from pboyd04/AddDeviceName
...
Add ability to set device name
2018-07-09 23:18:00 +02:00
Patrick Boyd
d8bd910bca
Add preset animations
2018-07-02 17:48:21 -05:00
Frédéric Bolvin
ab4715067f
Merge pull request #51 from pboyd04/AddSimpleRGBDevices
...
Add generic RGB Device and LaluceNatz RGB in 4Ch mode
2018-07-02 12:37:43 +02:00
Patrick Boyd
09e85667dc
Add Color Picker
2018-07-01 21:28:12 -05:00
Patrick Boyd
68fa8163d7
Allow Page Title Override
2018-07-01 16:39:24 -05:00
Patrick Boyd
3198aecd66
Add ability to set device name
2018-07-01 15:48:31 -05:00
Patrick Boyd
d0610c514c
Add generic RGB Device and LaluceNatx RGB in 4Ch mode
2018-07-01 15:36:22 -05:00
Pierre Frisch
5b28517c71
Add a new device to support RGB on Ultra Pro devices ( #48 )
2018-06-14 23:31:44 +02:00
Sebastian Wiedenroth
4cbfb8cc1d
bump version number to 0.0.7
2018-02-19 17:49:35 +01:00
Sebastian Wiedenroth
500aff6edf
add a note about irc
2018-02-19 17:47:52 +01:00
Sebastian Wiedenroth
667a7ae318
artnet: fix endianness of universe id
...
Fixes #38 reported by @Joebayld - thanks!
2018-02-19 17:34:02 +01:00
Sebastian Wiedenroth
7bd28ff7f4
Merge branch 'master' of github.com:wiedi/node-dmx
2018-02-19 17:22:26 +01:00
Sebastian Wiedenroth
f27a9c9ea0
enttec-open-usb-dmx: set rst
...
This finally makes the enttec-open-usb-dmx driver usable!
Thanks to @kfstudio for debugging this issue.
2018-02-19 17:13:07 +01:00
Frédéric Bolvin
038b84510b
Merge pull request #44 from kfstudio/enttec_config
...
Resolve serialport config issues, part of issue #24
2018-02-19 13:09:03 +01:00
kfstudio
c10bc18ed1
Resolve config issue of the Enttec Open Usb, part of issue #24
2018-02-19 12:51:00 +01:00
Sebastian Wiedenroth
bb393fe30c
Merge pull request #41 from Joebayld/patch-2
...
Add broadcast support to socket
2018-01-11 22:07:36 +01:00
Joebayld
f247a76649
Add broadcast support to socket
2018-01-11 16:05:02 -05:00
Frédéric Bolvin
01f4eb2ff1
Merge pull request #30 from mStirner/animation-stop
...
added stop method to animation
2018-01-11 19:26:15 +01:00
marc
f558e0465a
added stop method to animation
2018-01-11 19:21:43 +01:00
Max Stockner
90e882fb0b
Merge pull request #37 from bluemaex/update-deps
...
Update dependencies for node 8
2018-01-10 23:25:37 +01:00
Max Stockner
2a88b320da
update npm package version
2018-01-10 22:29:53 +01:00
Max Stockner
8b20123dca
update dependencies
2018-01-10 22:29:25 +01:00
Sebastian Wiedenroth
f1c580f49b
Merge pull request #35 from Fensterbank/add-license-file
...
add license file based on package.json
2018-01-08 17:45:25 +01:00
Sebastian Wiedenroth
b9da15bc60
Merge pull request #34 from Fensterbank/add-devices
...
added eurolite LED THA-120PC and BriteQ BT-Theatre 60FC
2018-01-08 17:44:43 +01:00
Frédéric Bolvin
b52289b3ff
add license file based on package.json
2018-01-04 19:34:39 +01:00
Frédéric Bolvin
ebc158407d
added two devices
2018-01-04 19:06:24 +01:00
Sebastian Wiedenroth
a8ad19cb67
imrpove slider styling
2017-07-30 18:06:15 +02:00
Sebastian Wiedenroth
00d960e441
Change DMX addressing to start at channel 1
...
This wastes one byte on each universe buffer and will require you to update your configs and animations but hopefully prevent confusion and off-by-one errors in the future.
2017-07-30 17:17:05 +02:00
Sebastian Wiedenroth
e133a52dec
don't wrap universe headline
2017-07-30 16:46:39 +02:00
Sebastian Wiedenroth
ec852df0bb
Add device definitions for oppsk-cob-uv-par and lixda-par12-led
...
Always parse the config as JSON from now on
2017-07-30 16:39:02 +02:00