soundToy 'videosynth' feature

Want to discuss about Demos on the Oric, here you are !
User avatar
ibisum
Wing Commander
Posts: 1807
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

soundToy 'videosynth' feature

Post by ibisum »

In my 'hacking playground' SOUNDTOY, available here:

https://github.com/seclorum/soundToy/tree/main/BUILD

.. I am currently exploring a kind of 'video synthesis', built around the Tufte sparkline concept, but exploiting certain weird things about the Oric, as well.
Screenshot 2024-10-11 at 13.43.04.png
The idea is to use 6x8 'cells' to construct a user interface describing the synth registers of the AY chip. These cells are generated by a pseudo random function, producing a unique dataset of both monochrome and colour-altering characters.
Screenshot 2024-10-11 at 13.44.12.png
In the current version, the sound exploration is done in text mode and the video synth is done in HIRES mode - but soon these will merge. If you're curious what this looks like, run SOUNDTOY.tap, press 'G', and use WASD and IJKL to place cells around. There is also a random screensaver 'thing' splatting the field. IJKL sets the 'input' XY values starting at the top left of the 'pseudorandom' blob, and WASD place the 'output' cell on the screen.
Screenshot 2024-10-06 at 19.24.09.png
Yes, its weird, but I'm finding the aesthetic appealing, and eventually will have a smaller subset of the psuedorandom blob in order to render the Oric synth registers in a more interesting way .. meanwhile it seems I'm also building an editor, of sorts .. ;)
User avatar
iss
Wing Commander
Posts: 1705
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: soundToy 'videosynth' feature

Post by iss »

ibisum wrote: Fri Oct 11, 2024 1:32 pm... around the Tufte sparkline concept...
idea.jpeg
... but it's colorful and cool! :lol:
User avatar
ibisum
Wing Commander
Posts: 1807
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: soundToy 'videosynth' feature

Post by ibisum »

Post Reply