Is it still possible for mathematicians to contribute to the theory of music?
$begingroup$
Is it still possible that mathematicians contribute to the theory of music? Is the mathematical foundation of music still an area of research? If yes, what new researches have been done regarding that?
soft-question music-theory
$endgroup$
|
show 2 more comments
$begingroup$
Is it still possible that mathematicians contribute to the theory of music? Is the mathematical foundation of music still an area of research? If yes, what new researches have been done regarding that?
soft-question music-theory
$endgroup$
2
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
1
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13
|
show 2 more comments
$begingroup$
Is it still possible that mathematicians contribute to the theory of music? Is the mathematical foundation of music still an area of research? If yes, what new researches have been done regarding that?
soft-question music-theory
$endgroup$
Is it still possible that mathematicians contribute to the theory of music? Is the mathematical foundation of music still an area of research? If yes, what new researches have been done regarding that?
soft-question music-theory
soft-question music-theory
asked Sep 16 '13 at 13:31
user66733user66733
4,82821350
4,82821350
2
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
1
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13
|
show 2 more comments
2
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
1
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13
2
2
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
1
1
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13
|
show 2 more comments
4 Answers
4
active
oldest
votes
$begingroup$
I know that a member of Mathoverflow Tobias Schlemmer works in this topic, you can consult with him.
$endgroup$
add a comment |
$begingroup$
Key reference:
Musical Instrument Digital Interface (MIDI)
That set theory is useful with digital music,
especially MIDI, seems not to be widely known.
Consider
a sequence consisting of the following chords: $F^1 , C^2 , G7^4$ .

Changing the chords means that
the set of notes $F^1 = {F,A,C}$ is replaced by the set of notes
$C^2 = {E,G,C}$ is replaced by the set of notes $G7^4 = {F,G,B}$ .
Mind the notes in common; these are joined by bows in the score.
In MIDI, first the notes in $F^1$ are set On (Note On).
After a duration of four beats, the notes in $C^2$ should sound.
In order to accomplish smooth transition of the chords,
this should be done by first hitting the chord $C^2$ before (immediately)
releasing the chord $F^1$. More in detail, apply a Note On event to the
elements in ${E,G,C}$ minus ${F,A,C} = {E,G}$ immediately followed
(timestep $0$) by a Note Off event applied to the elements in ${F,A,C}$
minus ${E,G,C} = {F,A}$ . Note that nothing happens with the note $C$ .
After a duration of four beats again, the notes in $G7^4$ should sound.
This should be done by first hitting the chord $G7^4$ before (immediately)
releasing the chord $C^2$. More in detail, apply a Note On event to the
members of the set $G7^4 setminus C^2$ immediately followed
by a Note Off event applied to the members of the set $C^2 setminus G7^4$ .
This is in a nutshell how chord transition works - or rather should work
- in MIDI. It's implemented in my personal mathematical contribution to music : MidiDoos .
$endgroup$
add a comment |
$begingroup$
Yes, specifically in the area of musical tuning theory: the xenharmonic wiki is a good place to read about this. Harmonic entropy and xenharmonic temperament theory are two relatively new topics with a lot of current (albeit somewhat obscure) research going on in them.
$endgroup$
add a comment |
$begingroup$
Aside from the mentioned set theory, many 20th century composers used various atonal techniques called 12-tone composition where each of the 12 notes between an octave were used sequentially before the sequence could be repeated. They would then apply various aspects of set theory to this which included transposition of the sequence, retrogrades of the sequence, and combinations thereof. Further 20th century techniques explored the overtone series and actually orchestrated overtone series which had some very interesting sonic effects. This could be equated to a sonic exploration of a Fourier series. I experimented with that myself back at university in a symphony that I never completed writing. The university orchestra did a reading of the incomplete work and it was quite a stunning sound. I had very strong bass C notes and basically orchestrated the instruments up the overtone series in decreasing dynamic intensity along with upper wind instruments basically scaling up and down the series. Despite having what should have been dissonant notes within the soundscape, they all served to reinforce the fundamental C pitch and gave it a rather striking and unique timbre!
As someone studying engineering mathematics and holding a music composition degree, I'm extremely curious about applying mathematical concepts to future compositions once I complete my engineering degree! (no time for that really at the moment unfortunately whilst I study).
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f495413%2fis-it-still-possible-for-mathematicians-to-contribute-to-the-theory-of-music%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I know that a member of Mathoverflow Tobias Schlemmer works in this topic, you can consult with him.
$endgroup$
add a comment |
$begingroup$
I know that a member of Mathoverflow Tobias Schlemmer works in this topic, you can consult with him.
$endgroup$
add a comment |
$begingroup$
I know that a member of Mathoverflow Tobias Schlemmer works in this topic, you can consult with him.
$endgroup$
I know that a member of Mathoverflow Tobias Schlemmer works in this topic, you can consult with him.
answered Sep 16 '13 at 14:06
Boris NovikovBoris Novikov
16.1k11529
16.1k11529
add a comment |
add a comment |
$begingroup$
Key reference:
Musical Instrument Digital Interface (MIDI)
That set theory is useful with digital music,
especially MIDI, seems not to be widely known.
Consider
a sequence consisting of the following chords: $F^1 , C^2 , G7^4$ .

