[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Denemo-devel] Problem with scheme script ReBar
From: |
Josue Abarca |
Subject: |
[Denemo-devel] Problem with scheme script ReBar |
Date: |
Wed, 12 Oct 2011 09:00:51 -0600 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hello, in Denemo 0.9.2, the scheme script: ReBar
(actions/menus/ObjectMenu/MovementMenu/ReBar)
seems that now is not detecting Time Signature changes[0].
I have been trying to debug the script using "Debugger".
The problem seems to be in "GetTimeSigChange", and the call to
d-InsertTimeSig.
I do not know why but, adding a call to "(Debugger)" right before the
call to d-InsertTimeSig "fixes" the problem.
Like this:
;;;;;;;;;;;;;;
(define (GetTimeSigChange)
(begin
(Debugger)
(set! TimeSig (string->number (d-InsertTimeSig
"query=timesigname") ))
)
);GetTimeSig
;;;;;;;;;;;;;;
In fact, adding any call to d-GetUserInput before the call to
d-InsertTimeSig "fixes" the problem.
Maybe this notes about the problem help to fix it :).
Cheers and thanks for your work in Denemo :).
P.D.:
Sorry for my English.
[0] http://jmaslibre.org/debian/denemo/time-signature-change.denemo
--
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511 DAF4 756B EB4B 70D8 FB2A
- [Denemo-devel] Problem with scheme script ReBar,
Josue Abarca <=