Support

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

content management

For general discussion related FlowStone

Re: content management

Postby trogluddite » Sun Oct 06, 2013 1:33 pm

Yes, I hear what you're saying.
The solution, I think, is that the largest Ruby modules are ideally split down into small functional units - a form of 'primitive', so to speak. That way, there is much less of a need to look inside them - just as we cannot open primitives to see Malc's C++ code.
For the moment, many Ruby modules posted are very 'monolithic' - but that is mostly a consequence of developing the code. It is just simpler when editing/testing to build the code that way, and if the completed Ruby code meets the needs of a current project, it is much extra work to de-construct into simple "tools" - so the temptation is always to post a complete unit as a "fait accompli".

Another problem is that some of the new capabilities that Ruby allows do not interface easily with the 'green' world. For example, arrays in Ruby are incredibly powerful - containing multiple dimensions and mixed data types - but 'green' arrays are so limited in comparison that a "non-Ruby" interface can be nearly impossible to create.
I'm not sure that there is any easy way around that - part of the simplicity of 'visual modular' is the ability to easily see "F", "I", "S", and recognise the type of data and how it will behave. As you say, the "limitations" of green are also a strength in this case - Ruby is almost too versatile, and leaves us with only a generic connector which must rely on accurate documentation before we know how the connector may be used.

But possibly the biggest problem is that, for the moment, there are too few of us developing such things - and many of us are still overwhelmed adapting existing projects and learning all the new skills needed to make the most of Ruby. It may also be true that Ruby is being used even when primitives are a better solution - because 'emulating' the old methods in Ruby is the best way for folks to learn the new methods.
This is easily seen by how few new 'stream' DSP modules are posted recently, and billy's "X11" just about the only 'complete plugin' being developed 'in public'.
It was like this with assembly/DSP in the early days of SM - there was a long period of "maturing" before it reached the point of many "building blocks" being posted.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
trogluddite
 
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: content management

Postby tester » Sun Oct 06, 2013 2:17 pm

I agree. I think one of "issues" related to ruby is, that there is no list of "target applications" being developed yet. For example - do you see a reason of duplicating functionalities of green prims and some basic modules/solutions? I don't. True potential of ruby is in few cases:

- things difficult (amount of wires is not measure of difficulty) to get via green prims
- things not possible to get in other way than ruby
- things too complex to create via methods other than ruby

Having said that, an open question remains: "okay, so - how we define these little blocks of code? what are they? what (operations) should they do?". Knowing the answer, it's like making functional module packs in old SM ways. What would be good, is a development of abstract (but specific) directions and then concepts to cover with ruby, I guess. For example:

- array vs array operations ("hmm... what list of operations or directions it would be?")
- operations on external content (partial extraction, loading, saving, exchaning, converting)
- randomness, statistics, combinatorics (arrays vs numbers)
- text based operations (like handy dictionaries, coloring, sorting, measuring)
- ...and so on.
- (what types of operations we often do in various areas of interests, software, analysis?)

If we have different interests, then it will be easier to extend that list. That's the initial thought.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 86 guests