Skip to content

Basic C++ and Python code which when compiled and run correctly creates a fractal based on transcribed music.

Notifications You must be signed in to change notification settings

025georgialynny/fractal

Repository files navigation

########READ ME#########
########################
########################
Step 1: FORMAT:
	First line: major scale
	everything post major scale - note space length space
	_ = flat # = sharp % = natural
	end with * so program knows to termintate
	*******************************************
	ex: 
		C
		c 1 b 1 d 1 e 1 f 1 g 1
		*
***********************
***********************
***********************
Step 2:
	compile and run basOut.cpp
	pass document in
	type output file name
***********************
***********************
Step 3:
	run turtle.py
	pass output file from previous step in
	choose repetition amount (how many fractal branches)
	choose scale size (1 for default, and you will have it scaled by any other number passed in)
***********************
MORE TO COME THIS IS PROTOTYPE 2

About

Basic C++ and Python code which when compiled and run correctly creates a fractal based on transcribed music.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published