Changing the chords means that
the set of notes $F^1 = {F,A,C}$ is replaced by the set of notes
$C^2 = {E,G,C}$ is replaced by the set of notes $G7^4 = {F,G,B}$ .
Mind the notes in common; these are joined by bows in the score.
In MIDI, first the notes in $F^1$ are set On (Note On).
After a duration of four beats, the notes in $C^2$ should sound.
In order to accomplish smooth transition of the chords,
this should be done by first hitting the chord $C^2$ before (immediately)
releasing the chord $F^1$. More in detail, apply a Note On event to the
elements in ${E,G,C}$ minus ${F,A,C} = {E,G}$ immediately followed
(timestep $0$) by a Note Off event applied to the elements in ${F,A,C}$
minus ${E,G,C} = {F,A}$ . Note that nothing happens with the note $C$ .
After a duration of four beats again, the notes in $G7^4$ should sound.
This should be done by first hitting the chord $G7^4$ before (immediately)
releasing the chord $C^2$. More in detail, apply a Note On event to the
members of the set $G7^4 setminus C^2$ immediately followed
by a Note Off event applied to the members of the set $C^2 setminus G7^4$ .
This is in a nutshell how chord transition works - or rather should work
- in MIDI. It's implemented in my personal mathematical contribution to music : MidiDoos .
$endgroup$
add a comment |
$begingroup$
Key reference:
Musical Instrument Digital Interface (MIDI)
That set theory is useful with digital music,
especially MIDI, seems not to be widely known.
Consider
a sequence consisting of the following chords: $F^1 , C^2 , G7^4$ .

Changing the chords means that
the set of notes $F^1 = {F,A,C}$ is replaced by the set of notes
$C^2 = {E,G,C}$ is replaced by the set of notes $G7^4 = {F,G,B}$ .
Mind the notes in common; these are joined by bows in the score.
In MIDI, first the notes in $F^1$ are set On (Note On).
After a duration of four beats, the notes in $C^2$ should sound.
In order to accomplish smooth transition of the chords,
this should be done by first hitting the chord $C^2$ before (immediately)
releasing the chord $F^1$. More in detail, apply a Note On event to the
elements in ${E,G,C}$ minus ${F,A,C} = {E,G}$ immediately followed
(timestep $0$) by a Note Off event applied to the elements in ${F,A,C}$
minus ${E,G,C} = {F,A}$ . Note that nothing happens with the note $C$ .
After a duration of four beats again, the notes in $G7^4$ should sound.
This should be done by first hitting the chord $G7^4$ before (immediately)
releasing the chord $C^2$. More in detail, apply a Note On event to the
members of the set $G7^4 setminus C^2$ immediately followed
by a Note Off event applied to the members of the set $C^2 setminus G7^4$ .
This is in a nutshell how chord transition works - or rather should work
- in MIDI. It's implemented in my personal mathematical contribution to music : MidiDoos .
$endgroup$
add a comment |
$begingroup$
Key reference:
Musical Instrument Digital Interface (MIDI)
That set theory is useful with digital music,
especially MIDI, seems not to be widely known.
Consider
a sequence consisting of the following chords: $F^1 , C^2 , G7^4$ .

