User:Alessia/Oscilloscope witchcraft: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
font-family: monospace; | font-family: monospace; | ||
font-size: 12px; | font-size: 12px; | ||
"> | |||
<p align="justify"> | |||
<br> | |||
<br> | |||
here we are!<br> | |||
biting nails not permitted!<br> | |||
<br> | |||
processing<br> | |||
https://processing.org/download (Installation is straightforward: windows zip file, drag folder out, then processing.exe)<br> | |||
Processing window then visible.<br> | |||
Processing Development Environment (or PDE)<br> | |||
<br> | |||
video rendering | tools, manage tools, libraries, xy scope download and drop download<br> | ||
<br> | |||
teddavis.org/xyscope<br> | |||
github.com/ffd8/xyscope<br> | |||
<br> | |||
''XYscope converts the coordinates of primitive shapes (point, line, rect, ellipse, vertex, box, sphere, torus...)to audio waveforms (oscillators with custom wavetables) which are sent to an analog display, revealing their graphics. This process of generating real-time audio from vector drawings is built upon the amazing Minim library. Vector graphics shine on a vector display and now we can view our generative works like never before! Tested on MacOS, Windows, Linux (RPi!).''<br> | |||
<br> | |||
downloaded Minim, Opencv, Video Libraries for p 4 as well<br> | |||
<br> | |||
documents, find Processing folder, library, xy scope, examples, where is xtra_video?<br> | |||
no xtra video in new version, it’s in 4_input<br> | |||
<br> | |||
open video.pde<br> | |||
<br> | |||
String moviePath = "nameofthefile.mp4";<br> | |||
<br> | |||
try video with transparent background, blender version<br> | |||
https://www.youtube.com/watch?v=N8PrOZqfDAY&ab_channel=EZTutorials<br> | |||
steps: <br> | |||
render properties - film - transparent<br> | |||
output properties - ffmpeg video - we need RGBA so container - Quicktime video codec - Q T animation chose RGBA<br> | |||
<br> | |||
try 128 samples, not 200, to get faster result for render in cycles for peonia<br> | |||
nope, render in workbench<br> | |||
<br> | |||
while my extremely heavy file is rendering I am writing few haiku, here they are:<br> | |||
<br> | |||
5-7-5 structure trying not to use the word “oscilloscope” (failed)<br> | |||
<br> | |||
<br> | |||
<br> | |||
On the screen waves dance<br> | |||
Secret paths, magical trance<br> | |||
Oscilloscope's mystic?▵<br> | |||
<br> | |||
<br> | |||
<br> | |||
Lines tenderly embrace▵<br> | |||
The romance in the soft trace<br> | |||
Love's secret grace<br> | |||
<br> | |||
<br> | |||
<br> | |||
https://www.youtube.com/watch?v=oU85jqbKQKs&t=55s&ab_channel=RyanPWM | https://www.youtube.com/watch?v=oU85jqbKQKs&t=55s&ab_channel=RyanPWM | ||
<br> | |||
https://github.com/kritzikratzi/Oscilloscope/releases | https://github.com/kritzikratzi/Oscilloscope/releases | ||
<br> | |||
https://interactionstation.wdka.hro.nl/wiki/Using_the_Oscilloscope | https://interactionstation.wdka.hro.nl/wiki/Using_the_Oscilloscope | ||
<br> | |||
https://learn.sparkfun.com/tutorials/how-to-use-an-oscilloscope | https://learn.sparkfun.com/tutorials/how-to-use-an-oscilloscope | ||
<br> | |||
Can you see what you hear? Harmonic series no clue | https://oscilloscopemusic.com/software/oscistudio/ | ||
https://www.youtube.com/watch?v=XPbLYD9KFAo&ab_channel=WalkThatBass | <br> | ||
<br> | |||
Vector-scopes visualising harmonics | Can you see what you hear? Harmonic series no clue<br> | ||
XY display not for chroma signals | https://www.youtube.com/watch?v=XPbLYD9KFAo&ab_channel=WalkThatBass<br> | ||
https://soundcloud.com/loomas-oscilloscope | <br> | ||
https://www.youtube.com/@LoomaMusic | Vector-scopes visualising harmonics<br> | ||
XY display not for chroma signals<br> | |||
https://soundcloud.com/loomas-oscilloscope<br> | |||
https://www.youtube.com/@LoomaMusic<br> | |||
<br> | |||
interaction between static and sweeping frequency | interaction between static and sweeping frequency | ||
<br> | |||
<br> | |||
biting nails not permitted! | biting nails not permitted! |
Revision as of 12:23, 22 October 2023
here we are!
biting nails not permitted!
processing
https://processing.org/download (Installation is straightforward: windows zip file, drag folder out, then processing.exe)
Processing window then visible.
Processing Development Environment (or PDE)
tools, manage tools, libraries, xy scope download and drop download
teddavis.org/xyscope
github.com/ffd8/xyscope
XYscope converts the coordinates of primitive shapes (point, line, rect, ellipse, vertex, box, sphere, torus...)to audio waveforms (oscillators with custom wavetables) which are sent to an analog display, revealing their graphics. This process of generating real-time audio from vector drawings is built upon the amazing Minim library. Vector graphics shine on a vector display and now we can view our generative works like never before! Tested on MacOS, Windows, Linux (RPi!).
downloaded Minim, Opencv, Video Libraries for p 4 as well
documents, find Processing folder, library, xy scope, examples, where is xtra_video?
no xtra video in new version, it’s in 4_input
open video.pde
String moviePath = "nameofthefile.mp4";
try video with transparent background, blender version
https://www.youtube.com/watch?v=N8PrOZqfDAY&ab_channel=EZTutorials
steps:
render properties - film - transparent
output properties - ffmpeg video - we need RGBA so container - Quicktime video codec - Q T animation chose RGBA
try 128 samples, not 200, to get faster result for render in cycles for peonia
nope, render in workbench
while my extremely heavy file is rendering I am writing few haiku, here they are:
5-7-5 structure trying not to use the word “oscilloscope” (failed)
On the screen waves dance
Secret paths, magical trance
Oscilloscope's mystic?▵
Lines tenderly embrace▵
The romance in the soft trace
Love's secret grace
https://www.youtube.com/watch?v=oU85jqbKQKs&t=55s&ab_channel=RyanPWM
https://github.com/kritzikratzi/Oscilloscope/releases
https://interactionstation.wdka.hro.nl/wiki/Using_the_Oscilloscope
https://learn.sparkfun.com/tutorials/how-to-use-an-oscilloscope
https://oscilloscopemusic.com/software/oscistudio/
Can you see what you hear? Harmonic series no clue
https://www.youtube.com/watch?v=XPbLYD9KFAo&ab_channel=WalkThatBass
Vector-scopes visualising harmonics
XY display not for chroma signals
https://soundcloud.com/loomas-oscilloscope
https://www.youtube.com/@LoomaMusic
interaction between static and sweeping frequency
biting nails not permitted!