Commit Graph

2893 Commits

Author SHA1 Message Date
c0ntrol
212ac12608 remove unused declaration 2018-09-22 19:51:36 +02:00
Niels
d60080393b Merge pull request #162 from d-j-a-y/djay_mixing_channel_speed
veejay : New VIMS + Multi modifier on KeyBinding
2018-09-22 19:40:25 +02:00
c0ntrol
81658d3604 Add new FX 'Posterize II' 2018-09-15 21:11:03 +02:00
c0ntrol
75f525c935 fix possible divide by zero 2018-09-15 21:10:48 +02:00
c0ntrol
8866055b38 fix possible divide by zero, dead stores, a.o 2018-09-15 21:10:15 +02:00
c0ntrol
ca7b0e6c78 fix memory leak 2018-09-15 21:09:10 +02:00
c0ntrol
5e2a096c7c fix possible divide by zero 2018-09-15 21:08:53 +02:00
c0ntrol
da18d32ac0 fix use of incompatible type 2018-09-15 21:08:24 +02:00
c0ntrol
2fdb317f2f fix memory leak, fix dead store 2018-09-15 21:08:04 +02:00
c0ntrol
899ce86c54 fix memory leak 2018-09-15 21:07:47 +02:00
c0ntrol
74c0032660 do not draw line if there is no line to draw 2018-09-15 21:07:22 +02:00
c0ntrol
312cfd8035 fix null dereferences 2018-09-15 21:06:54 +02:00
c0ntrol
ac4b3042b3 fix possible divide by zero 2018-09-15 21:06:10 +02:00
c0ntrol
a7fa31bada write cause to console 2018-09-15 21:05:48 +02:00
c0ntrol
726dccd8ac limit writing to minimum buffer size 2018-09-15 21:05:20 +02:00
c0ntrol
fcc1432132 fix possible memory leaks 2018-09-15 21:04:39 +02:00
c0ntrol
109dddf43c fix possible divide by zero 2018-09-15 21:04:17 +02:00
c0ntrol
a07d7cf39f fix null dereference 2018-09-15 21:03:58 +02:00
c0ntrol
cf3f55c63d fix freeing released memory 2018-09-15 21:03:31 +02:00
c0ntrol
56c5f8b7b2 fix allocation for qt files 2018-09-15 21:03:12 +02:00
c0ntrol
1896983715 take sizeof struct instead of primitive 2018-09-15 21:02:35 +02:00
c0ntrol
10676454eb VIMS bugfixes
fix VIMS overflow
fix VIMS full queue, discard new messages
fix VIMS partial message received (type V and K)
clear VIMS arguments before use
fix VIMS default optional parameter values (format specifier was not
evaluated for enumerated param)
clear VIMS integer array before use
2018-09-08 21:29:47 +02:00
c0ntrol
5d0c7949f5 fix FPE in division (0.5 becomes 0) 2018-09-08 21:28:20 +02:00
Jerome Blanchi aka d.j.a.y
9bae8c6b3d veejay : VIMS current sample mix speed and duplication keybinding
* set speed : SHIFT + [a...l]
* set duplication : ALT + SHIFT + [a...l]

* fix VIMS_VIDEO_SET_SLOW effect range
* update man accordingly
2018-08-26 13:13:34 +02:00
Jerome Blanchi aka d.j.a.y
188e3fa324 veejay : allow multi modifier for keyboard events
* define bit field for VIMS_MOD
* update keyboard_event_map_ size (WARNING on hardcoded buffer size!)
* use of binary OR operation for modifier
VIMS_COPYRIGHT,SDLK_c,VIMS_MOD_CTRL|VIMS_MOD_SHIFT,...
2018-08-26 02:47:02 +02:00
Jerome Blanchi aka d.j.a.y
b6ab0b0ef0 veejay : news VIMS - SAMPLE_MIX_SET_SPEED & SAMPLE_MIX_SET_DUP (wip)
* aim to quick control current mix sample

- TODO -
keybinding --> multiple key modifier ?
2018-08-25 18:58:32 +02:00
Jerome Blanchi aka d.j.a.y
7e2517a780 Reloaded : chain tree - click any row to toggle any fx 2018-08-24 16:06:35 +02:00
Jerome Blanchi aka d.j.a.y
82df2fc517 veejay : fix vims argument VIMS_CHAIN_ENTRY_SET_STATE
Now VIMS_CHAIN_ENTRY_SET_STATE can use arguments
2018-08-24 15:43:50 +02:00
Jerome Blanchi aka d.j.a.y
1710ae6bd1 Reloaded : remove todo 2018-08-24 12:53:59 +02:00
Jerome Blanchi aka d.j.a.y
406f320afe Reloaded : move callback function to callback.c 2018-08-24 12:44:41 +02:00
Jerome Blanchi aka d.j.a.y
bbac351fc3 Reloaded : fx Chain tree - catch mouse click
Catch button press event on shift+click to toogle chain state.
NOTA : works over the FULL row
2018-08-24 11:30:01 +02:00
Jerome Blanchi aka d.j.a.y
5df11efd42 Reloaded : code cosmetic 2018-08-23 11:24:57 +02:00
d-j-a-y
08ba5afb53 Update Installation.md 2018-08-22 23:16:36 +02:00
c0ntrol
ec637f0223 fix writing beyond buffer size 2018-08-22 20:03:09 +02:00
Jerome Blanchi aka d.j.a.y
270925de43 Reloaded : Code comments ... 2018-08-22 13:46:36 +02:00
Jerome Blanchi aka d.j.a.y
30fd4daf0c reloaded : upate effect tree chain selection 2018-08-22 01:34:40 +02:00
c0ntrol
0bb1184ffb no need to include this file 2018-08-12 17:40:44 +02:00
c0ntrol
7b8cc02aae fix issue #150 2018-08-12 16:56:09 +02:00
c0ntrol
66d3edbcbf bump version 2018-08-11 21:54:50 +02:00
c0ntrol
6768eae567 set frame to black in performer, fix allocating fx rows 2018-08-11 21:53:51 +02:00
c0ntrol
6ff05047d5 clear osd text if still present 2018-08-11 21:53:21 +02:00
c0ntrol
f3f181aaa6 free memory after use 2018-08-11 21:53:03 +02:00
c0ntrol
55a3bd2804 fix invalid use of sizeof 2018-08-11 21:51:53 +02:00
c0ntrol
49d794e35a clear memory after allocation 2018-08-11 21:51:23 +02:00
c0ntrol
bad7a37372 fix invalid read, refactor fx free, fix ptr qualifier 2018-08-11 21:50:25 +02:00
c0ntrol
d3ffb55943 fix value hints, fix cond. jmp on uninitialized value,fix missing free 2018-08-11 18:00:31 +02:00
c0ntrol
60068c1849 use emms instead of femms 2018-08-11 17:27:44 +02:00
c0ntrol
8000e267e1 remove tracing for vpn/vpf 2018-08-11 17:00:42 +02:00
c0ntrol
3a2ef77578 fix compile warnings (fix indenting) 2018-08-11 16:56:20 +02:00
c0ntrol
f4f77cfeea reduce compile warnings (fix bad indents, buffer sizes, etc) 2018-08-11 16:48:40 +02:00