<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Is there a way to do artifical RRs via pitch shift in script?]]></title><description><![CDATA[<p dir="auto">What I'm thinking is going through the same RR group but pitch shifting the lower sample up and pitch shifting the upper sample down to get them at the same pitch. The workaround I found is to just have 3 RR groups with the same samples and pitch shift accordingly with the sample editor. But, I was wondering if there's a quicker way to do this with a script processor? I looked at the documentation and saw something like addPitchFade and I tried getting it with a sampler but I just couldn't get anything to work</p>
]]></description><link>https://forum.hise.audio/topic/14512/is-there-a-way-to-do-artifical-rrs-via-pitch-shift-in-script</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 17:28:37 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14512.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Mar 2026 21:59:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sun, 15 Mar 2026 22:46:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4919">@boim98208</a> It's just a little glitch in HISE, whenever you paste it dumps it in group 1 - but it selects the pasted samples, so all you need to do is after the paste, change the RR group</p>
<p dir="auto"><img src="/assets/uploads/files/1773614768177-32fd7004-86e3-4ed9-aa19-a68d9c2d52f4-image.png" alt="32fd7004-86e3-4ed9-aa19-a68d9c2d52f4-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The sampler table at the right of the mapping editor is also helpful for this kind of task.</p>
]]></description><link>https://forum.hise.audio/post/118799</link><guid isPermaLink="true">https://forum.hise.audio/post/118799</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sun, 15 Mar 2026 22:46:29 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sun, 15 Mar 2026 22:42:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> Back to this question of doing it within the sampler, I'm trying to figure out a quick way to do this. If I copy the samples, go to a new RR map, and paste, it'll always go back to the RR map that it was originally from seemingly no matter what I do. What I was doing for a bit was just going to the new RR map and importing the same samples back in, parsing data from the file name, but there has to be a more efficient way to do this, right? Am I copy and pasting wrong?</p>
]]></description><link>https://forum.hise.audio/post/118798</link><guid isPermaLink="true">https://forum.hise.audio/post/118798</guid><dc:creator><![CDATA[boim98208]]></dc:creator><pubDate>Sun, 15 Mar 2026 22:42:55 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sat, 14 Mar 2026 22:13:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4919">@boim98208</a> said in <a href="/post/118780">Is there a way to do artifical RRs via pitch shift in script?</a>:</p>
<blockquote>
<p dir="auto">Is it really easier?</p>
</blockquote>
<p dir="auto">It's easier than writing the script. It's only a few clicks in the sample editor.</p>
<p dir="auto">Once you have the script then loading it as an external script is easier.</p>
]]></description><link>https://forum.hise.audio/post/118781</link><guid isPermaLink="true">https://forum.hise.audio/post/118781</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 14 Mar 2026 22:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sat, 14 Mar 2026 22:07:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> Is it really easier? <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f605.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--sweat_smile" style="height:23px;width:auto;vertical-align:middle" title=":sweat_smile:" alt="😅" />I feel with a script I can just copy and paste that and be done with it</p>
]]></description><link>https://forum.hise.audio/post/118780</link><guid isPermaLink="true">https://forum.hise.audio/post/118780</guid><dc:creator><![CDATA[boim98208]]></dc:creator><pubDate>Sat, 14 Mar 2026 22:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sat, 14 Mar 2026 22:04:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3542">@griffinboy</a> could you send an example of what you mean? Also, this would be in the script processor of a midi processor, right?</p>
]]></description><link>https://forum.hise.audio/post/118779</link><guid isPermaLink="true">https://forum.hise.audio/post/118779</guid><dc:creator><![CDATA[boim98208]]></dc:creator><pubDate>Sat, 14 Mar 2026 22:04:52 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sat, 14 Mar 2026 22:04:51 GMT]]></title><description><![CDATA[<p dir="auto">Yes it can be done with scripting, I have a script module on github somewhere that does this. But doing it directly in the sampler as you have done is perfectly fine and is easier.</p>
]]></description><link>https://forum.hise.audio/post/118778</link><guid isPermaLink="true">https://forum.hise.audio/post/118778</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sat, 14 Mar 2026 22:04:51 GMT</pubDate></item><item><title><![CDATA[Reply to Is there a way to do artifical RRs via pitch shift in script? on Sat, 14 Mar 2026 22:03:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4919">@boim98208</a> I think it can be done with the event programming. So that when you note on, you ignore that note, and create instead your own artificial note event but you add some fine tune pitch to the note message.</p>
]]></description><link>https://forum.hise.audio/post/118777</link><guid isPermaLink="true">https://forum.hise.audio/post/118777</guid><dc:creator><![CDATA[griffinboy]]></dc:creator><pubDate>Sat, 14 Mar 2026 22:03:46 GMT</pubDate></item></channel></rss>