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

[Plugin] Midi File Import 수정 #3 #3

Merged
merged 353 commits into from
Oct 18, 2021
Merged

Conversation

mgee044
Copy link
Collaborator

@mgee044 mgee044 commented Oct 18, 2021

목적

https://www.notion.so/pozalabs/LMMS-9ac2570f2c2b4d79b752dd8aa1a9ec20#cdd8e4665adf4e258f617246e39fac54

변경 사항

midi File Import 시 object model에서 signal을 호출하도록 수정

TODO (Optional)

-현재 dataChanged() signal 함수를 동일하게 호출(emit) 하고 있음 dataChanged는 데이터가 바뀔때 호출되야 하므로 init시 호출 될 함수 추가가 필요
ex) dataInit() signal 함수를 추가하여 dataCahgned() 함수와 구분할수 있도록 디자인을 분리하여 설계(slot 함수는 같음)

Followers (Optional)

@novdov @PhysSong

lukas-w and others added 30 commits October 29, 2019 22:42
* Ask users to search the tracker first
* Ask for the LMMS version in bug reports
We already run them on CircleCI with a newer Qt version.
…porting tracks.

Calling via QMetaObject::invokeMethod should be thread safe.

Crash callstack:

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

Fixes LMMS#3005
`PianoRoll::mouseDoubleClickEvent` wasn't forwarding the event to the base class when not acting on the event. The base class calls `mousePressEvent`.

Fixes LMMS#3005
* d/control: http -> https
* d/control: rearrange lists (one item per line + alphabetically ordered)
* d/copyright: http -> https
* Delete contributors.patch (integrated now)
* d/series: removes contributors.patch
@mgee044 mgee044 added the bug Something isn't working label Oct 18, 2021
@mgee044 mgee044 self-assigned this Oct 18, 2021
@mgee044 mgee044 merged commit a1082bf into master Oct 18, 2021
@mgee044 mgee044 deleted the hotfix/fix-modulation-zero branch October 18, 2021 09:31
@mgee044 mgee044 restored the hotfix/fix-modulation-zero branch October 18, 2021 09:33
mgee044 added a commit that referenced this pull request Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.