Search found 13 matches

by TomC
Sun Jan 06, 2013 1:01 am
Forum: General
Topic: Ruby namespace best practice.
Replies: 16
Views: 43867

Re: Ruby namespace best practice.


The trouble is that the Ruby namespace is global to everything sharing the same Ruby interpreter

Since I've never written a single line of Ruby code I don't know if this is possible: in Java, packages can have the reverse domain name (if you have an own (unique) one of course) as part of the ...
by TomC
Mon Dec 24, 2012 12:59 am
Forum: General
Topic: Debugging Tool V006
Replies: 18
Views: 50003

Re: Xmas Prezzie - Debugging Tool

trogluddite wrote:Make sure to delete them before you share your final export with the world - the unusual network activity might scare people!


Just add a global 'Off' switch to disable them.

Tom
by TomC
Mon Dec 24, 2012 12:57 am
Forum: General
Topic: Debugging Tool V006
Replies: 18
Views: 50003

Re: Xmas Prezzie - Debugging Tool

Seasons greetings, everyone.
Couldn't let the Xmas holidays go by without posting up a little present for you all - so here's a little tool I've been working on that I hope you'll find useful.


Hey, that's great. I started something similar, but never found the time to make it nice and sexy ...
by TomC
Wed Dec 19, 2012 11:18 am
Forum: General
Topic: mono to frame module question
Replies: 10
Views: 34299

Re: mono to frame module question

Solved.
Good to hear!

Just wondering whether this Is a universal solution or only suited for your own equipment...
For instance: what happens if the soundcard's driver latency is 128 samples and one would request 192 samples at once? (or am I misinterpreting the "output 192"?)

I guess you'll ...
by TomC
Tue Nov 06, 2012 12:12 am
Forum: General
Topic: FlowStone 3 - Available Now
Replies: 19
Views: 67155

Re: FlowStone 3 - Available Now

Congratulations for the new realease

One thing I wonder is, I own both SynthMaker Professional Edition and FlowStone 1.1.5 Professional Edition, but your download page says I'm not eligible for updates and have to buy it like any other (new) user.

Did you change your update-policy compared to ...
by TomC
Wed Jan 19, 2011 3:10 pm
Forum: General
Topic: Server in .exe issue *FIXED*
Replies: 6
Views: 29320

Re: Server in .exe issue

Hi, i can not make the Network Server module work when exported to .exe, it just won't start and seems not even try to connect. It do work inside FS, also Network Client works in .exe but not the server or am i missing something?

Did you exit FlowStone before starting the executable?

Because, if ...
by TomC
Thu Dec 02, 2010 8:54 pm
Forum: General
Topic: http Post
Replies: 5
Views: 23814

Re: http Post

Embedded wrote:Check out the blog:
http://www.dsprobotics.blogspot.com/

It's there!


I see the blog, but I can't see the primitive. Is it NOT part of the professional version?

Tom
by TomC
Sat Nov 13, 2010 12:01 am
Forum: General
Topic: Web Audio Stream Application does not work
Replies: 7
Views: 18193

Re: Web Audio Stream Application does not work

I've put the libs into the Windows/SysWOW64 folder, but the only working link is exactly YOUR example. I've found 2 other ones which heavily stutter, everything else does not work at all.

Should a simple m3u playlist pointing to mp3 files work?

Tom
by TomC
Sat Nov 06, 2010 6:51 pm
Forum: General
Topic: Flowstone as digital effects pedal?
Replies: 1
Views: 12821

Re: Flowstone as digital effects pedal?

Xan wrote:Where would I get a chip to run the .exe from Flowstone?


You need more or less an embedded system for your executable. Plus some interfaces to communicate to the outside world.
Not THAT hard to implement, but more on the expensive side of things.

Tom
by TomC
Thu Nov 04, 2010 8:38 pm
Forum: General
Topic: Save audio stream?
Replies: 0
Views: 12923

Save audio stream?

Hello,

There's a 'Text Save' primitive that lets you save a given text, a 'Video Save' primitive that lets you save a video, but NO 'Stream Save' or 'Audio Save'.

I know that there's R&D component 'SaveWave' available, but that one can only save from a mem-input which I can't feed from a stream ...