<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Exporting all instruments in a Rip - Python &amp; RipScript API Programming Tips &amp; Advice				            </title>
            <link>https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/exporting-all-instruments-in-a-rip/</link>
            <description>RipX Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Jul 2026 03:58:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Exporting all instruments in a Rip</title>
                        <link>https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/exporting-all-instruments-in-a-rip/#post-2</link>
                        <pubDate>Fri, 12 Jul 2019 09:04:08 +0000</pubDate>
                        <description><![CDATA[The full list is available by clicking on objects from &#039;Help&gt;RipScript Reference&#039;.Alternatively, here is the direct linkexport an instrument, you could do something like this. Currently i...]]></description>
                        <content:encoded><![CDATA[<p>The full list is available by clicking on objects from 'Help&gt;RipScript Reference'.</p><p>Alternatively, here is the direct link:</p><p><a href="https://docs.google.com/spreadsheets/d/1S9P63uzE6VnXOodjjhaGzODbxbAZA96oh9XI0RGnJes">https://docs.google.com/spreadsheets/d/1S9P63uzE6VnXOodjjhaGzODbxbAZA96oh9XI0RGnJes</a></p><p>To export an instrument, you could do something like this. Currently its not possible to loop through all instruments in a rip, however you could loop the following code setting a different instrument name each time:</p><p>    instrument_name = "Piano"<br />    # Create a temporary RipCut to store the piano notes<br />    ripcut = rip.new_ripcut(instrument_name)<br />    # Create a NoteGroup by filtering all notes in the rip that match the instrument_name and then copy it to the temporary RipCut<br />    rip.notes.filter(add=instrument(instrument_name)).copy_to(ripcut)<br />    # Export the RipCut as a 16-bit wav<br />    ripcut.export(file="Piano.wav", type=WAV16)<br />    # If no longer need the RipCut, can delete it<br />    #ripcut.delete()</p>]]></content:encoded>
						                            <category domain="https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/">Python &amp; RipScript API Programming Tips &amp; Advice</category>                        <dc:creator>hitnmix admin</dc:creator>
                        <guid isPermaLink="true">https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/exporting-all-instruments-in-a-rip/#post-2</guid>
                    </item>
				                    <item>
                        <title>Exporting all instruments in a Rip</title>
                        <link>https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/exporting-all-instruments-in-a-rip/#post-1</link>
                        <pubDate>Fri, 12 Jul 2019 08:20:26 +0000</pubDate>
                        <description><![CDATA[I can&#039;t seem to find the list of commands you can use. Is this available anywhere? I want to make a RipScript which exports all of the instruments in a Rip file to a specified format. It mus...]]></description>
                        <content:encoded><![CDATA[<p>I can't seem to find the list of commands you can use. Is this available anywhere? I want to make a RipScript which exports all of the instruments in a Rip file to a specified format. It must be possible... hmm</p>]]></content:encoded>
						                            <category domain="https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/">Python &amp; RipScript API Programming Tips &amp; Advice</category>                        <dc:creator>jh9919</dc:creator>
                        <guid isPermaLink="true">https://hitnmix.com/community/python-ripscript-api-programming-tips-advice/exporting-all-instruments-in-a-rip/#post-1</guid>
                    </item>
							        </channel>
        </rss>
		