Knowledge Base

Requires Ubuntu 20.04.

Minimum Requirements: resolution of 1920x1080 for your primary screen, and graphics card with drivers able to run version 4 of OpenGL shaders and at least 2GB video ram. Suggest installing the latest graphic drivers and recommend the system uses an SSD Drive.

You will need FFmpeg installed. sudo apt update;  sudo apt-get install ffmpeg;

If you have trouble importing a file (e.g. mp4), you could review:
https://help.ubuntu.com/community/RestrictedFormats
which amounts to trying this: sudo apt-get install ubuntu-restricted-extras

Support

There is NO telemetry in this app, you don't need an internet connection to use it. If you have any issues you will need to report them. There are some notes available if you run ./VIDIFOLD --help

If you wish to report an issue or ask a question, please email vidifold@gmail.com

I hope you will get as much fun playing with it as I do.

Designed and Developed by: John Day

Technologies: C++, OpenGL

Tools used: Programming IDE CodeBlocks, Image editor Gimp, 3D Stuff Blender

Some archive screenshots


VIDIFOLD Revision Notes

A list of all the notes from all versions is provided below.

0.31.13

Replace & Play buttons added to Clips section
- Added force Replace on slot drop option
- auto Play on slot load - moved out of user config

auto Wet FX on load - moved out of user config to Plugin section

Added Midi Option - (Selected - Source - AutoLoad)
- attempts to autoload currently slected clip into current slot

0.31.12

Fixed introduced bug from last version which caused seg fault when playing with local macros (thanks to Evan for heads up)

0.31.11

NEW Global User Controls Added
-- inc midi options

Fixed 'new midi setup' bug, sometimes wasn't allowing a new setup to be created.
New and clone midi setups now auto select the new item.

changed AS (auto select) > SF (Slot follow)
changed XAS (FX auto select) > XF (FX follow)
changed DAS (Driver auto select) > MF (Macro follow)
if enabled MF now happens on
- any slot trigger (as before)
- on any macro knob touch
- on any macro assignment

PLUGIN
Waves 0.2 - fixed speed and curve params bug (they wouldn't work with macro controls)

0.31.10

Improved file dialog, added modified dates and sort options
Added Default bank if some edge cases
Delete key now ejects current slot

0.31.9

Fixed nasty seq fault if attempted to use a mixer/effect dual plugin in Aux rack
Active plugin button label tweak
Fixed Global Pause display state (prob broke this when GKU was introduced)
Bus mode label is no longer clickable on main previews as I was always accidentally hit them!