# QFrqEditor **Repository Path**: functioner/qfrqeditor ## Basic Information - **Project Name**: QFrqEditor - **Description**: Advanced frequency map editor for UTAU resamplers. - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-28 - **Last Updated**: 2022-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QFrqEditor ## Intro QFrqEditor is an open-source software and a cross-platform frequency map editor for UTAU resamplers. QFrqEditor inherits most of the functionality from frq-editor made by masao, and adds lots of features of mordern editing softwares to provide UTAU community with convenience and user-friendly experience. ## Supported Formats + frq generated by resampler + vs4ufrq generated by vs4u + frc generated by model4 + pmk generated by TIPS + dio generated by world4utau + mrq generated by moresampler ## Build from source The whole QFrqEditor source code is written in C++ with Qt library. In order to facilitate code reuse and reduce compile trouble, the project uses as few other static libraries as possible. You can compile the source code in Qt Creator without any further preparation and it should successfully build the executable file with a few minite. Qt 5.15.2 or higher version is required. ## Open-source softwares used ### Qt 5.15.2 + Home: https://www.qt.io/ + License: LGPL v3 + Owner: Qt Company ### Frq Reader + Code Page: https://github.com/titinko/frq_reader + License: MIT License + Owner: titinko ## Other Frquency Map File ### Frq Reader + Code Page: https://github.com/titinko/frq_reader + License: MIT License + Owner: titinko ### VocalShifter + Home: http://ackiesound.ifdef.jp/soko.html + License: *Unknown* ### Mrq + Code Page: https://github.com/Sleepwalking/mrq + License: BSD + Owner: Kanru Hua ### Pmk (TIPS frequency map file) + Origin: ScientistB + Owner: Masao + License: *Unknown* ### World4Utau + Code Page: https://github.com/Luk3M/world4utau + License: GPL v3 + Owner: Luk3M