Ignotus-mago / PixelAudio

PixelAudio maps arrays of audio samples onto arrays of pixel values.
Other
0 stars 0 forks source link

Example Code Ideas #8

Open Ignotus-mago opened 1 month ago

Ignotus-mago commented 1 month ago

TransformPImage SImpleWaveSynth

next: Read JSON files for WaveSynth. Edit JSON files for WaveSynth? (can come later, so we don't have to deal with the GUI right away.)

Affine transforms of Gens Multi-part Gens with continuous arrays -- as log as we're using LUTs, it should work. Animation Blocks (each Gen with a separate array)

LoadAudioToImage LoadImageToAudio

MixAudioWaveSynth ImageBlender

Ignotus-mago commented 1 month ago

Affine transforms have been taken care of, see the LookupTables code example for how to use them. I still need to do multi-part gens.

Example code for audio should come pretty soon, but I will make another list.