liuanlin-mx
liuanlin-mx
I only tried a few audio tracks draw_spectrum is not efficient (region->read() takes a long time. Maybe the cache is invalid?)
> An interesting alternative to control the horizontal movement would be able to put markers that allow you to stretch/compress two notes at the same time just moving the boundary...
> An interesting alternative to control the horizontal movement would be able to put markers that allow you to stretch/compress two notes at the same time just moving the boundary...
> Maybe you could allow to use the arrow keys to move the currently selected note, this way is much more precise. > > Also, when dragging with the mouse,...
You need to install juce and vst3 sdk Download the VST SDK (http://www.steinberg.net/en/company/developers.html) copy vstsdk2.4/pluginterfaces to VST_SDK/VST3_SDK/ copy VST_SDK/VST3_SDK to MXTune/ Download Juce (https://github.com/juce-framework/JUCE 5.4.7) run Projucer File->Open MXTune/JUCE/mx_tune.jucer File->Global...
need vstsdk2.4
Yes But you can turn off vst2.x and only compile vst3.x vst_sdk2.4, vst3_sdk are provided by Steinberg, but vst_sdk2.4 download access has been closed
JUCE doesn't support LV2
I updated the juce version I did not encounter this error
SoundTouch: ``` ./bootstrap ./configure --enable-static --disable-shared make CXXFLAGS="-DSOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER=1 -fvisibility=hidden -fdata-sections -ffunction-sections -fPIC" LDFLAGS="-fPIC" sudo make install ``` Other ubuntu : sudo apt install libfftw3-dev libaubio-dev librubberband-dev libsamplerate0-dev