Jerome Blanchi aka d.j.a.y
723faea7f4
Reloaded : Filter effect list by keyword + fix add disabled fx
...
* add text entry control right to fx types select box.
* add filtered and sorted models to effect trees
* on user input the filter effect trees is interactivly filtred (no case sensitive)
* fix fx disabled: add test over GDK_KEY_KEY
2017-06-08 00:05:48 +02:00
Jerome Blanchi aka d.j.a.y
2eda802611
Filter effects list - WIP
2017-06-08 00:05:48 +02:00
c0ntrol
2b0accca54
issue #131 , shift + double click to add FX in disabled state
2017-01-08 14:10:52 +01:00
[d.j.a.y] Jerome Blanchi
fa0fccf746
Reloaded / Anim Fx : On toggle AnimFX, update tree_chain FXC_KF
2016-08-23 21:35:33 +02:00
[d.j.a.y] Jerome Blanchi
1fd696a34d
Reloaded / Anim Fx : Fix anim stop kf_none --> kf_pXX
...
Description of the bug :
-- When animating (curve_toggleentry_toggled) a parameter, kf_none is
selected (should be fixed also), selecting again any kf_pXX : kf animation is stopped
* Fix kf animation stop
2016-08-16 14:29:30 +02:00
[d.j.a.y] Jerome Blanchi
7ae7e66fe4
Reloaded / callback.c : on_kf_pXX_toggled - Minor optimization
...
* Replace "is_button_toggled" by "gtk_toggle_button_get_active"
2016-08-16 12:37:34 +02:00
[d.j.a.y] Jerome Blanchi
20bbbb53d8
Reloaded : Kf Anim toggle button in curve panel - fix pannel toggle don't work
...
* a test was always done on "curve_chain_toggleentry"
2016-08-16 11:36:36 +02:00
[d.j.a.y] Jerome Blanchi
ce87b4d1ba
Reloaded / on_kf_XXX_toggled : fix prototype
...
* on_kf_none : GtkWidget ---> GtkWidget * ---> GtkToggleButton *
* on_kf_pXX : GtkWidget * ---> GtkToggleButton *
2016-08-16 10:59:44 +02:00
[d.j.a.y] Jerome Blanchi
8da4b1ef9a
Reloaded : Kf Anim toggle button in curve panel - fix duplicate signal
...
* curve_toggleentry_toggled was called twice and so VIMS_SAMPLE_KF_STATUS received twice
2016-08-15 17:50:56 +02:00
[d.j.a.y] Jerome Blanchi
bd69490560
Reloaded : Add Kf Anim toggle button in curve panel
...
When key framing an fx parameter, it's a bad user experience to have
to (open and) go to the fx chain panel to active the animation.
I had chosen to duplicate the toogle button to the curve (in place of just move it from
fx chain), because it's relevant to me to have this functionnaly near the fx chain.
(i'm also thinking to change the chain toogle by modifier+click on chain bulbs someday for both
fx activation state and fx kf anim status)
2016-08-14 17:49:39 +02:00
[d.j.a.y] Jerome Blanchi
b4f2c5e2dd
Reloaded : Fix Kf anim status on status change.
...
* Reload the row on curve_toggleentry_toggled
2016-08-14 10:06:37 +02:00
[d.j.a.y] Jerome Blanchi
dc2d4bb872
Reloaded / Clean duplicate code.
...
* callback.h / UPPERCASE macro name
* add callback.h to index !
* callback.c & vj-api.c / update macro name
2016-08-12 18:30:20 +02:00
[d.j.a.y] Jerome Blanchi
02774f1868
Enchancement / "Sequencer Clear All" (VIMS_SEQUENCE_DEL -1)
2016-08-03 16:41:39 +02:00
[d.j.a.y] Jerome Blanchi
b4a6084629
Enchancement / "Sequencer Clear All" (fix flood)
...
__Do not flood by VIMS__
1) VIMS_SEQUENCE_LIST
2) if sample VIMS_SEQUENCE_DEL
mainly c/p from reloaded/vj-api.c/load_sequence_list
2016-08-03 14:49:50 +02:00
[d.j.a.y] Jerome Blanchi
31ac585ca3
Enchancement / "Sequencer Clear All"
...
* Button in ui (on_button_seq_clearall) right to activate sequencer checkbox
* Callback clear entire grid (VIMS_SEQUENCE_DEL)
* sequencer col and row has #define
* new vj_gui_t struct members : sequencer_col & sequencer_row
2016-08-03 14:49:50 +02:00
[d.j.a.y] Jerome Blanchi
5590153967
Fix #123 : Next & Previous bank buttons do not update
2016-06-03 16:22:21 +02:00
c0ntrol
46b9b50e98
issue #117
2016-05-25 19:33:59 +02:00
c0ntrol
fdd3a4bd4c
issue #111 , fix offline recording, allow offline recording while recording from playing sample or stream, added new tag type 'clone' which lets you clone any input stream, added clone callback to sample copy button, added offline recording widgets to sample bank, added new VIMS 252
2016-05-19 22:53:50 +02:00
c0ntrol
fbb2f5c7a6
issue #111 , fix sample bank loading by fixing stream type, allow streams to be added to the sample sequencer, fixes to status line, clear audio buffer after recording a frame
2016-05-16 19:18:08 +02:00
c0ntrol
6bcb8b2599
add menu item stream - new generator
2016-05-15 16:38:19 +02:00
c0ntrol
6e4535a52c
fix issue #108 , fix solid stream color wheel, added multicast streaming toggle button to reloaded, refacor libvjnet
2016-05-07 15:17:10 +02:00
c0ntrol
707973fb8d
issue #91
2016-04-25 19:25:19 +02:00
c0ntrol
f5a6c039ef
fix sample loading
2016-04-09 18:54:12 +02:00
c0ntrol
2d41e08259
missing callback for slider p11
2016-04-02 16:45:21 +02:00
c0ntrol
3f8dd313a2
fix issue #91
2016-03-25 13:15:41 +01:00
c0ntrol
f7b9d85c81
mode is used to negate val if enabled
2016-03-25 09:54:24 +01:00
[d.j.a.y] Jerome Blanchi
eee10eac77
reloaded : get ride of warnings
2016-03-25 08:22:45 +01:00
c0ntrol
fcb654a462
fix issue #86
2016-03-15 19:07:17 +01:00
niels
70ddd6dee2
added #73 , refactor task handler, fix problem in task manager that caused threads to run in serial, added parameter to alpha:set from mixing source, optimized mask transition, updated status handling in all clients, added new icons, removed obsolete code
2015-12-06 20:32:15 +01:00
niels
f26271d48f
fade in fade out corner cases
2015-12-01 22:08:18 +01:00
niels
6e8106b40d
fix wrong widget name (autowhitebalance)
2015-11-30 23:32:13 +01:00
niels
9785030cd6
refactor chain fader and methods
2015-11-30 23:28:47 +01:00
niels
8d9bd58a27
fix stream chain enable/disable
2015-11-30 19:58:14 +01:00
niels
6cdf727092
32 status outlets
...
refactored camera controls,
refactored stream panel,
added alpha blend to (manual) chain fader
added generator parameters,
changed VIMS_CHAIN_MANUAL_FADE,
add fade_method property to stream and sample
optimize masktransition using (auto) vectorization
added vims VIMS_GET_STREAM_ARGS
added vims VIMS_STREAM_SET_V4LCTRL
added vims VIMS_STREAM_SET_ARGS
refactored chain fader
updated sendVIMS for pd
update sayVIMS
fix #47
update #31
2015-11-29 23:43:50 +01:00
niels
a7547253ab
add friendly name label to reloaded parameter panel (issue #42 )
2015-11-24 23:22:10 +01:00
niels
b997a26fad
regression
2015-11-21 01:03:21 +01:00
niels
4ac611f91b
copy selected sample if selected,otherwise copy current playing sample
2015-11-21 00:59:31 +01:00
niels
8de2752cad
fix possible crash on sample copy (reloaded)
2015-11-20 20:56:46 +01:00
niels
7346535da7
vloopback start/stop in preferences window, #47
2015-11-15 20:23:09 +01:00
niels
cc5431dc65
issue #47
2015-11-15 17:31:00 +01:00
[d.j.a.y] Jerome Blanchi
a710bb0e16
Reloaded : Remove "Enable/Disable all keyframes" button
2015-11-15 13:38:32 +01:00
[d.j.a.y] Jerome Blanchi
21a641e4cb
Reloaded : Comment "Enable/Disable all keyframes" button.
...
there is no corresponding event
2015-11-15 13:29:58 +01:00
[d.j.a.y] Jerome Blanchi
6351c91840
Reloaded : "Toggle rendering of FX chain on mixing sources" , has togglebutton
2015-11-15 11:14:10 +01:00
niels
4981799a64
add checkbutton 'alpha clear' to clear alpha channels every frame period (if off, it is an effector since it leaks alpha to the next frame)
2015-11-08 20:30:53 +01:00
niels
80296abe89
issue #34
2015-11-07 21:13:18 +01:00
niels
3f20a9f6eb
add separate list for alpha creation filters
2015-11-05 22:08:37 +01:00
[d.j.a.y] Jerome Blanchi
625ec4f514
Reloaded : add shift click has "save as" sample list
2015-11-05 12:22:17 +01:00
niels
27313c3b00
fix corrupt message in fx chain entry paste button
2015-11-05 00:33:57 +01:00
niels
f61833657a
fixes to reloaded
2015-10-31 22:11:27 +01:00
niels
a392ed3a5f
swap location of kf_p8, refactor fx chain entry cut/copy/paste. now also includes source,channel and status
2015-10-23 20:50:16 +02:00