ArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2008-10-31T12:40:28+02:00 https://brainmodular.com/forums/app.php/feed/topic/509 2008-10-31T12:40:28+02:00 2008-10-31T12:40:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=6031#p6031 <![CDATA[Audio to midi]]>
Right click anywhere, Modules-->Analysis-->AudioToMidi

There is now only one AudioToMidi , this is the last and the best.

Statistics: Posted by moody33 — 31 Oct 2008, 11:40


]]>
2008-10-31T11:57:53+02:00 2008-10-31T11:57:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=6029#p6029 <![CDATA[Audio to midi]]>
where I can find the module: "Audio to MIDI II" ?

regards

Charles

Statistics: Posted by cybercharles — 31 Oct 2008, 10:57


]]>
2007-09-20T22:09:51+02:00 2007-09-20T22:09:51+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2806#p2806 <![CDATA[Audio to midi]]> definitively looking forward to try it.

Statistics: Posted by neve — 20 Sep 2007, 22:09


]]>
2007-09-20T20:41:20+02:00 2007-09-20T20:41:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2802#p2802 <![CDATA[Audio to midi]]>
I the duet I have with Guillaume Orti (sax) I use it a lot:

- the position of the reading position in the pianoroll (a groove stuff) depends on the notes played by the sax
- a song which the tempo depends on the highness of the sax notes. Very fun but hard to play.

The main drawback is that it's sometime hard to have a very good precision in the analysis especially on stage with monitors, and PA system that corrupt the input sound.
but cool any way

Statistics: Posted by senso — 20 Sep 2007, 20:41


]]>
2007-09-20T18:01:35+02:00 2007-09-20T18:01:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2785#p2785 <![CDATA[Audio to midi]]> I do not have the full version of Usine so i can not try that efx :
Can this audio to midi module be used to give the host a tempo using a constant audio signal acting as a "trigger" ?
thank you

Statistics: Posted by neve — 20 Sep 2007, 18:01


]]>
2007-07-23T14:26:10+02:00 2007-07-23T14:26:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2429#p2429 <![CDATA[Audio to midi]]>
thanks.

Statistics: Posted by cmodica — 23 Jul 2007, 14:26


]]>
2007-07-23T13:19:19+02:00 2007-07-23T13:19:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2426#p2426 <![CDATA[Audio to midi]]> Normally the script is made to filter groups of notes and set the value into an acceptable range.
At the top of the script you will find two constants, that define the range:
const MIN_NOTE = 48;
const MAX_NOTE = 84;

Note Bellow the Min_NOTE and above MAX_NOTE are ignored.
Maybe it is the cause of your problems?

Change the values to
const MIN_NOTE = 0;
const MAX_NOTE = 127;
or whatever

Then press [ctrl+F9] to compile the script.

The "Audio to MIDI I" & "Audio to MIDI II" are a little different.

I] is more reactive (faster)
II] more precise

I Kept both to be able to choose which is the best for your purpose.
Just try them.

Statistics: Posted by senso — 23 Jul 2007, 13:19


]]>
2007-07-23T11:37:57+02:00 2007-07-23T11:37:57+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2424#p2424 <![CDATA[Audio to midi]]>
i try to use the "Audio to Midi patch" and i have a problem whith it. I should bypass the "Filter script" (Just before the last Midi out) because with this script connected the patch send always the same out and it is a noteoff. Always the same noteoff ?

So it works well without the script but just with "one shot sample" (of course, there is no noteoff send by the Midi Out).

Is it a bug in the script or something wrong in my own patch ?

(It is the same with the "Audio to Midi (Pitch)" and the "Audio to Midi (Pitch) I" Patches. What the difference beetween this two patches ?)

Thank you,
Christophe

Statistics: Posted by cmodica — 23 Jul 2007, 11:37


]]>
BrainModular BrainModular Users Forum 2008-10-31T12:40:28+02:00 https://brainmodular.com/forums/app.php/feed/topic/509 2008-10-31T12:40:28+02:00 2008-10-31T12:40:28+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=6031#p6031 <![CDATA[Audio to midi]]>
Right click anywhere, Modules-->Analysis-->AudioToMidi

There is now only one AudioToMidi , this is the last and the best.

Statistics: Posted by moody33 — 31 Oct 2008, 11:40


]]>
2008-10-31T11:57:53+02:00 2008-10-31T11:57:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=6029#p6029 <![CDATA[Audio to midi]]>
where I can find the module: "Audio to MIDI II" ?

regards

Charles

Statistics: Posted by cybercharles — 31 Oct 2008, 10:57


]]>
2007-09-20T22:09:51+02:00 2007-09-20T22:09:51+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2806#p2806 <![CDATA[Audio to midi]]> definitively looking forward to try it.

Statistics: Posted by neve — 20 Sep 2007, 22:09


]]>
2007-09-20T20:41:20+02:00 2007-09-20T20:41:20+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2802#p2802 <![CDATA[Audio to midi]]>
I the duet I have with Guillaume Orti (sax) I use it a lot:

- the position of the reading position in the pianoroll (a groove stuff) depends on the notes played by the sax
- a song which the tempo depends on the highness of the sax notes. Very fun but hard to play.

The main drawback is that it's sometime hard to have a very good precision in the analysis especially on stage with monitors, and PA system that corrupt the input sound.
but cool any way

Statistics: Posted by senso — 20 Sep 2007, 20:41


]]>
2007-09-20T18:01:35+02:00 2007-09-20T18:01:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2785#p2785 <![CDATA[Audio to midi]]> I do not have the full version of Usine so i can not try that efx :
Can this audio to midi module be used to give the host a tempo using a constant audio signal acting as a "trigger" ?
thank you

Statistics: Posted by neve — 20 Sep 2007, 18:01


]]>
2007-07-23T14:26:10+02:00 2007-07-23T14:26:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2429#p2429 <![CDATA[Audio to midi]]>
thanks.

Statistics: Posted by cmodica — 23 Jul 2007, 14:26


]]>
2007-07-23T13:19:19+02:00 2007-07-23T13:19:19+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2426#p2426 <![CDATA[Audio to midi]]> Normally the script is made to filter groups of notes and set the value into an acceptable range.
At the top of the script you will find two constants, that define the range:
const MIN_NOTE = 48;
const MAX_NOTE = 84;

Note Bellow the Min_NOTE and above MAX_NOTE are ignored.
Maybe it is the cause of your problems?

Change the values to
const MIN_NOTE = 0;
const MAX_NOTE = 127;
or whatever

Then press [ctrl+F9] to compile the script.

The "Audio to MIDI I" & "Audio to MIDI II" are a little different.

I] is more reactive (faster)
II] more precise

I Kept both to be able to choose which is the best for your purpose.
Just try them.

Statistics: Posted by senso — 23 Jul 2007, 13:19


]]>
2007-07-23T11:37:57+02:00 2007-07-23T11:37:57+02:00 https://brainmodular.com/forums/viewtopic.php?t=509&p=2424#p2424 <![CDATA[Audio to midi]]>
i try to use the "Audio to Midi patch" and i have a problem whith it. I should bypass the "Filter script" (Just before the last Midi out) because with this script connected the patch send always the same out and it is a noteoff. Always the same noteoff ?

So it works well without the script but just with "one shot sample" (of course, there is no noteoff send by the Midi Out).

Is it a bug in the script or something wrong in my own patch ?

(It is the same with the "Audio to Midi (Pitch)" and the "Audio to Midi (Pitch) I" Patches. What the difference beetween this two patches ?)

Thank you,
Christophe

Statistics: Posted by cmodica — 23 Jul 2007, 11:37


]]>