Re: Microtonal midi output

2021-05-08 Thread brahim.pro
This script is great and contains exactly what I want. I would have never found that by my own. Thanks a lot. Is there a way to call it twice in the same score? Imagine I have two musical phrases that I want to tune differently, can I use this script? ‐‐‐ Original Message ‐‐‐ On Saturd

Re: Microtonal midi output

2021-05-08 Thread Lukas-Fabian Moser
Hi Jean, (let* ((tones (ly:pitch-tones pitch))     (r (ly:moment-main (ly:moment-mod    (ly:make-moment tones 0)    (ly:make-moment 6 0 ... using LilyPond's moment-arithmetic (number on the time axis) t

Re: Microtonal midi output

2021-05-08 Thread Kieren MacMillan
Dear Jean, > You can always implement it in Scheme... Something like this 1. Lilypond is amazing. 2. You are as well. Cheers, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: kie...@kierenmacmillan.info

Re: Microtonal midi output

2021-05-08 Thread Jean Abou Samra
Le 08/05/2021 à 20:33, brahim.pro a écrit : Hello, I would like to define a scale, let's say A minor, and slightly change the frequency of the notes in the output MIDI file. I have trouble finding this feature in the documentation. So does this feature exist and how to do that? Thanks, Br

Re: Microtonal midi output

2021-05-08 Thread Graham Breed
On 08/05/2021, Hans Åberg wrote: > >> On 8 May 2021, at 22:18, brahim.pro wrote: >> >> Thanks for the reply. For example, I would like to play A minor scale with >> normal A(440Hz). But I would like the interval A, B to be 203 cents >> instead of 200. Or I would like the interval A, C to be 315 c

Re: Microtonal midi output

2021-05-08 Thread Kieren MacMillan
Hi there, > Thanks for the reply. For example, I would like to play A minor scale with > normal A(440Hz). But I would like the interval A, B to be 203 cents instead > of 200. Or I would like the interval A, C to be 315 cents instead of 300 > cents. Sounds to me like you’ll either want to post-

Re: Microtonal midi output

2021-05-08 Thread Hans Åberg
> On 8 May 2021, at 22:18, brahim.pro wrote: > > Thanks for the reply. For example, I would like to play A minor scale with > normal A(440Hz). But I would like the interval A, B to be 203 cents instead > of 200. Or I would like the interval A, C to be 315 cents instead of 300 > cents. > > I

Re: Microtonal midi output

2021-05-08 Thread brahim.pro
Thanks for the reply. For example, I would like to play A minor scale with normal A(440Hz). But I would like the interval A, B to be 203 cents instead of 200. Or I would like the interval A, C to be 315 cents instead of 300 cents. If I understand your answer correctly the note is tied to the mid

Re: Microtonal midi output

2021-05-08 Thread ebenezer
I am interested in learning about this capability, too. I have 2 further questions: 1. What is ET? 2. Where is regular.ly available from? Thank you. On 2021-05-08 20:17, Hans Åberg wrote: On 8 May 2021, at 20:33, brahim.pro wrote: I would like to define a scale, let's say A minor, and sli

Re: Microtonal midi output

2021-05-08 Thread Hans Åberg
> On 8 May 2021, at 20:33, brahim.pro wrote: > > I would like to define a scale, let's say A minor, and slightly change the > frequency of the notes in the output MIDI file. I have trouble finding this > feature in the documentation. So does this feature exist and how to do that? In LilyPond

Microtonal midi output

2021-05-08 Thread brahim.pro
Hello, I would like to define a scale, let's say A minor, and slightly change the frequency of the notes in the output MIDI file. I have trouble finding this feature in the documentation. So does this feature exist and how to do that? Thanks, Brahim