Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a #17

Merged
merged 43 commits into from
Apr 19, 2020
Merged

a #17

merged 43 commits into from
Apr 19, 2020

Conversation

LostRobotMusic
Copy link
Owner

No description provided.

knittl and others added 30 commits October 27, 2019 21:17
…porting tracks.

Calling via QMetaObject::invokeMethod should be thread safe.

Crash callstack:

QWidget::move
SongEditor::updatePosition
Song::stop
Song::stopExport
ProjectRenderer::run
QThreadPrivate::start
`PianoRoll::mouseDoubleClickEvent` wasn't forwarding the event to the base class when not acting on the event. The base class calls `mousePressEvent`.

Fixes #3005
…#5306)

Knob::friendlyUpdate() can be called after the model is deleted
due to signal-slot connections.
Adding a check for the model fixes a crash due to null pointer dereference.
…dSubFx GUI. (#5299)

Calling .toUtf8().constData() returns a pointer which is invalid at the end of the statement.
It may be valid, but fails our CI
* Switch to Xenial build environment
* Add Carla submodule/weak linking support, related #3963 
* Fix Carla detection in AppImage, closes #5369
Fixes error: definition is marked ‘dllimport’
Per #4813
PhysSong and others added 13 commits March 25, 2020 11:09
This also fixes the underlying noise on instrument switches.
This removes a duplicate dataChanged() emit. Thanks to @PhysSong for the
hint.
# Conflicts:
#	.gitmodules
#	.travis.yml
#	.travis/linux..before_install.sh
#	.travis/linux..install.sh
#	CMakeLists.txt
#	cmake/linux/package_linux.sh.in
#	cmake/modules/BuildPlugin.cmake
#	include/AutomatableModel.h
#	plugins/MidiImport/MidiImport.cpp
#	plugins/carlapatchbay/CMakeLists.txt
#	plugins/carlarack/CMakeLists.txt
#	src/core/Song.cpp
#	src/core/Track.cpp
#	src/gui/editors/SongEditor.cpp
#	tests/src/core/AutomatableModelTest.cpp
Bias dropped clip position backwards
@LostRobotMusic LostRobotMusic merged commit b33596a into LostRobotMusic:master Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.