Re: [softwerk-dev] note input
Status: Beta
Brought to you by:
pbd
|
From: Reynald H. <be...@op...> - 2000-12-05 19:24:18
|
Paul Barton-Davis wrote: > which version do you have ? the RETURN stuff was added relatively > recently. do you still have to move the mouse to change the values of > the steps ? I just synched with cvs and now keyboard changes work fine. thanks. Mouse input is much better too now. > the patch i sent picks up the change immediately. if you're in the > middle of editing when the step is executed, you'll get the value on > display at that time (0 if the value is not a number or the entry is > blank). ok, I'll try this out. but it works much better right now anyway. right now, if I change the note without pressing "enter", when the note is played, the visual display turns back to the last entered note, so eventually the display will reflect what is being played. But I'll try out the patch too, and see which way I like better. About the patch, I can't seem to get it to work. I'm not much of a patch expert. thanks, reynald Here's what I get: patch -p0 <p.diff patching file sequence_ui.cc Hunk #1 FAILED at 578. 1 out of 1 hunk FAILED -- saving rejects to file sequence_ui.cc.rej patching file softwerk_ui.rc Hunk #1 FAILED at 157. 1 out of 1 hunk FAILED -- saving rejects to file softwerk_ui.rc.rej patching file step_ui.cc Hunk #1 FAILED at 52. Hunk #2 FAILED at 167. 2 out of 2 hunks FAILED -- saving rejects to file step_ui.cc.rej patching file step_ui.h Hunk #1 FAILED at 18. 1 out of 1 hunk FAILED -- saving rejects to file step_ui.h.rej |