first of 15 songs generated by images made by Jim Leftwich and sent to me by mail. made with Melobytes, a free online AI Image to Sound app and the free Virtual ANS 3.0 synth
MANIFEST
- image to midi file : https://melobytes.com/en/app/ai_image2sound
- params:
- a::Max detection labels: 50
- b::Min detection confidence (%): 55
- c::Tonality: Major
- d::Tempo: 62
- e::Time Signature: 3/4
- f::Only the Sounds: No
- g::Generate Video Clip: Yes
- resulting sound: https://melobytes.com/en/view/ce4e7187ebcdf8fa2607498b567954d4aa7f18af3fb9b093e5ee9f20f0f78392
- params:
- background sounds by Virtual ANS 3.0 generated from the same image
- file(requires Virtual ANS 3.0): leftwich_5983_22.01.21-06.28.ans
- MIDI arrangement in Ableton Light by dv
- live mixing using Soundcraft Signature 12 by dv
- recorded using Audacity 2.4.2
- post in Adobe Audition 22.1.1.23
SaNDGRaPH pseudo-code
//the dv.app’s coding is rusty still, it’s been out of the loop for 10 years!
var IMG_input = “DSCN5983.JPG”;
var IMG2MIDI_url = “https://melobytes.com/en/app/ai_image2sound”;
var params =(50, 55, Major, 62, 3/4, No, Yes);
var MIDI_app =(Ableton);
var recFile=new File(Audacity, record);
var genFile= new File( dv.genMIDI( IMG_input, IMG2MIDI_url, params, WAV);
var arrangFile= new File(dv.arrangMIDI, Ableton, morotic);
//’Ableton’ is the app used for the arrangement, ‘morotic’ is one of available modes/moods of arrangement of the dv-app
new Session()=dv.session.start ();
//begin recording session, that’s the hardest part, getting the morotic dv.app to do anything..
dv.start.recording (Audacity);
ANS. read ( IMG_input , looped);
// have ANS read the image in a continuous loop
dv.play(arrangFile);
//once you got it running things start to happen! remember that!
dv..monitor(recFile);
//have dv monitor the mixing output to the recording file
dv.master(recFile);
//all it did was Normalising the Audacity output
dv.publish (recFile, WordPress);
//now that wasn’t too hard was it?
dv.comment (“frack of, will you”);
dv.exit();
———————————————————————————-
All files are released in the
Public Domain CC 0 1.0