Commit Graph

22 Commits

Author SHA1 Message Date
baydam
093fb3cd9d Fix: #179 Paints and mappings renamings are now saved in file 2016-01-05 12:10:54 +00:00
baydam
61a530375f Be able to rename paints and mappings OSC #72 2015-12-29 16:44:31 +00:00
baydam
038a705e5d Resolve merge conflicts 2015-12-24 18:51:59 +00:00
baydam
66fc373e7b Fixed bug #101 Sending OSC visible parameter to paint that doesn't exist will not crash the software anymore 2015-12-14 15:14:05 +00:00
Tats
1847881b04 Major cleanup and documenting of classes. 2015-12-02 21:29:46 -05:00
Tats
52b6d58451 Removed the unused quitMapmap() function. 2015-07-17 14:36:46 -06:00
baydam
b71db2874c Add OSC command to set volume level and play state 2015-03-05 21:37:13 +00:00
Alexandre Quessy
9878e8a878 OSC: implement fullscreen and quit 2015-01-11 19:16:59 -05:00
Vasilis Liaskovitis
f6711ed7a8 Control mapping visibility from OSC (bug #43)
Controlled with /mapmap/mapping/visible mappingId visibility (type ii)
e.g.
oscsend localhost 7000 /mapmap/mapping/visible ii "3" "0"
to make mapping with id 3 invisible
oscsend localhost 7000 /mapmap/mapping/visible ii "0" "1"
to make mapping with id 3 visible

QListWidgetItem checkstate is also changed accordingly
2014-11-01 02:50:30 +02:00
Tats
c8e0c23858 Allow for live changing of video rate with osc. 2014-10-21 17:47:43 +00:00
Alexandre Quessy
7e89ee4ed7 OSC: fix check for a valid OSC server 2014-10-16 20:31:14 -04:00
Alexandre Quessy
1fc835c547 change OSC signature for release 2014-04-30 22:13:31 -04:00
Alexandre Quessy
348ffcb37e Implement OSC callback to set video URI 2014-04-26 19:20:21 +01:00
Tats
0295d50779 Removed unused.h 2014-04-26 12:38:11 +01:00
Alexandre Quessy
e91496b96a Merge branch 'spike-video-drone' into gst-osx 2014-04-25 20:52:49 -04:00
Tats
4e4483c56c Replaced UNUSED(x) by Q_UNUSED(x). 2014-04-10 01:07:24 -04:00
Alexandre Quessy
cfb88e6863 Fixes for when we don't have liblo on mac os x 2014-04-03 23:30:51 -04:00
Alexandre Quessy
d11bc93496 re-implement and fix osc receiver 2014-03-14 11:51:52 -04:00
Alexandre Quessy
8224a64374 re-implement and fix osc receiver 2014-03-13 16:01:03 -04:00
Alexandre Quessy
bf59519e4b OscInterface now calls Facade 2014-01-05 18:24:34 -05:00
Alexandre Quessy
123ea0e49d OSC: port concurrentqueue to Qt. Fix duplicate OSC messages 2014-01-05 17:43:33 -05:00
Alexandre Quessy
31de8211cd Add optional OSC support
Add OSC receiver

add BUGS

fix README

OSC: use QVariantList to send messages to the main window

show text under icons in toolbar

remove deprecated class

detect liblo and make it optional
2013-12-10 04:55:22 -05:00