denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] [bug #47142] audio output when entering chords as notes o


From: Richard Shann
Subject: [Denemo-devel] [bug #47142] audio output when entering chords as notes on a staff don't sound fully
Date: Mon, 15 Feb 2016 16:04:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0

Update of bug #47142 (project denemo):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Yes, the scripts involve use a variety of methods to enter the notes in the
chord. Some don't sound the note entered (e.g. the
(d-AddLowestUpMajor7) and friends.
A quick fix would be to add
(d-PlayAtCursor)
as the last line in each script. That will sound the whole chord.

To prevent the chord being sounded before the(d-PlayAtCursor)
a
(d-MasterVolume 0)
might be good.
At the end restore the sound with
(d-MasterVolume 1)
and it may be needed to delay playing the chord until the (silent) playing of
the notes building up the chord have finished:
(d-OneShotTimer 300 "(d-PlayAtCursor)")

Let me know if this works for you. The results can be put back into Denemo.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47142>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]