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
Search found 14 matches
- Mon Jun 22, 2015 3:05 pm
- Forum: General
- Topic: So, when is 64bit VST3.5.x be released in FS?
- Replies: 69
- Views: 146051
- Mon Apr 06, 2015 5:23 pm
- Forum: General
- Topic: home brew sequencer
- Replies: 33
- Views: 68831
Re: home brew sequencer
Anyone managed to create a step sequencer which syncs to midi ?
- Tue Mar 10, 2015 1:23 pm
- Forum: General
- Topic: I support 64Bit development
- Replies: 265
- Views: 2013862
Re: I support 64Bit development
Arg no 64 bit ? Using Bridges in a DAW is odd
Is there any alternative to Flowstone which supports exporting x64 VST ? Max ?
Is there any alternative to Flowstone which supports exporting x64 VST ? Max ?
- Tue Mar 10, 2015 11:59 am
- Forum: General
- Topic: So, when is 64bit VST3.5.x be released in FS?
- Replies: 69
- Views: 146051
Re: So, when is 64bit VST3.5.x be released in FS?
Any news on x64 Support?
- Fri Mar 06, 2015 1:28 pm
- Forum: General
- Topic: Is this possible with Flowstone ?
- Replies: 6
- Views: 12203
- Sat Feb 07, 2015 8:18 pm
- Forum: General
- Topic: Process MIDI data?
- Replies: 12
- Views: 28259
Re: Process MIDI data?
While you're right, I just wanted to encourage people to give your green solution a chance. Ruby is more of an advanced topic and involves knowledge of traditional programming. So I recommend trying to find green solutions first, if the people are just starting out.
In fact, I still see green as ...
In fact, I still see green as ...
- Mon Jan 26, 2015 10:03 pm
- Forum: General
- Topic: Persisting State
- Replies: 2
- Views: 7532
Persisting State
Hello,
I a have an application (currently standalone) which consists of some faders and dropdown (midi i/o).
Now I like that when I close the app, next time the fader positions are restored.
How would I do this please?
Whats the correct tearm for such behaviour ?
I tried seacrhing themanual by the ...
I a have an application (currently standalone) which consists of some faders and dropdown (midi i/o).
Now I like that when I close the app, next time the fader positions are restored.
How would I do this please?
Whats the correct tearm for such behaviour ?
I tried seacrhing themanual by the ...
- Sat Jan 24, 2015 4:04 pm
- Forum: General
- Topic: Is this possible with Flowstone ?
- Replies: 6
- Views: 12203
Re: Is this possible with Flowstone ?
Is is possibe to drag samples from the DAW or FileSystem to a Flowstone Plugin?
- Thu Dec 25, 2014 7:55 pm
- Forum: General
- Topic: Process MIDI data?
- Replies: 12
- Views: 28259
Re: Process MIDI data?
Ok hung notes are solved at least when playing, but when I move slider 1 the else branch is fired.
so essential I am looking for something like :
if some value comes from input 1 or 2 (0 is the midi input) do not fire any midi event
idea?
seeL: m
def event i,v,t
note=@ins[0]. ...
so essential I am looking for something like :
if some value comes from input 1 or 2 (0 is the midi input) do not fire any midi event
idea?
seeL: m
def event i,v,t
note=@ins[0]. ...
- Thu Dec 25, 2014 7:39 pm
- Forum: General
- Topic: Process MIDI data?
- Replies: 12
- Views: 28259
Re: Process MIDI data?
If you limit the minimum value you will get hung notes if your keyboard uses note-on with velocity=0 in place of note-off messages (which many seem to do).
Yeh looks like my controler do not send NoteOff values
I am using Abpletonb Push + PXT General via MIDI Loop
eDo you mean physical inputs ...