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

zasfx preview noise while track playing #2575

Closed
zonkmachine opened this issue Feb 17, 2016 · 9 comments
Closed

zasfx preview noise while track playing #2575

zonkmachine opened this issue Feb 17, 2016 · 9 comments
Labels

Comments

@zonkmachine
Copy link
Member

To replicate:

  • open a new project
  • Punch in a couple of notes on the default kicker and press play
  • Press to preview zasfx->Arpeggios->Arpeggio1
  • Listen to the crackle/noise and see how it continues after the decay of the note if you keep the key pressed down. There is also distortion even if the track playing is muted.

I bisected this and came down to these four commits as possible suspects.

$ git bisect skip
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
1864dcfaa1260e2659c85d1fb63cb2d428e9f1ab
1deb80acc38c4f42a5d7859a8251a9b09caed65a
857de8d2c829dc688745f41ba8eddbe148a63a20
9a3d3cb3064e38c22b60d092a32edef1959673b9
We cannot bisect more!

My bet is: 857de8d

The ones I had to skip ( while bisecting ) because of failing to compile told me this:

... /lmms/src/core/FxMixer.cpp: In member function ‘virtual void FxChannel::doProcessing()’:
... /builds/lmms/src/core/FxMixer.cpp:173:50: error: ‘_buf’ was not declared in this scope
   m_stillRunning = m_fxChain.processAudioBuffer( _buf, fpp, m_hasInput );
                                                  ^
make[2]: *** [CMakeFiles/lmms.dir/src/core/FxMixer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/lmms.dir/all] Error 2
make: *** [all] Error 2

@zonkmachine
Copy link
Member Author

@Fastigium This might be an issue for you to take on... on a rainy day?

@tresf
Copy link
Member

tresf commented Feb 17, 2016

Likely unrelated, but reminds me a bit of #1644 since the arpeggio and Zyn is involved. 🍺

@Fastigium
Copy link
Contributor

This may very well be related to #2434. Note that I get some slight noise here while previewing Arpeggio1 even if no track is playing. It is a lot worse when a track is playing, though.

@Fastigium
Copy link
Contributor

Good chance that this is fixed as well by #2586; testing welcome. I'm signing off for today, phew 😴!

@zonkmachine
Copy link
Member Author

Fixed! 🍻
I stressed it good ( index finger is aching ) and nothing noisy happened that wasn't supposed to.

@Fastigium
Copy link
Contributor

@zonkmachine Awesome! Thanks for testing!

@Fastigium
Copy link
Contributor

This one can probably be closed now per the merging of #2586 😊

@Umcaruje
Copy link
Member

@Fastigium When an issue is fixed, you can simply close it and cross reference it with the fix. Like this:

@Umcaruje
Copy link
Member

Closed via #2586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants