Search found 14 matches

by daslicht
Mon Apr 06, 2015 5:23 pm
Forum: General
Topic: home brew sequencer
Replies: 33
Views: 68855

Re: home brew sequencer

Anyone managed to create a step sequencer which syncs to midi ?
by daslicht
Tue Mar 10, 2015 1:23 pm
Forum: General
Topic: I support 64Bit development
Replies: 265
Views: 2014269

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 ?
by daslicht
Tue Mar 10, 2015 11:59 am
Forum: General
Topic: So, when is 64bit VST3.5.x be released in FS?
Replies: 69
Views: 146192

Re: So, when is 64bit VST3.5.x be released in FS?

Any news on x64 Support?
by daslicht
Fri Mar 06, 2015 1:28 pm
Forum: General
Topic: Is this possible with Flowstone ?
Replies: 6
Views: 12215

Re: Is this possible with Flowstone ?

bump :D
by daslicht
Sat Feb 07, 2015 8:18 pm
Forum: General
Topic: Process MIDI data?
Replies: 12
Views: 28281

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 ...
by daslicht
Mon Jan 26, 2015 10:03 pm
Forum: General
Topic: Persisting State
Replies: 2
Views: 7540

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 ...
by daslicht
Sat Jan 24, 2015 4:04 pm
Forum: General
Topic: Is this possible with Flowstone ?
Replies: 6
Views: 12215

Re: Is this possible with Flowstone ?

Is is possibe to drag samples from the DAW or FileSystem to a Flowstone Plugin?
by daslicht
Thu Dec 25, 2014 7:55 pm
Forum: General
Topic: Process MIDI data?
Replies: 12
Views: 28281

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]&#46 ...
by daslicht
Thu Dec 25, 2014 7:39 pm
Forum: General
Topic: Process MIDI data?
Replies: 12
Views: 28281

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 ...