_           _                 
 | |_ ___  __| |____  ___ _   _ 
 | __/ _ \/ _` |_  / / _ \ | | |
 | ||  __/ (_| |/ / |  __/ |_| |
  \__\___|\__,_/___(_)___|\__,_|

Waveform synthesis experiment

Waveform drawing template

insert alt text here

Python code to load image using PIL

from PIL import Image

im = Image.open('waveform_template.png')
im.show()