<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Modartt user forum - midi Bézier curves plugin]]></title>
		<link>https://forum.modartt.com/viewtopic.php?id=12735</link>
		<description><![CDATA[The most recent posts in midi Bézier curves plugin.]]></description>
		<lastBuildDate>Sun, 02 Nov 2025 11:45:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: midi Bézier curves plugin]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1004814#p1004814</link>
			<description><![CDATA[<p>Indeed! You are very attentive! When I was looking for a high-resolution MIDI file, I wasn&#039;t at my main computer, the one I usually play on and where I have all my Pianoteq games saved. So, somewhere in the archives, I found &quot;some&quot; file from my homemade keyboard. I once reported on my homemade project in this thread: <br /><a href="https://forum.modartt.com/viewtopic.php?id=9126">https://forum.modartt.com/viewtopic.php?id=9126</a></p><p>This file is from this keyboard. This keyboard had problems processing noteOff events. So, to be able to at least somehow play, I added additional messages that would clean up the incorrectly working dampers. In addition, I experimented with sending additional messages at a speed of about 1, which would create a preliminary opening of the string before the main attack. In the end, I didn&#039;t really like this effect. It&#039;s better to play with regular note attacks. I significantly improved this prgoject with Now, with the new controller, playing is simply wonderful, I&#039;m very happy!</p>]]></description>
			<author><![CDATA[null@example.com (scherbakov.al)]]></author>
			<pubDate>Sun, 02 Nov 2025 11:45:52 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1004814#p1004814</guid>
		</item>
		<item>
			<title><![CDATA[Re: midi Bézier curves plugin]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1004760#p1004760</link>
			<description><![CDATA[<div class="quotebox"><cite>scherbakov.al wrote:</cite><blockquote><p>I&#039;ve been dreaming about this for a long time, and now, with the current capabilities, I&#039;ve made it. I wanted a curve editor for changing the speed of MIDI messages that would use Bézier curves. These curves can be curved very smoothly, which is exactly what I wanted. And today, we have amazing artificial intelligence models available, which we need to take advantage of. In a couple of evenings, I sketched out this app using the currently free minimax m2 AI model and the Rust language (I couldn&#039;t have done it that quickly myself). The app uses separate curves for noteON and noteOFF events. There are preset curve presets, and you can also create and save your own. The standalone app supports processing hi-res MIDI messages (for some reason, VST3 doesn&#039;t yet support this). Settings are remembered.<br />Available in the repository in the &quot;добавление-обработки-hires-midi &quot; branch (the repository is a bit chaotic). The Fedora app and VST plugin are located at &quot;build/midi_curves_v0.1.0&quot;</p><p><a href="https://www.youtube.com/watch?v=CtjtueLHJKM">https://www.youtube.com/watch?v=CtjtueLHJKM</a></p><p>This app was supposed to be multiplatform, a standalone app and VST3 plugin. I use Fedora Linux, and it seems to work for me. It even runs VST3. I can&#039;t say anything about other platforms yet. If anyone is interested, willing to figure it out, and try building it for other platforms, adding or changing anything, please give it a try!</p><p><a href="https://github.com/ScherbakovAl/vst_midi_curves/tree/%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BE%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B8-hires-midi">https://github.com/ScherbakovAl/vst_mid...hires-midi</a></p></blockquote></div><p> Quite a nice interface.&nbsp; &nbsp;<br />There is something strange though with the notes-off :<br />For instance at 1.07&nbsp; &nbsp;here is as sequence&nbsp; ( the note -off curve here is non linear) </p><p>Pianoteq timestamp :<br />1228,137&nbsp; &nbsp;note-on (A5&nbsp; ) velocity =28,414&nbsp; followed by&nbsp; note-off (A5 )&nbsp; vel= 0,766 and note-off (A5 )&nbsp; vel=46,430<br />1228,290&nbsp; &nbsp;note-on (Ab5) velocity =24,625&nbsp; followed by&nbsp; note-off (Ab5)&nbsp; vel=0,766 and note-off (Ab5) vel=46,430</p><p>Comment/Question : There are 2 note-off per note on which is odd . and the pattern is the same for other notes.Is your keyboard sending note-off values when you pass the middle sensor ( I know that Roland send note-off=0 to deal with repeated notes) ?<br />More importantly, the values for the note-off are&nbsp; identical for&nbsp; A5 and Ab5&nbsp; .The probability to have twice the same note-off velocity with hi-res midi is very low. Is your demo made with a midi file with constant note -off velocity values&nbsp; as opposed to playing a midi controller/keyboard with variable note-off capabilities ?&nbsp; &nbsp;Other hypothesis , it could be the DAW as some of them don&#039;t consider variable note-off velocities and transform them into fixed values.</p>]]></description>
			<author><![CDATA[null@example.com (Pianistically)]]></author>
			<pubDate>Fri, 31 Oct 2025 08:05:38 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1004760#p1004760</guid>
		</item>
		<item>
			<title><![CDATA[midi Bézier curves plugin]]></title>
			<link>https://forum.modartt.com/viewtopic.php?pid=1004683#p1004683</link>
			<description><![CDATA[<p>I&#039;ve been dreaming about this for a long time, and now, with the current capabilities, I&#039;ve made it. I wanted a curve editor for changing the speed of MIDI messages that would use Bézier curves. These curves can be curved very smoothly, which is exactly what I wanted. And today, we have amazing artificial intelligence models available, which we need to take advantage of. In a couple of evenings, I sketched out this app using the currently free minimax m2 AI model and the Rust language (I couldn&#039;t have done it that quickly myself). The app uses separate curves for noteON and noteOFF events. There are preset curve presets, and you can also create and save your own. The standalone app supports processing hi-res MIDI messages (for some reason, VST3 doesn&#039;t yet support this). Settings are remembered.<br />Available in the repository in the &quot;добавление-обработки-hires-midi &quot; branch (the repository is a bit chaotic). The Fedora app and VST plugin are located at &quot;build/midi_curves_v0.1.0&quot;</p><p><a href="https://www.youtube.com/watch?v=CtjtueLHJKM">https://www.youtube.com/watch?v=CtjtueLHJKM</a></p><p>This app was supposed to be multiplatform, a standalone app and VST3 plugin. I use Fedora Linux, and it seems to work for me. It even runs VST3. I can&#039;t say anything about other platforms yet. If anyone is interested, willing to figure it out, and try building it for other platforms, adding or changing anything, please give it a try!</p><p><a href="https://github.com/ScherbakovAl/vst_midi_curves/tree/%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BE%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B8-hires-midi">https://github.com/ScherbakovAl/vst_mid...hires-midi</a></p>]]></description>
			<author><![CDATA[null@example.com (scherbakov.al)]]></author>
			<pubDate>Tue, 28 Oct 2025 21:27:01 +0000</pubDate>
			<guid>https://forum.modartt.com/viewtopic.php?pid=1004683#p1004683</guid>
		</item>
	</channel>
</rss>
