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

MIDI recording: Previous recording played in "replace" mode #836

Closed
Gnlfz007 opened this issue Jun 30, 2020 · 3 comments
Closed

MIDI recording: Previous recording played in "replace" mode #836

Gnlfz007 opened this issue Jun 30, 2020 · 3 comments

Comments

@Gnlfz007
Copy link

Scenario:

  • MusE 3.1master, (git: master - 48451f3d - 2020-06-27 16:19:34 -0400)
  • Create MIDI track and connect in and out to ALSA device; external stage piano connected.
  • Record a bar or two, playing some notes
  • Switch record mode to "Replace"
  • Record the same track and part again, playing some different notes

Expected: Only the new recording is audible.

Observed: The first / overwritten recording is played (sent via MIDI) while recording and hearing the new notes. After recording, only the new notes are present (correct).

Workaround: Mute existing part while re-recording or remove part an record a new one.

This overlaps partly with #649 and #789, but these are related to punch in / punch out.

@terminator356
Copy link
Member

I am working hard on a fix at the moment. Been promising something soon but had delays.
Now I am back on it. It's tricky, there are three areas: The graphics drawing of the looping notes,
the playback of the looping notes, and finally the processing of the notes when recording stops.

There is a bonus waiting in all of this: It should no longer be required to choose a custom instrument
in order to record from devices that do not send note-offs, it will 'just work'.
Recall there was an issue about that, which I can't find now, a user was attempting to use a Wii Drums set,
which does not send note-offs most of the time. The solution required creating your own custom instrument
with the 'no note-offs' setting. Hopefully this will be no longer required.

@Gnlfz007
Copy link
Author

Gnlfz007 commented Jul 1, 2020

I'm not expecting immediate fixing, there is a workaround. I think that these major usability issues should have far more priority than some layout issues.

I'm not actually pleased with the number of such major issues I found in the near past, but I'm aware that unfunded open source projects need testing + reporting by the users. I WONDER why there is nobody else reporting such obvious bugs; anybody else actually using MusE?!

@spamatica
Copy link
Member

spamatica commented Jul 2, 2020 via email

@kybos kybos closed this as completed in bbf2741 Feb 12, 2021
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

No branches or pull requests

3 participants