microtonal utility

Chords, scales, harmony, melody, etc.
Post Reply New Topic
RELATED
PRODUCTS

Post

My attempt at understanding intervals, just intonation, commas, meantone, werckmeister III, and what not.

I've decided to put all my sources in google docs.

Victor.
Last edited by VicDiesel on Sun May 09, 2010 12:36 am, edited 3 times in total.

Post

Ok, I can now make scales. Sort of.

I still don't understand meantone.

Victor.

Post

Anyone here understand meantone? The wikipedia explanation is a jumble.

Victor.

Post

Vic, you really should take a look at this book:

http://www.maths.abdn.ac.uk/~bensondj/h ... music.html

It's free. You can download the pdf version in the site.

"Music, a MAthematical offering" by Dave Benson.

Then read the chapter 5, scales and temperaments, and you'll have all the explanations about scales, temperaments, and also the mathematical principles to make all the calculations and functions you need to implement.

Good luck, and give feedback, I'm finding your programming work very interesting.
If you can, then keep posting the code you're writing.
Play fair and square!

Post

Musicologo wrote:If you can, then keep posting the code you're writing.
Thanks for the pointer. I had come across the book, but had forgotten about it.

I hope python code is usable/understandable for you? It's my favourite language at the moment.

Victor.

Post

I remember this book, I downloaded it like 2 or 3 years ago. It's worth reading, though I find it a little dry on some points. Using lattices and periodicity blocks for explaining tunings and scales isn't necessary - explainations could be simpler, (practically) more effective and clearer for composers and musicians, without overkilling the matter. But hey, this is supposed to be for the more mathematically inclined, after all, as the title says.
Anyway, in addition, a big portion that supplements the understanding of those things is also contained in Helmholtz's old but gold classic.

Post

Musicologo wrote:"Music, a MAthematical offering" by Dave Benson.
Ok, that book has already paid for itself. It contains a delightful 4-chord example showing that singing in just intonation will modulate up by a (syntonic) comma. That should put to rest claims of singers and string players being able to sing in tune by using just intonation.

My code has been updated with a better definition of the Pythagorean scale, the basics of just intonation, and more tools.

Victor.

Post

Hey Victor, check out a post I just made in this forum, you might find it interesting. I have a couple of free minor microtonal software tools I just made.

Post

bwong wrote:Hey Victor, check out a post I just made in this forum, you might find it interesting. I have a couple of free minor microtonal software tools I just made.
I'll check it out.

But there are plenty of tools out there. I think I'm learning a lot by coding everything myself, and by making the computations explicit I think this is a very insightful tool for others too.

For instance, I've seen enough tools that tell me how many cents a comma is, but I never knew that an apotome minus a diesis is also a (syntonic) comma. By having a programming language for intervals, that sort of thing is easy to discover and verify.

Victor.

Post

VicDiesel wrote:
bwong wrote:Hey Victor, check out a post I just made in this forum, you might find it interesting. I have a couple of free minor microtonal software tools I just made.
I'll check it out.

But there are plenty of tools out there. I think I'm learning a lot by coding everything myself, and by making the computations explicit I think this is a very insightful tool for others too.

For instance, I've seen enough tools that tell me how many cents a comma is, but I never knew that an apotome minus a diesis is also a (syntonic) comma. By having a programming language for intervals, that sort of thing is easy to discover and verify.

Victor.
I agree entirely, I often include full source code examples for my compositions, and of course pd patches ARE source code. You are welcome to the C++ code for ethan if you want it.

Post

Source code for compositions? :? Algorithmic music?

Post

Varadin wrote:Source code for compositions? :? Algorithmic music?
Yeah, I do algorithmic music using Csound and Python scripting, though with Csound even a non-algorithmic piece has "source code" for the instruments and score.

Post

My sources are now in Google Docs. See first post for the link.

Btw, that Benson book is excellent.

Victor.

Post Reply

Return to “Music Theory”