Changing the chords means that
the set of notes $F^1 = {F,A,C}$ is replaced by the set of notes
$C^2 = {E,G,C}$ is replaced by the set of notes $G7^4 = {F,G,B}$ .
Mind the notes in common; these are joined by bows in the score.
In MIDI, first the notes in $F^1$ are set On (Note On).
After a duration of four beats, the notes in $C^2$ should sound.
In order to accomplish smooth transition of the chords,
this should be done by first hitting the chord $C^2$ before (immediately)
releasing the chord $F^1$. More in detail, apply a Note On event to the
elements in ${E,G,C}$ minus ${F,A,C} = {E,G}$ immediately followed
(timestep $0$) by a Note Off event applied to the elements in ${F,A,C}$
minus ${E,G,C} = {F,A}$ . Note that nothing happens with the note $C$ .
After a duration of four beats again, the notes in $G7^4$ should sound.
This should be done by first hitting the chord $G7^4$ before (immediately)
releasing the chord $C^2$. More in detail, apply a Note On event to the
members of the set $G7^4 setminus C^2$ immediately followed
by a Note Off event applied to the members of the set $C^2 setminus G7^4$ .
This is in a nutshell how chord transition works - or rather should work
- in MIDI. It's implemented in my personal mathematical contribution to music : MidiDoos .
$endgroup$
Key reference:
Musical Instrument Digital Interface (MIDI)
That set theory is useful with digital music,
especially MIDI, seems not to be widely known.
Consider
a sequence consisting of the following chords: $F^1 , C^2 , G7^4$ .

