I was looking into using Csound for this. I'm happy with my microtonal sequencer, but I'd like to be able to add notes using the mouse. I'm in the process of setting it up with a tiny canvas, so that I can drag the canvas around my score, with a "ghost" note following it, and hit a key to turn the ghost note into a real note.
Is there an external somewhere that supports simply reading the position and clicks of the mouse, rather than using a canvas that only follows when the mouse button is held down?
-Chuckk
-- "It is not when truth is dirty, but when it is shallow, that the lover of knowledge is reluctant to step into its waters." -Friedrich Nietzsche, "Thus Spoke Zarathustra"
Chuckk Hubbard wrote:
Is there an external somewhere that supports simply reading the position and clicks of the mouse, rather than using a canvas that only follows when the mouse button is held down?
what's wrong with [hid]?
if you need to be on w32, you could also try [gemmouse] (which only captures the Gem-window)
mfg.asdr. IOhannes
Yeah, I'm using Windows. I have access to OSX at school, but I do most of my work at home. HID does look interesting though. Thanks for the heads-up on [gemmouse], I'm exploring that now. I seem to remember GEM having no problem drawing arbitrary shapes, so I might be able to make a score with it. -Chuckk
On 3/14/06, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Chuckk Hubbard wrote:
Is there an external somewhere that supports simply reading the position
and
clicks of the mouse, rather than using a canvas that only follows when
the
mouse button is held down?
what's wrong with [hid]?
if you need to be on w32, you could also try [gemmouse] (which only captures the Gem-window)
mfg.asdr. IOhannes
-- "It is not when truth is dirty, but when it is shallow, that the lover of knowledge is reluctant to step into its waters." -Friedrich Nietzsche, "Thus Spoke Zarathustra"
Hallo, Chuckk Hubbard hat gesagt: // Chuckk Hubbard wrote:
Yeah, I'm using Windows. I have access to OSX at school, but I do most of my work at home. HID does look interesting though. Thanks for the heads-up on [gemmouse], I'm exploring that now. I seem to remember GEM having no problem drawing arbitrary shapes, so I might be able to make a score with it.
Another possibility is the [tot] external, which reports mouse actions per subpatch.
Frank Barknecht _ ______footils.org_ __goto10.org__