Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
retooth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
retooth
2mo ago
For JI probably nobody has built anything yet, since it was released yesterday ;) For versions <0.4.0: This project by mcleinn, for example, uses it to auto-name chords in higher divisions of the octave: https://community.poly
2.
▲
Xenharmlib (music theory library) adds support for Just Intonation
(xenharmlib.readthedocs.io)
19 points
by
retooth
2mo ago
|
3 comments
3.
▲
by
retooth
1y ago
Maybe I should double down and rename it "harmful" as in "full of harmonies" ;)
4.
▲
by
retooth
1y ago
Since xenharmlib is written in python it is not suitable for real-time audio because of the latency that an interpreted language introduces. I think if someone was willing they could port the library to C or Rust rather easily, because apar
5.
▲
by
retooth
1y ago
1. Thanks for the link. I am reading a bit of your code right now :) Also nice to see that it is GPL licensed too. In regards to intervals: What still confuses me in the design process is that in certain uneven tunings, (e.g. Pythagorean) t
6.
▲
by
retooth
1y ago
I often used this for reference: https://musictheory.pugetsound.edu/mt21c/MusicTheory.html
7.
▲
by
retooth
1y ago
Hi! I'll try to answer in order: 1. Just Intonation and non-linear temperaments are on the roadmap, but there are a couple of design problems I still have to figure out, mainly how to have a consistent definition of interval objects in
8.
▲
by
retooth
1y ago
Oh, neat :) This looks really cool. In one of the upcoming versions of xenharmlib I am planning to add hooks for visualization plugins, so structures can be rendered in JupyterLab. Maybe you would be interested in contributing, however it w
9.
▲
by
retooth
1y ago
Yes, I do. For the actual score composition I used Ableton, but xenharmlib can export SCL files to define microtonal scales, which then can be imported in Ableton (a lot of other DAWs and VSTs support this format too). For the most part how
10.
▲
Xenharmlib: A music theory library that supports non-western harmonic systems
(xenharmlib.readthedocs.io)
208 points
by
retooth
1y ago
|
19 comments
11.
▲
by
retooth
2y ago
I am not sure if it is only JS libraries you are looking for (since it is an Electron app), but I released a fairly comprehensive python music theory library that not only supports Western tunings, but all sorts of equal temperaments. It ev