Skip to content

crackerjacques/IzotopeRX_MarkerList_to_Reaper_CSV

Repository files navigation

IzotopeRX_MarkerList_to_Reaper_CSV

Import iZotope RX markers into your Reaper project.

The current version does not work if there is a space in the marker name, so I will upload a fixed version soon. Sorry! <-Now fixed

Requirements

Python 3.xx argparse

pip install argparse

How to Use

Type Command.

python rxtocsv.py -i your_rx_file.txt -o your_converted_file.csv

Then Import file.

IMG

rxtocsv-ez.py

This is easy version but run in only Windows.

first, install easygui

pip install easygui

Then type this command.

python rxtocsv-ez.py 

Select input text file and output csv dir.

If you want to run it by double-clicking, you can create a Powershell script or bat file.

open notepad then write

python rxtocsv-ez.py 
exit

then savefile and change extension .txt to bat

csvtorx.py

Do the opposite of rxtocsv.py

Therefore, import Reaper project markers into RX. IMG

By the way, my iMac fan spins too much...?

csvtorx-tk.py , rxtocsv-tk.py

TKinter implementation version.

They run on all of OS.

About

This script is convert Izotope RX Marker List file to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages