GithubHelp home page GithubHelp logo

ultratools's Introduction

Ultratools

This is the git repository of Ultratools Editor, an editor for ultrastar songs. Ultratools is available for windows, mac os and linux. The binaries for mac and windows are available on sourceforge.

I accept with pleasure any idea and remark to improve the editor. Please make a pull request.

Building Ultratools

Build Status

On Linux

Require Qt >= 5.2.0

On Ubuntu >= 14.04

  1. Install qt:

    sudo apt-get install qtbase5-dev qttools5-dev-tools

  2. Download FMOD EX api here: http://www.fmod.org/download-previous-products/ and install it:

tar xvf fmodapilinux.tar.gz
sudo cp -r fmodapilinux/api/lib/* /usr/local/lib/.
sudo mkdir /usr/local/include/fmod/
sudo cp -r fmodapilinux/api/inc/* /usr/local/include/fmod/.
  1. Download Ultratools Editor and Build it
git clone https://github.com/Bramas/Ultratools.git
cd Ultratools/src
qmake "UltraTools Editor.pro"
make
sudo make install

On Mac Os X

Require Qt >= 5.4.0

On Windows

Require Qt >= 5.4.0

Licence

Under MIT License (MIT)

Copyright (c) 2015 Quentin Bramas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Author

Quentin Bramas.

Audio engine : FMOD Sound System by Firelight Technologies

ultratools's People

Contributors

bramas avatar s09bq5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ultratools's Issues

Won't Build

Hey
I am trying to build on linux and am getting this error.
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DVERSION=\"1.7\" -DVERSION_HEX=0x0107 -DOS_STRING=\"Linux\" -DUSE_MIDI -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/local/include/fmod -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o uShowSentenceWydget.o uShowSentenceWydget.cpp uShowSentenceWydget.cpp:60:23: error: ‘double abs(double)’ conflicts with a previous declaration double abs(double in_x) ^ In file included from /usr/include/c++/8.2.1/cstdlib:77, from /usr/include/c++/8.2.1/bits/stl_algo.h:59, from /usr/include/c++/8.2.1/algorithm:62, from /usr/include/qt/QtCore/qglobal.h:142, from /usr/include/qt/QtCore/qchar.h:43, from /usr/include/qt/QtCore/qstring.h:48, from /usr/include/qt/QtCore/qdatetime.h:44, from /usr/include/qt/QtCore/QTime:1, from uShowSentenceWydget.h:26, from uShowSentenceWydget.cpp:23: /usr/include/c++/8.2.1/bits/std_abs.h:70:3: note: previous declaration ‘constexpr double std::abs(double)’ abs(double __x) ^~~ make: *** [Makefile:1055: uShowSentenceWydget.o] Error 1

Support for M4A files

Since UltraStar Deluxe allows m4a files for a while now, it would be great to use them also in UltraTools Editor.

Kyrillic mp3 filename and FMODex

If my UTF8 pull request will be accepted, there will be another encoding problem with FMODex and mp3 filenames.

In my case kyrillic mp3 filename. FMOXex can't find that file because of the encoding issue.
I couldn't find a solution for that. But I have a possible workaround.

My proposal for a workaround:
Always make a temporary copy of the mp3 file inside the song folder with a static filename. This file should then be used for FMODex. After the edit session, the temporary mp3 file has to be deleted.

What do you think about it? Or do you have a solution for that problem?

Can't use left mouse button on RichHScrollBar

Due to my window manager's (Fluxbox) implementation of click to focus, there is an enterEvent for every left button click even if the mouse was already inside the widget. This resets _overType to OverNothing because of 0d930fe.

It is unclear to me what 0d930fe tries to improve by adding enterEvent and leaveEvent. If I remove the overriding methods, everything works fine and I am also no longer restricted to the application window when resizing the visible region with the right mouse button.

Compile Ultratools on Ubuntu 15.10

Hello,

I would like to compile Ultratools on Ubuntu 15.10.
I installed dependencies and fmodapi, like described in the Readme file.
But now, I don't know how to start the compilation, there is no makefile.
Thank you for your help.

LGDN.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.