Skip to content

same note layering when sustain pedal is pressed - #3774

Merged
zonkmachine merged 1 commit into
LMMS:masterfrom
serdnab:sus_layering
Aug 26, 2017
Merged

same note layering when sustain pedal is pressed#3774
zonkmachine merged 1 commit into
LMMS:masterfrom
serdnab:sus_layering

Conversation

@serdnab

@serdnab serdnab commented Aug 24, 2017

Copy link
Copy Markdown
Contributor

fix for #3757
I moved the signal emission for note ended to where all notes (sustained and not sustained) go, the release process on NotePlayHandle:play

@PhysSong

Copy link
Copy Markdown
Member

Haven't tested yet, but looks good. I'll test it soon.

@PhysSong

Copy link
Copy Markdown
Member

Tested. It works great, and I can't find any regressions caused by this.

@zonkmachine zonkmachine left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested summarily. Works like a charm!

m_releaseStarted) )
{
m_releaseStarted = true;
if (m_releaseStarted == false)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't mix styles. This would be comparably to the rest of your changes in this PR and surrounding code.

if( m_releaseStarted == false )

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (a) is new convention, if( a ) is old one. Many things are written with old convention, which make the code inconsistent for recently edited files.
I suggest using new style in line 252.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. ;)

@serdnab

serdnab commented Aug 25, 2017

Copy link
Copy Markdown
Contributor Author

So, I have to change something?

@PhysSong

Copy link
Copy Markdown
Member

It'd be better to either change line 252 and 258 to new style, or use old convention in line 255.

@zonkmachine
zonkmachine merged commit e387e77 into LMMS:master Aug 26, 2017
@zonkmachine

Copy link
Copy Markdown
Contributor

So, I have to change something?

We had a discussion on this over at the discord developer channel. Since the conventions have changed the code base is inconsistent anyway. Merged. Thanks for fixing this!

zonkmachine pushed a commit that referenced this pull request Aug 26, 2017
@zonkmachine

Copy link
Copy Markdown
Contributor

Backported in efd0d34

@zonkmachine

Copy link
Copy Markdown
Contributor

An oops with this PR. Recording single streamed instruments just disappeared...

@serdnab

serdnab commented Aug 28, 2017

Copy link
Copy Markdown
Contributor Author

An oops with this PR. Recording single streamed instruments just disappeared...

@PhysSong I will use your proposed solution (here #3757 (comment)).
Do you want to code yourself?
If not, I will be glad of doing it myself.

@PhysSong

PhysSong commented Aug 28, 2017

Copy link
Copy Markdown
Member

I'm going to fix #3777. I'll try to fix this too.
If I say I've failed, please do this @serdnab.
Edit: #3777 is tricky to fix, so fix it if you can.

@serdnab

serdnab commented Aug 29, 2017

Copy link
Copy Markdown
Contributor Author

I will take a look at #3777,

An oops with this PR. Recording single streamed instruments just disappeared...

and are you on this?

@zonkmachine

Copy link
Copy Markdown
Contributor

I will take a look at #3777,

👍

and are you on this?

@PhysSong Is looking at this one. Maybe open a separate issue?

@PhysSong

Copy link
Copy Markdown
Member

Maybe open a separate issue?

👍 I think so.

@PhysSong

PhysSong commented Sep 2, 2017

Copy link
Copy Markdown
Member

I tried my suggestion in #3757 (comment). It seems to fix both issues, but it is an incomplete solution for #3777.

@serdnab

serdnab commented Sep 4, 2017

Copy link
Copy Markdown
Contributor Author

@PhysSong I have a solution for #3777 but I'm waiting your PR because I will use the place where you store the sustained notes.

@PhysSong

PhysSong commented Sep 4, 2017

Copy link
Copy Markdown
Member

@serdnab What is your solution for #3777?

@serdnab

serdnab commented Sep 6, 2017

Copy link
Copy Markdown
Contributor Author

@PhysSong

What is your solution for #3777?

Assign an unique ID for every recording instance of Note and then on finishRecordNote() at PianoRoll.cpp compare by that ID.

@PhysSong

PhysSong commented Sep 7, 2017

Copy link
Copy Markdown
Member

@serdnab That can be a permanent and fundamental solution, if the uniqueness is guaranteed and the ID won't be changed. I'll send a PR for single-stream recording fix.

@serdnab

serdnab commented Sep 9, 2017

Copy link
Copy Markdown
Contributor Author

The problem is not that instruments are single-stream, it is that they don't have a release.
Some instruments, even if they have envelope off, have an internal release.
Try with Vibed instrument and you will see that when envelope is on it records normally.

@zonkmachine

Copy link
Copy Markdown
Contributor

Try with Vibed instrument and you will see that when envelope is on it records normally.

Confirmed. sfxr too.

@zonkmachine zonkmachine mentioned this pull request Sep 9, 2017
@zonkmachine

Copy link
Copy Markdown
Contributor

An oops with this PR. Recording single streamed instruments just disappeared...

@PhysSong Is looking at this one. Maybe open a separate issue?

The problem is not that instruments are single-stream, it is that they don't have a release.
Some instruments, even if they have envelope off, have an internal release.

I don't have time to write up an issue for this right now. RC4?

@PhysSong

PhysSong commented Sep 9, 2017

Copy link
Copy Markdown
Member

I will open a PR that fixes recording single-stream instruments tomorrow. RC4 is really coming :)

PhysSong added a commit to PhysSong/lmms that referenced this pull request Sep 11, 2017
PhysSong added a commit to PhysSong/lmms that referenced this pull request Sep 18, 2017
Umcaruje pushed a commit that referenced this pull request Sep 18, 2017
)

* Revert "same note layering when sustain pedal is pressed (#3774)"

This reverts commit e387e77.

* Fix recording of sustained notes
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
…LMMS#3803)

* Revert "same note layering when sustain pedal is pressed (LMMS#3774)"

This reverts commit ab80176.

* Fix recording of sustained notes
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.

3 participants