Search found 17 matches

by SBMastering
Fri Jun 06, 2014 4:57 pm
Forum: DSP
Topic: VST Installer
Replies: 6
Views: 26672

Re: VST Installer

I saw that KVR post and I've tried innoscript without alot of success yet.

We need a really good solution here for Flowstone.
by SBMastering
Fri Jun 06, 2014 8:27 am
Forum: DSP
Topic: VST Installer
Replies: 6
Views: 26672

VST Installer

I'm looking for an installer for a VST that will default to the user's VST folder. I understand it usually has a registry value:

HKLM\SOFTWARE\VST

Has anyone had success with any such installers?
by SBMastering
Thu Jan 16, 2014 1:24 am
Forum: DSP
Topic: New DLL calling feature
Replies: 11
Views: 48162

Re: New DLL calling feature

Really glad you guys told me that -- really helps me out! Will a Flowstone VST work with one of those Mac Protools VST adapters, non-bootcamped?
by SBMastering
Wed Jan 15, 2014 4:02 pm
Forum: DSP
Topic: New DLL calling feature
Replies: 11
Views: 48162

Re: New DLL calling feature

I was under the impression that since Flowstone uses opcodes, which are built into the PC processors, that the VST plugins it creates would not run under bootcamped Windows. Maybe Flowstone itself does, but it's plugins do not? I've never actually tried it though.
by SBMastering
Tue Jan 14, 2014 4:14 pm
Forum: DSP
Topic: New DLL calling feature
Replies: 11
Views: 48162

Re: New DLL calling feature

Here's a question -- could we call DLLs in such a way that we avoid opcode use, then compile VSTs that could run under bootcamped Windows on a Mac?

Flowstone has one fatal drawback -- it is not crossplatform. This limits it to being a prototyping tool. I dream of it being programmed to use the ...
by SBMastering
Tue Jan 14, 2014 3:52 pm
Forum: DSP
Topic: help from poem writers
Replies: 1
Views: 10875

Re: help from poem writers

Dear DSPRobotics, if you make me a moderator, I will delete stuff like this when it comes up. That is all.
by SBMastering
Mon Jan 13, 2014 11:12 pm
Forum: DSP
Topic: Command Line Execution
Replies: 0
Views: 10685

Command Line Execution

Does anyone have any experience doing command-line execution with Flowstone?

I have an executable to which I want to feed numerical parameters from Flowstone. I'd like to have some variables in Flowstone, maybe A and B and then use the values they hold as the parameters.

So lets say A = 5 and B ...
by SBMastering
Mon Jan 13, 2014 10:01 pm
Forum: DSP
Topic: New DLL calling feature
Replies: 11
Views: 48162

New DLL calling feature

I've got a few thoughts and questions about using external .dll files with Flowstone. I've just gotten started with making multiplatform plugins with C++ so it's come just in time.

First, the big question -- could this be used to call an external plugin? VSTs are .dll files after all. Could we ...
by SBMastering
Thu Nov 07, 2013 9:23 pm
Forum: DSP
Topic: Active Window Detection
Replies: 1
Views: 10827

Active Window Detection

I've designed a plugin where the hotkeys/keyboard shortcuts are very important.

If the plugin window is not the active window, then the hotkeys/keyboard shortcuts won't work. Instead, they will control the DAW.

I'd like to have something in the GUI to show if the plugin window is active or not ...
by SBMastering
Wed Aug 21, 2013 6:15 pm
Forum: DSP
Topic: Track Marker Move Event?
Replies: 1
Views: 10620

Track Marker Move Event?

When you hit play in a DAW, you can move the track cursor around to skip to different parts of the recording during playback.

There is a component in Flowstone called "Is Playing", which always shows true even when you skip around with the track cursor. It seems that "Is Playing" only shows false ...