2025.10.03
App Updates:
  • PhonoPaper 1.6.2
    • the app can now load images: just go to the device gallery, select an image and send it to PhonoPaper;
    • bug fixes.
  • PixiTracker 1.6.8
    • new shortcuts: CTRL+Z - undo; CTRL+X/C/V - cut/copy/paste; CTRL+O - load; CTRL+S - save; CTRL+N - new song;
    • new shortcuts: SHIFT+F3 - previous sound (silent); SHIFT+F4 - next sound (silent);
    • additional visualization modes: Menu -> App Settings -> Visualizer;
    • new song - Example14;
    • bug fixes.
  • Virtual ANS 3.0.4
    • improved quality of export to 32-bit WAV;
    • when loading JPEG, the orientation of the image is now taken into account;
    • new files: projects/swamp.ans, synths/air.ans;
    • bug fixes.
  • Pixilang 3.8.6
    • new functions: xoshiro256_new(), xoshiro256_seed(), xoshiro256_next() - random 64-bit number generator; see examples/basics/math/random2.pixi;
    • load()/fload() option: LOAD_AUTOROTATE - rotate/flip the image according to its orientation (e.g. when the photo was taken with a phone in portrait mode);
    • t_point(): new optional parameters: points, matrix, dest_points, offset1, offset2, num_points;
    • additional method for obtaining an argument (parameter value) of a function by index: $val = $[ arg_index ]; see examples/basics/function_parameters.pixi
    • it is now possible to add directories to the include search path: using command-line option "-i dir" or/and pixi_idir option in the pixilang_config.ini;
    • Android: new option: Preferences -> Main -> Broad access to files; allows you to write to and read almost any folder (except system folders) on internal and external memory cards; this is useful if your source files are stored in a shared folder accessible by other apps (such as text editors);
    • bug fixes.