01. Known Issues
If you discover bugs or feature requests, please feel free to report them in the designated channels in the RayTone community discord server!
Dual Display mode is temporarily disabled for both Windows and macOS versions.
Webcam unit does not get assigned as a valid texture on macOS.
02. Release Notes
What's new in RayTone?
ver. 0.50
Ver. 0.50 introduces a big change to the RayTone source directory structure. The ChucK files are now stored outside the executable to eliminate the need to migrate custom Voice units when downloading a new version of RayTone.
NEW FEATURES🆕:
Added Auto Save: the state of canvas is auto saved every 5 minutes in the AutoSave folder.
Added RAYTONE_RELOAD(false/true) to Voice units. When set to true, Voice units get automatically updated if there are changes to the corresponding source ChucK files. This feature can be used for debugging and live-scripting purposes.
Added Time category to Control units (please refer to the documentation page).
Added new units in Math category of Control units.
FIXES🛠️:
Updated ChucK to ver. 1.5.2.5.
Properly handle null conditions where requested Units in a loaded project do not exist.
Various optimization.
ver. 0.40
NEW FEATURES🆕:
Added RAYTONE_INLET_SATATUS() in Voice units, which returns 1 if the specified inlet is connected.
Added RAYTONE_BPM in Voice units, which is only readable and returns the current global BPM.
Added Tutorial Patches to the executable.
FIXES🛠️:
Sequencer graphics get properly updated even at a low frame-rate.
Fixed irregular video path bugs on macOS.
ver. 0.39c
NEW FEATURES🆕:
Added new units to Analyzer category of Voice units.
Made unit menu size resolution dependent.
Added config.json to store global settings.
FIXES🛠️:
Fixed broken trigger with Video and KeyInput units.
ver. 0.39
NEW FEATURES🆕:
Added position (ms) inlet to Sampler Voice unit.
FIXES🛠️:
Fixed a memory leak in RayToneShaderRenderer.
Disabled unnecessary file reloading in Sampler Voice unit.
ver. 0.38
NEW FEATURES🆕:
Added source directory to file browsers quick link.
FIXES🛠️:
Fixed a memory leak with textures.