If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
A couple of questions
5 posts
• Page 1 of 1
A couple of questions
Greetings,
1. is it possible to hide mouse cursor while interacting with a ruby knob?
2. preset manage with categories, is it possible?
*in this matter i tried to be creative by using multiple managers connected to selectors and basically use a manager per category, but that didnt worked out.
Anyways, i have been deeply imersed into flowstone since the lockdown, i have messing around with old projects and working in a new oscillator,, by the way this is a current project
https://www.youtube.com/watch?v=e2uwe2y ... e=youtu.be
regards
1. is it possible to hide mouse cursor while interacting with a ruby knob?
2. preset manage with categories, is it possible?
*in this matter i tried to be creative by using multiple managers connected to selectors and basically use a manager per category, but that didnt worked out.
Anyways, i have been deeply imersed into flowstone since the lockdown, i have messing around with old projects and working in a new oscillator,, by the way this is a current project
https://www.youtube.com/watch?v=e2uwe2y ... e=youtu.be
regards
- Ricciardo
- Posts: 51
- Joined: Wed Sep 11, 2013 10:19 am
Re: A couple of questions
Ricciardo wrote:Greetings,
1. is it possible to hide mouse cursor while interacting with a ruby knob?
2. preset manage with categories, is it possible?
*in this matter i tried to be creative by using multiple managers connected to selectors and basically use a manager per category, but that didnt worked out.
Anyways, i have been deeply imersed into flowstone since the lockdown, i have messing around with old projects and working in a new oscillator,, by the way this is a current project
https://www.youtube.com/watch?v=e2uwe2y ... e=youtu.be
regards
First, congrats on your project. The freely crossfading oscillators look and sound very promising!
1. Yes. Use the function
- Code: Select all
showCursor(true)
showCursor(false)
2. Possible? Yes. But not with the stock layout. And only with presets that are stored on disk. Has it been done already? No.
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: A couple of questions
Thank you for the kind words, took me a while to make that oscillator
About the code, i have been trying to use it, but i am not fluent in ruby enough
so far i didn't managed to do it, or maybe i am using it in the wrong seccion of the syntax.
its meant to be inside of the interaction
"def
end"
right?
About the code, i have been trying to use it, but i am not fluent in ruby enough
so far i didn't managed to do it, or maybe i am using it in the wrong seccion of the syntax.
its meant to be inside of the interaction
"def
end"
right?
- Ricciardo
- Posts: 51
- Joined: Wed Sep 11, 2013 10:19 am
Re: A couple of questions
Ricciardo wrote:its meant to be inside of the interaction
"def
end"
right?
Yes and no. I think you may be on the wrong path. When you do a mouse drag with the knob, you have 3 methods:
mouseLDown
mouseMoveCaptured
mouseLUpCaptured
you call showCursor(false) in mouseLDown and showCursor(true) in mouseLUpCaptured. See example.
- Attachments
-
- hide_mouse.fsm
- (438 Bytes) Downloaded 887 times
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: A couple of questions
Thanks a lot for the exaample, hidding the mouse will be very usefull when using in high sensitivity knobs
that require long rotations.
I leave an example of an animated knob with steps with mouse hide function
that require long rotations.
I leave an example of an animated knob with steps with mouse hide function
- Attachments
-
- Animated Knob With Steps (hidden Mouse).fsm
- (254.21 KiB) Downloaded 908 times
- Ricciardo
- Posts: 51
- Joined: Wed Sep 11, 2013 10:19 am
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 81 guests