[Csnd] FLTK widgets in Csound 6
Date | 2013-06-01 18:48 |
From | Mark Brophy |
Subject | [Csnd] FLTK widgets in Csound 6 |
Are there any FLTK widget enhancements in Csound 6? I'd like to see a button that would allow me to turn a note on during the button down event and turn it off on the button up event. I suppose this is a long shot but are any widgets planned that support multi-touch?
|
Date | 2013-06-01 18:59 |
From | Rory Walsh |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
I don't think you are going to see any more work being done on the fltk stuff. There are loads of frontends now that will let you create GUIs for your instruments. I'm not sure if CsoundQT has multi-touch support for Windows 8, but I think it's something I can throw into Cabbage. On 1 June 2013 18:48, Mark Brophy wrote: > Are there any FLTK widget enhancements in Csound 6? I'd like to see a button > that would allow me to turn a note on during the button down event and turn > it off on the button up event. I suppose this is a long shot but are any > widgets planned that support multi-touch? > |
Date | 2013-06-01 19:20 |
From | Mark Brophy |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
It would be useful if you could add Windows 7 multi-touch (Windows 8 desktop) support to Cabbage. I haven't tried Cabbage so I'll do that soon.
On Sat, Jun 1, 2013 at 12:59 PM, Rory Walsh <rorywalsh@ear.ie> wrote: I don't think you are going to see any more work being done on the |
Date | 2013-06-01 19:22 |
From | Rory Walsh |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
To be honest it might already be there. I think the library I use has added multitouch. Try it out and let me know. sent from a mobile device... On 1 Jun 2013 19:21, "Mark Brophy" <mark@brophyworld.com> wrote:
|
Date | 2013-06-02 03:20 |
From | Mark Brophy |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
The buttons don't support multi-touch or even a single touch emulating a mouse. The user must use a real mouse to press a button in Windows 8 desktop (Windows 7). The buttons also react only to button up; the button down state is ignored. The button is a toggle switch like a check box. From the docs: Checkbox creates a checkbox which functions like a button only the associated caption will not change when the user checks it. Does the library you're using support tabbed widgets? I didn't see it in the Cabbage docs. On Sat, Jun 1, 2013 at 1:22 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2013-06-02 12:57 |
From | Rory Walsh |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
Yes that's right. Buttons merely toggle between 1 and 0. I've added tabs but it's not quite ready yet. It will be in the next release. On 2 June 2013 03:20, Mark Brophy wrote: > The buttons don't support multi-touch or even a single touch emulating a > mouse. The user must use a real mouse to press a button in Windows 8 desktop > (Windows 7). The buttons also react only to button up; the button down state > is ignored. The button is a toggle switch like a check box. From the docs: > > Checkbox creates a checkbox which functions like a button only the > associated caption will not change when the user checks it. > > Does the library you're using support tabbed widgets? I didn't see it in the > Cabbage docs. > > > > On Sat, Jun 1, 2013 at 1:22 PM, Rory Walsh |
Date | 2013-06-03 10:19 |
From | Mark Brophy |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
If you switch your user interface library to PySide or some other LGPL implementation of the Qt library, you'll get access to the QTouchEvent class to implement multi-touch. I suppose that's more work than you're willing to do but there doesn't seem to be an easier way to support touch input. On Sun, Jun 2, 2013 at 6:57 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Yes that's right. Buttons merely toggle between 1 and 0. I've added |
Date | 2013-06-03 14:26 |
From | Rory Walsh |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
I don't need to. As I said, I think cabbage already supports multi touch. did you try it? sent from a mobile device... On 3 Jun 2013 10:19, "Mark Brophy" <mark@brophyworld.com> wrote:
|
Date | 2013-06-03 18:13 |
From | Mark Brophy |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
Yes, I did. It doesn't work. It doesn't even emulate a mouse; no touches are recognized. On Mon, Jun 3, 2013 at 8:26 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2013-06-03 18:42 |
From | Rory Walsh |
Subject | Re: [Csnd] FLTK widgets in Csound 6 |
Thanks for checking Mark. I'll look into this when I get a chance. Hopefully it won't be too tricky but I'm afraid I can't do much until I have a multi touch device to check it on. sent from a mobile device... On 3 Jun 2013 18:14, "Mark Brophy" <mark@brophyworld.com> wrote:
|