Python Forum
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Music Notation
#8
Ok,

That wasn't nearly as difficult as I thought it would be.
There is a problem with display of theoretical scales, but I remember I
had that problem to fix in the original application.

At any rate, here's a shot of the application Ghana Heptatonic scale done
just a few minutes ago. (You can see the theoretical scale problem)

   

Here's the dictionary entry that creates this scale:

            'Ghana Heptatonic': {
                'category': 'Major and Minor Scales',
                'interval': ['2', '2', '1', '2', '2', '2', '1'],
                'origin': 'Ghana',
                'scale': ['C', 'D', 'E', 'F', 'G', 'A', 'B'],
                'primary scale': 'Major',
                'page': 9
            },
I could post the code as is, and probably will upload to Github, but I want to
review and probably re-write it as my coding has improved dramatically since
this was first written (My mind was still locked in C++)
Reply


Messages In This Thread
Music Notation - by Larz60+ - Feb-21-2017, 11:22 AM
RE: Music Notation - by metulburr - Feb-21-2017, 01:13 PM
RE: Music Notation - by Larz60+ - Feb-21-2017, 01:28 PM
RE: Music Notation - by Skaperen - Mar-05-2017, 04:05 AM
RE: Music Notation - by Larz60+ - Mar-05-2017, 07:09 AM
RE: Music Notation - by Skaperen - Mar-06-2017, 06:47 AM
RE: Music Notation - by Larz60+ - Mar-06-2017, 04:01 PM
RE: Music Notation - by Larz60+ - Mar-06-2017, 09:02 PM
RE: Music Notation - by j.crater - Mar-07-2017, 06:15 AM
RE: Music Notation - by Skaperen - Mar-07-2017, 07:09 AM
RE: Music Notation - by Larz60+ - Mar-07-2017, 07:56 AM
RE: Music Notation - by Larz60+ - Mar-07-2017, 07:44 PM
RE: Music Notation - by Larz60+ - Mar-07-2017, 10:00 PM
RE: Music Notation - by Skaperen - Mar-08-2017, 02:37 AM
RE: Music Notation - by Larz60+ - Mar-09-2017, 12:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Video Rendering math notation with ASCIIMath within Nodezator KennedyRichard 0 1,305 Sep-18-2023, 03:58 PM
Last Post: KennedyRichard

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020