Commit Graph

5070 Commits

Author SHA1 Message Date
niels 57f5269289 add chrono vein fx 2026-05-12 00:46:16 +02:00
niels f9c7734572 add chronofold cortex fx 2026-05-12 00:45:36 +02:00
niels ff747bcc29 add chrono silt fx 2026-05-12 00:45:01 +02:00
niels 773f5153a8 add chrono smoke fx 2026-05-12 00:44:26 +02:00
niels b8414f6159 add black hole merger fx 2026-05-12 00:43:17 +02:00
niels 266698a4cc add luma terrain fx 2026-05-12 00:43:00 +02:00
niels 10dc992c30 add chrono etch fx 2026-05-12 00:42:40 +02:00
niels a7b4079e5c add chrono etch fx 2026-05-12 00:42:38 +02:00
niels a765e492f1 add radiant fissure fx 2026-05-12 00:42:17 +02:00
niels 0dd56cea81 add meteor static fx 2026-05-12 00:41:55 +02:00
niels b66a1e9971 fix pitch, indenting 2026-05-12 00:41:26 +02:00
niels 50bbb1ff76 remove unused 2026-05-12 00:41:01 +02:00
niels 33de09dcba save audio/video project settings into samplelist, add audio-channels and audio-bits to commandline argument list, initialize dummy audio 2026-05-09 13:16:24 +02:00
niels c8b79c9584 push seq active flag in status line 2026-05-08 23:19:22 +02:00
niels 145c6df12d visual indicators (wip) display active sample slot, active sequencer slot 2026-05-08 23:18:50 +02:00
niels 55c74f2710 set grid resolution y to parameter range, set grid resolution x to a sane step according to sample lenth, draw red dot to mark current position, add labels on grid points, add label on moving marker, fix issues with curve 2026-05-08 21:57:11 +02:00
niels a465d3fbd8 simpler fx names 2026-05-08 21:55:52 +02:00
niels aa5cdca802 curve fix regression, bounds influenced amplitude 2026-05-08 17:48:10 +02:00
niels 245f221af3 VIMS forwarding bug fixes 2026-05-08 17:41:29 +02:00
niels 7f52780804 fix curve callbacks and bidirectional updates 2026-05-08 17:40:47 +02:00
niels 080e986729 move up event handling as early as possible (closes time gap forwarded events), capture forwarding policy and playback context before executing local VIMS event, then queue the master message 2026-05-08 03:48:35 +02:00
niels e0cdd9f545 update commandline options in man page #323 2026-05-08 03:04:37 +02:00
niels 9eac5ebb92 respect historical api contract 2026-05-08 02:30:53 +02:00
niels c83931bb68 center timeline control vertically as one unit, enlarged invisible grab area, make triangle marker standout, keep in/out marker inside timeline bar, fix selection hitbox sizing, larger drag zones, max propery bugfix, cleaner drag handling, in/out points handling, bound marker block movement, safer clamping/snapping to frame position and in/out points 2026-05-08 01:58:19 +02:00
niels 2665f65e25 fix curve callbacks, fix unsafe curve geometry, fix width/height interpolation checks, prevent far right artifact, add guards, make vector resize safe, reduce excessive curve redraws during motion, make keyframe payload explicitly 32 bit little endian 2026-05-08 01:34:04 +02:00
niels b735e56c59 forward vims feedback event too when vims forwarding is toggled on 2026-05-08 00:34:32 +02:00
veejay 6db226099e Merge pull request #367 from d-j-a-y/reloaded_improve_ux
client + server : various and unordered
2026-05-08 00:21:01 +02:00
niels 969836c185 some indenting and cleanup 2026-05-08 00:20:19 +02:00
niels b32f13ef86 register new fx 2026-05-08 00:19:10 +02:00
niels c4480f6c25 fix baltantv and modernize it 2026-05-08 00:18:34 +02:00
niels 27e5b2a514 drop circle madness, change into liquid feedback 2026-05-08 00:18:07 +02:00
niels 0d110af19e add ghost wash fx 2026-05-08 00:17:37 +02:00
niels 2547f65f7d add plasma feedback fx 2026-05-08 00:17:09 +02:00
niels ef957c5992 #369 fix, #357 fix, #368 fix, pad allocation to be simd safe, #358 console message suppression 2026-05-08 00:15:40 +02:00
niels ba2f679620 remove unused var 2026-05-08 00:13:28 +02:00
niels 8bb3a4caee #357 pass fx chain status to stream fx chain 2026-05-08 00:13:08 +02:00
niels 9c8979ac24 #368 #357 #369 pass fx chain status to sample_chain_add, count remaining frames for rand player, fix bug in resume position override 2026-05-08 00:12:35 +02:00
Jerome Blanchi e5b34d0169 Reloaded: Fx param sliders, anim state
When the parameter is animeted, the widget get the 'fx-anim' css class
2026-05-08 00:02:08 +02:00
Jerome Blanchi 2fb63090a1 indent from tab to 4 spaces 2026-05-08 00:02:08 +02:00
Jerome Blanchi 821c804d9f Fix console message
i == fx_entry
j == param_id
2026-05-08 00:02:08 +02:00
Jerome Blanchi aed78e34af vj manpage / remove ghost entry
LCTRL+END kb not defined in event.c:vj_event_default_sdl_keys[]
2026-05-08 00:02:08 +02:00
Jerome Blanchi 3e4dd84899 vj manpage / fix ALT+END keybinding description 2026-05-08 00:02:08 +02:00
Jerome Blanchi 818cf5a5b4 Reloaded: fix gtk warning complaining about versions 2026-05-08 00:02:08 +02:00
Jerome Blanchi 39c24878ed Reloaded: remove unused code 2026-05-08 00:02:08 +02:00
Jerome Blanchi a76b6aef05 Reloaded Fix warnings #2
* gtkcurve: comment unused stuff about cursor type
* gtkcurve: comment unused gtk_gadget_class_intern_init ()
* vj-api: comment unused var + cast for quiet free
2026-05-08 00:02:08 +02:00
Jerome Blanchi 1020fa8ac2 Reloaded Fix warnings + fix zigzag curve
* remove unused variables
* fix zigzag shape (min value value not initializd)
2026-05-08 00:02:08 +02:00
niels 0fa68739d6 remove cpu hog 2026-05-07 01:36:19 +02:00
niels 08f2137224 update status tokens in pd module 2026-05-07 01:27:13 +02:00
niels 5981f9ebcb repurpose 'toggle multicast' for vims trickplay forwarding, safer status length handling, resolve CPU hog 2026-05-07 01:26:42 +02:00
niels e7ee961c76 #364 and #365, send relevant VIMS events to master veejay (and translate sample id/mode targets), add global toggle to forward or ignore VIMS trickplay events, keep track of master origin, write master origin to samplelist on save, add VIMS_MESSAGE_FORWARDING, queue VIMS events and forward as a bundle 2026-05-07 01:23:08 +02:00