Alexander Zolotov

Alexander Zolotov 

Electronic music producer and software developer

275subscribers

28posts

App updates

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.
Fractal Bits 1.2b:
Relic Flow 1.0b:
Relic Waves 1.1b:
Nature - Oscillator 1.2.2:
Pixel Cave 1.0d:
PixelWave 1.5f:
SpectrumGen 1.3f:
PixiVisor 1.3g:
Quantum VJ HD 1.0.1d:
 * optimization + bug fixes.
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.
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.
Go up