Slider parameter "Lock" feature
Date | 2016-05-28 19:44 |
From | bubget |
Subject | Slider parameter "Lock" feature |
Hi again! Ok, how can one edit the widget sliders as to "lock" into fixed amounts.. For example: exact semitonal increments(according to scale is another idea) as opposed to interpolating throughout the frequency spectrum.. or, exact stretch amounts in soundwarp ie : 2x, 4x etc... I have been reading up on widgets, however, I haven´t found a solution-----forgive me if I missed it. Thanks in advance!! -- View this message in context: http://csound.1045644.n5.nabble.com/Slider-parameter-Lock-feature-tp5749931.html Sent from the Csound - General mailing list archive at Nabble.com. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-05-28 19:47 |
From | bubget |
Subject | Re: Slider parameter "Lock" feature |
Hi again! Ok, how can one edit the widget sliders as to "lock" into fixed amounts..? For example: exact semitonal increments(according to scale is another idea) as opposed to interpolating throughout the frequency spectrum.. or, exact stretch amounts in soundwarp ie : 2x, 4x etc... I have been reading up on widgets, however, I haven´t found a solution-----forgive me if I missed it. Thanks in advance!! edit: forgot question mark Sorry for double post, clarity is important......ask me for clarification if needed! -- View this message in context: http://csound.1045644.n5.nabble.com/Slider-parameter-Lock-feature-tp5749931p5749932.html Sent from the Csound - General mailing list archive at Nabble.com. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2016-05-29 12:35 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Ok, so update... I found that by using fltext instead of flslider, istep can used for incremental values..however, it still doesn't seem like one could define exact values(?) ie...a scale for example... On 28 May 2016 20:48, "bubget" <wstlopez@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Hi again! |
Date | 2016-05-29 12:42 |
From | Rory Walsh |
Subject | Re: Slider parameter "Lock" feature |
I'm not sure you can do this, and to be honest, the fltk stuff is not so popular anymore considering the more modern GUI tookits that are available for Csound these days. You could do it with Cabbage by updating the display each time you change a slider's value. It would involve a bit of work, but is doable. I'm not sure it is possible with CsoundQT. On 29 May 2016 at 12:35, T Lopez <wstlopez@gmail.com> wrote:
|
Date | 2016-05-29 12:46 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Ahh ok thanks! I wasn't aware that there was a more modern option available! On 29 May 2016 13:42, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 12:49 |
From | Rory Walsh |
Subject | Re: Slider parameter "Lock" feature |
www.cabbageaudio.com etc.. ;) It's a good time to be a Csounder! Also check out the home page for more cools things www.csound.com On 29 May 2016 at 12:46, T Lopez <wstlopez@gmail.com> wrote:
|
Date | 2016-05-29 12:55 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Yess, it would seem so! Thx for the links... I'm fairly new to programming, a bit of python and pure data.. Upon realizing some of my favorite sound design tools(Hadron and Cecilia5) use Csound I promptly downloaded it and got stuck in!! On 29 May 2016 13:49, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 13:52 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
I've just tried using grain3.csd/syncgrain.csd etc with cabbage and no gui comes up.....is that because the guis were made with fltk? Because the included instruments have functional guis... I did get some error messages about access points after installing, maybe it's related to that...the messages don't come up anymore though.. On 29 May 2016 13:55, "T Lopez" <wstlopez@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 14:03 |
From | Rory Walsh |
Subject | Re: Slider parameter "Lock" feature |
You shouldn't try running any of the FLTK stuff in Cabbage. Just use the instruments that ship with it. What OS are you on? On 29 May 2016 at 13:52, T Lopez <wstlopez@gmail.com> wrote:
|
Date | 2016-05-29 15:07 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Okok....I should have been specific, what I am trying to do is modify syncgrain.csd and partikkel-2.csd for an audiovisual installation that will use puredata(GEM) for the visuals... Partikkel-2.csd needs a gui, and with syncgrain I wanted to change the pitch in scale... On 29 May 2016 15:04, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 15:09 |
From | Rory Walsh |
Subject | Re: Slider parameter "Lock" feature |
Why not just use PureData to control Csound? That would reduce the need to depend on any other external tools. Simply create a Pd interface to whatever Csound files you need. On 29 May 2016 at 15:07, T Lopez <wstlopez@gmail.com> wrote:
|
Date | 2016-05-29 15:14 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Omg awesome idea...cheers, sorry, forgot to say I'm on Windows 8 On 29 May 2016 16:10, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 15:24 |
From | Rory Walsh |
Subject | Re: Slider parameter "Lock" feature |
If you find GEM isn't up to it in terms of your visuals you can also run Csound with processing :) Csound can be run with almost anything these days. On 29 May 2016 at 15:14, T Lopez <wstlopez@gmail.com> wrote:
|
Date | 2016-05-29 15:35 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Haha...you read my mind, so far GEM is doing what I need, but eventually I'll have to use Processing once I exhaust what GEM has to offer On 29 May 2016 16:24, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 17:11 |
From | Tarmo Johannes |
Subject | Re: Slider parameter "Lock" feature |
Hi,
in CsoundQt slider does not have step property, but scrollnumber or spinbox do (it is called "Resolution").
You can combine also scrollnumber with slider or meter - set both the the same channel and if you move, say scorllnumber, slider moves according to defined steps.
Or if you have CsoundQt with html5 support (or using Csound for node), you can do it with html5 'intput range' widget.
This is not what you were asking and probably not helpful, just for information or inspiration.
best! tarmo
On Sunday, May 29, 2016 12:42:00 PM you wrote: > I'm not sure you can do this, and to be honest, the fltk stuff is not so > popular anymore considering the more modern GUI tookits that are available > for Csound these days. You could do it with Cabbage by updating the display > each time you change a slider's value. It would involve a bit of work, but > is doable. I'm not sure it is possible with CsoundQT. > > On 29 May 2016 at 12:35, T Lopez <wstlopez@gmail.com> wrote: > > Ok, so update... > > > > I found that by using fltext instead of flslider, istep can used for > > incremental values..however, it still doesn't seem like one could define > > exact values(?) ie...a scale for example... > > > > On 28 May 2016 20:48, "bubget" <wstlopez@gmail.com> wrote: > >> Hi again! > >> > >> Ok, how can one edit the widget sliders as to "lock" into fixed > >> amounts..? > >> > >> For example: exact semitonal increments(according to scale is another > >> idea) > >> as opposed to interpolating throughout the frequency spectrum.. > >> > >> or, exact stretch amounts in soundwarp ie : 2x, 4x etc... > >> > >> I have been reading up on widgets, however, I haven´t found a > >> solution-----forgive me if I missed it. > >> > >> Thanks in advance!! > >> > >> edit: forgot question mark > >> > >> Sorry for double post, clarity is important......ask me for clarification > >> if > >> needed! > >> > >> > >> > >> -- > >> View this message in context: > >> http://csound.1045644.n5.nabble.com/Slider-parameter-Lock-feature-tp57499 > >> 31p5749932.html Sent from the Csound - General mailing list archive at > >> Nabble.com. > >> > >> Csound mailing list > >> Csound@listserv.heanet.ie > >> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > >> Send bugs reports to > >> > >> https://github.com/csound/csound/issues > >> > >> Discussions of bugs and features can be posted here > > > > Csound mailing list Csound@listserv.heanet.ie > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to > > https://github.com/csound/csound/issues Discussions of bugs and features > > can be posted here > > Csound mailing list > Csound@listserv.heanet.ie > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND > Send bugs reports to > https://github.com/csound/csound/issues > Discussions of bugs and features can be posted here
|
Date | 2016-05-29 17:15 |
From | Anders Genell |
Subject | Re: Slider parameter "Lock" feature |
I just thought I'd stand up a bit for fltk :-) In my mind (or just in my eyes?) csoundqt and blue (though I haven't used the latter much) are excellent composing environments, but I've always felt fltk is nice and clean as a performance gui. You can fairly easily whip up a window with a few controllers etc and since the fltk opcodes are included in csound (providing you enable them to be built if you cook you own) you just need a standard csound installation to get it to run on most systems. Cabbage is something of a hybrid, I'd say, especially with the -studio release. It is very nice looking and can do incredible stuff, but you might not need all those bells and whistles (especially since ring modulation and physical modeling is available in csound) to perform a piece? In essence: I like editing csd-files in a text editor and run csound from command line and for that fltk is an excellent gui. But for more exploratory work, especially dipping into the plethora of available instruments from the community (yes, I'm talking about you Mr McCurdy) then cabbage is fantastic, and to be able to export your instrument as a standalone app is nothing short of brilliant!! Regards, Anders
|
Date | 2016-05-29 18:02 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
Tarmo, your explanation was extremely useful, thank you... Anders, thanks as well, extremely helpful... I need all the info I can get! On 29 May 2016 18:15, "Anders Genell" <anders.genell@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-05-29 21:02 |
From | Michael Gogins |
Subject | Re: Slider parameter "Lock" feature |
You can do this in JavaScript which is considerably more powerful than Cabbage, rCsoundQt, or FLTK but it may take more code to do it. You can set an increment size on a slider, or you can set up a choicelist. You can use JavaScript with Csound in CsoundQt or in csound.node with nw.js (both currently available only for windows, but Linux should be coming soon).\ Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, May 29, 2016 at 1:02 PM, T Lopez |
Date | 2016-05-31 10:16 |
From | T Lopez |
Subject | Re: Slider parameter "Lock" feature |
I wasn't aware thanks! Thanks everyone for your input...I feel very welcomed, this is indeed a helpful community;-) On 29 May 2016 22:02, "Michael Gogins" <michael.gogins@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
You can do this in JavaScript which is considerably more powerful than |