braindrops.nicwands.com/drops/image-melody/public/meta.json
2026-07-21 12:22:50 -04:00

25 lines
No EOL
678 B
JSON

{
"name": "image-melody",
"title": "Image Melody",
"date": "2026-01-30",
"tags": [
"tag1",
"tag2",
"tag3"
],
"description": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "This experiment processes an image and creates a simple melody from the image data. To do this, the image is pixelated to a 5x5 resolution and sampled to determine the order of the notes. The notes for this example are chosen from the C Major pentatonic scale so that they will sound \"musical\" in any order."
}
]
}
]
},
"published": true
}