Search found 29 matches

by AnthonyTower
Sun Sep 17, 2017 1:12 pm
Forum: General
Topic: Python instead of Ruby
Replies: 0
Views: 10901

Python instead of Ruby

I'm aware some of you might be saying 'Huh?'.

It might be way to late in the ball game to change scripting languages, but this could still remain food for thought.
Python is so much more popular than Ruby is and could potentially attract a bigger crowd of developers.

'Just my two cents worth!
Cheers
by AnthonyTower
Fri Oct 31, 2014 10:32 pm
Forum: General
Topic: Flowstone under Linux Mint 17
Replies: 2
Views: 8486

Re: Flowstone under Linux Mint 17

Thank you for this great info!

If flowstone is to gain ground in this highly saturated market of robotic control software, it will be when you can disseminate your flowstone created .exes onto el-cheapo single board microcomputers just running Linux.

If you got that far using Crossover, knowing ...
by AnthonyTower
Sat Mar 22, 2014 12:26 am
Forum: General
Topic: Raspberry PI
Replies: 6
Views: 19257

Re: Raspberry PI

Thank you so much for all these great suggestions!

Although, if you were to take 4) i.e. the .NET route as in writing a dll with opc that would be like trying to get rid of an outbreak of ants in your apartment with a hand grenade...

If you take the .NET approach you may just as well use a ...
by AnthonyTower
Thu Mar 20, 2014 6:45 pm
Forum: General
Topic: Raspberry PI
Replies: 6
Views: 19257

Re: Raspberry PI

Yes,
but knowing how many Raspberry Pies that have been sold, well over a million I believe, wouldn't it make sense to offer a native component like there are for Phidgets and LabJack devices where the RP's 32 GPIOs would be directly accessible within FlowStone ?

That's very different than having ...
by AnthonyTower
Sat Dec 01, 2012 11:23 pm
Forum: General
Topic: FlowStone and Multi-processing
Replies: 2
Views: 10666

Re: FlowStone and Multi-processing

Ah ha, sequential-core processes than.

Not parallel processing, but at least multiple cores can get put to use within a single build and not just doze...

Cheers
by AnthonyTower
Fri Nov 30, 2012 6:04 pm
Forum: General
Topic: FlowStone and Multi-processing
Replies: 2
Views: 10666

FlowStone and Multi-processing

I was wondering if FlowStone 3 has a built-in scheduler so as to create exes and vst that can fully exploit multi-processing and multi-threading hardware like 4 and 8 core cpus.

Built-in schedulers multiplex multiple OS threads automatically over the nodes without the programmer having to deal with ...
by AnthonyTower
Sun Mar 04, 2012 1:20 am
Forum: General
Topic: How to read midi input signals from usb attached keyboard
Replies: 1
Views: 9688

Re: How to read midi input signals from usb attached keyboar

First start with a MIDI In component or an empty module where you have added a MIDI connector.
Then link that MIDI connector to any of the following components:

MIDI Aftertouch
MIDI Control Change
MIDI Pitch Bend
MIDI Splitter
MIDI Mono
which all output Integer values.

The 'Sysex to String ...
by AnthonyTower
Fri Mar 02, 2012 6:49 am
Forum: General
Topic: Video Overlay
Replies: 5
Views: 18676

Re: Video Overlay

...

My biggest hurdle in navigating Flowstone modules is actually finding what I'm looking for in among all the nested modules. Is there any trick or tip you can give me to help find buried code? Like a search or something?



You're not the only one with this problem.

The two main issues ...
by AnthonyTower
Tue Feb 07, 2012 3:18 am
Forum: General
Topic: v2 not working like v1 did! HELP!
Replies: 16
Views: 51137

Re: v2 not working like v1 did! HELP!

Thank you Embedded for so eloquently explaining that to us!!
I now have a much better understanding of the MGUI component

It might be worth mentioning here, at least for some of the more simple minded people like myself, a cool feature the MGUI hides.

Unlike other components, like for example ...
by AnthonyTower
Sat Feb 04, 2012 12:08 am
Forum: General
Topic: v2 not working like v1 did! HELP!
Replies: 16
Views: 51137

Re: v2 not working like v1 did! HELP!

This is the same in V1 & V2, nothing has changed here.
...
The order that you add components will set the layering, the newer components are on top. You can change the order on the top level by right clicking and selecting 'Send Back', 'Bring to Front' etc. (in edit mode - padlock open) . Or ...