Changing the chords means that
the set of notes $F^1 = {F,A,C}$ is replaced by the set of notes
$C^2 = {E,G,C}$ is replaced by the set of notes $G7^4 = {F,G,B}$ .
Mind the notes in common; these are joined by bows in the score.
In MIDI, first the notes in $F^1$ are set On (Note On).
After a duration of four beats, the notes in $C^2$ should sound.
In order to accomplish smooth transition of the chords,
this should be done by first hitting the chord $C^2$ before (immediately)
releasing the chord $F^1$. More in detail, apply a Note On event to the
elements in ${E,G,C}$ minus ${F,A,C} = {E,G}$ immediately followed
(timestep $0$) by a Note Off event applied to the elements in ${F,A,C}$
minus ${E,G,C} = {F,A}$ . Note that nothing happens with the note $C$ .
After a duration of four beats again, the notes in $G7^4$ should sound.
This should be done by first hitting the chord $G7^4$ before (immediately)
releasing the chord $C^2$. More in detail, apply a Note On event to the
members of the set $G7^4 setminus C^2$ immediately followed
by a Note Off event applied to the members of the set $C^2 setminus G7^4$ .
This is in a nutshell how chord transition works - or rather should work
- in MIDI. It's implemented in my personal mathematical contribution to music : MidiDoos .
edited Jan 18 at 20:48
answered Dec 9 '14 at 21:15
Han de BruijnHan de Bruijn
12.2k22361
12.2k22361
add a comment |
add a comment |
$begingroup$
Yes, specifically in the area of musical tuning theory: the xenharmonic wiki is a good place to read about this. Harmonic entropy and xenharmonic temperament theory are two relatively new topics with a lot of current (albeit somewhat obscure) research going on in them.
$endgroup$
add a comment |
$begingroup$
Yes, specifically in the area of musical tuning theory: the xenharmonic wiki is a good place to read about this. Harmonic entropy and xenharmonic temperament theory are two relatively new topics with a lot of current (albeit somewhat obscure) research going on in them.
$endgroup$
add a comment |
$begingroup$
Yes, specifically in the area of musical tuning theory: the xenharmonic wiki is a good place to read about this. Harmonic entropy and xenharmonic temperament theory are two relatively new topics with a lot of current (albeit somewhat obscure) research going on in them.
$endgroup$
Yes, specifically in the area of musical tuning theory: the xenharmonic wiki is a good place to read about this. Harmonic entropy and xenharmonic temperament theory are two relatively new topics with a lot of current (albeit somewhat obscure) research going on in them.
answered Apr 15 '14 at 22:50
Nathan BeDellNathan BeDell
1,517915
1,517915
add a comment |
add a comment |
$begingroup$
Aside from the mentioned set theory, many 20th century composers used various atonal techniques called 12-tone composition where each of the 12 notes between an octave were used sequentially before the sequence could be repeated. They would then apply various aspects of set theory to this which included transposition of the sequence, retrogrades of the sequence, and combinations thereof. Further 20th century techniques explored the overtone series and actually orchestrated overtone series which had some very interesting sonic effects. This could be equated to a sonic exploration of a Fourier series. I experimented with that myself back at university in a symphony that I never completed writing. The university orchestra did a reading of the incomplete work and it was quite a stunning sound. I had very strong bass C notes and basically orchestrated the instruments up the overtone series in decreasing dynamic intensity along with upper wind instruments basically scaling up and down the series. Despite having what should have been dissonant notes within the soundscape, they all served to reinforce the fundamental C pitch and gave it a rather striking and unique timbre!
As someone studying engineering mathematics and holding a music composition degree, I'm extremely curious about applying mathematical concepts to future compositions once I complete my engineering degree! (no time for that really at the moment unfortunately whilst I study).
$endgroup$
add a comment |
$begingroup$
Aside from the mentioned set theory, many 20th century composers used various atonal techniques called 12-tone composition where each of the 12 notes between an octave were used sequentially before the sequence could be repeated. They would then apply various aspects of set theory to this which included transposition of the sequence, retrogrades of the sequence, and combinations thereof. Further 20th century techniques explored the overtone series and actually orchestrated overtone series which had some very interesting sonic effects. This could be equated to a sonic exploration of a Fourier series. I experimented with that myself back at university in a symphony that I never completed writing. The university orchestra did a reading of the incomplete work and it was quite a stunning sound. I had very strong bass C notes and basically orchestrated the instruments up the overtone series in decreasing dynamic intensity along with upper wind instruments basically scaling up and down the series. Despite having what should have been dissonant notes within the soundscape, they all served to reinforce the fundamental C pitch and gave it a rather striking and unique timbre!
As someone studying engineering mathematics and holding a music composition degree, I'm extremely curious about applying mathematical concepts to future compositions once I complete my engineering degree! (no time for that really at the moment unfortunately whilst I study).
$endgroup$
add a comment |
$begingroup$
Aside from the mentioned set theory, many 20th century composers used various atonal techniques called 12-tone composition where each of the 12 notes between an octave were used sequentially before the sequence could be repeated. They would then apply various aspects of set theory to this which included transposition of the sequence, retrogrades of the sequence, and combinations thereof. Further 20th century techniques explored the overtone series and actually orchestrated overtone series which had some very interesting sonic effects. This could be equated to a sonic exploration of a Fourier series. I experimented with that myself back at university in a symphony that I never completed writing. The university orchestra did a reading of the incomplete work and it was quite a stunning sound. I had very strong bass C notes and basically orchestrated the instruments up the overtone series in decreasing dynamic intensity along with upper wind instruments basically scaling up and down the series. Despite having what should have been dissonant notes within the soundscape, they all served to reinforce the fundamental C pitch and gave it a rather striking and unique timbre!
As someone studying engineering mathematics and holding a music composition degree, I'm extremely curious about applying mathematical concepts to future compositions once I complete my engineering degree! (no time for that really at the moment unfortunately whilst I study).
$endgroup$
Aside from the mentioned set theory, many 20th century composers used various atonal techniques called 12-tone composition where each of the 12 notes between an octave were used sequentially before the sequence could be repeated. They would then apply various aspects of set theory to this which included transposition of the sequence, retrogrades of the sequence, and combinations thereof. Further 20th century techniques explored the overtone series and actually orchestrated overtone series which had some very interesting sonic effects. This could be equated to a sonic exploration of a Fourier series. I experimented with that myself back at university in a symphony that I never completed writing. The university orchestra did a reading of the incomplete work and it was quite a stunning sound. I had very strong bass C notes and basically orchestrated the instruments up the overtone series in decreasing dynamic intensity along with upper wind instruments basically scaling up and down the series. Despite having what should have been dissonant notes within the soundscape, they all served to reinforce the fundamental C pitch and gave it a rather striking and unique timbre!
As someone studying engineering mathematics and holding a music composition degree, I'm extremely curious about applying mathematical concepts to future compositions once I complete my engineering degree! (no time for that really at the moment unfortunately whilst I study).
answered Jan 27 at 21:55
C. WolfeC. Wolfe
366
366
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f495413%2fis-it-still-possible-for-mathematicians-to-contribute-to-the-theory-of-music%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown

2
$begingroup$
math.stackexchange.com/questions/79885/… possibly related.
$endgroup$
– Dan Rust
Sep 16 '13 at 13:43
$begingroup$
@DanielRust: No, I had read that but that topic is mostly about book suggestions and reference request. On the other hand, this one is about the recent research done in this area, if there's any.
$endgroup$
– user66733
Sep 16 '13 at 13:46
1
$begingroup$
@some1.new4u How does that contradict that that link is related to this question?
$endgroup$
– Git Gud
Sep 16 '13 at 13:49
$begingroup$
When you ask "new researches", what do you mean by "new"? New since when?
$endgroup$
– MJD
Sep 16 '13 at 13:49
$begingroup$
It seems that IRCAM researches on this.
$endgroup$
– Billy Rubina
Sep 16 '13 at 14:13