Search found 44 matches

by Matth23u
Tue Sep 01, 2020 4:42 am
Forum: General
Topic: Can Flowstone be loaded in FL with JBridge(64)?
Replies: 1
Views: 9037

Can Flowstone be loaded in FL with JBridge(64)?

Users successfully loaded flowstone VSTs with Jbridge, but would it work with Flowstone editor too?
by Matth23u
Mon Aug 31, 2020 6:06 am
Forum: General
Topic: Why don't i have access to 2019 version?
Replies: 2
Views: 10917

Re: Why don't i have access to 2019 version?

1Oh okay, will 64 bit ever be released?
2And exported VST midi ins and outs made available in hosts and in VST's list?
3I've found a software named JBridge, do you believe it could fix both?
4Do you believe FL Flowstone can be loaded on JBridge or adapted for FL's 32>64 adaptor wrapper that works on ...
by Matth23u
Fri Aug 21, 2020 3:16 am
Forum: General
Topic: Why don't i have access to 2019 version?
Replies: 2
Views: 10917

Why don't i have access to 2019 version?

The latest version i can get is 2016 but i registered in 2019. I won't renew before a while but i thought i should have access to the versions released during the matching year of purchase.
by Matth23u
Tue Sep 17, 2019 9:21 am
Forum: General
Topic: How to get midi note value in INT? note to int
Replies: 1
Views: 6830

How to get midi note value in INT? note to int

I used to be able to get midi notes with "Split" but now it just does nothing at all.. I used to be good at Synthmaker but i now it seems like it doesn'T always behave like i want it to. I used to convert midi notes to float in some old project but now it doesn'T work.

There's a lot of "simple but ...
by Matth23u
Sun Sep 15, 2019 4:32 am
Forum: General
Topic: What is the Flowstone Philosophy?
Replies: 1
Views: 7080

What is the Flowstone Philosophy?

As a Flowstoner, what should i have in mind?

Take it like i was an actor playing the role of a Flowstone Developer, which isn't true, but would help me see further in my flowstone objectives!
by Matth23u
Mon Jul 29, 2019 7:08 pm
Forum: General
Topic: I'm at learning Arrays of abit... A few questions
Replies: 9
Views: 18218

I'm at learning Arrays of abit... A few questions

I somewhat understand what arrays are, it separates multiple entries with commas which are combined and split procedurally.

But how can i convert a float array to multiple float entries so i can send them individually to different modules?

Is there some kind of array extract that works like BUS ...
by Matth23u
Tue Jul 16, 2019 11:36 pm
Forum: DSP
Topic: How best can i simplify "Redraw"?
Replies: 22
Views: 73919

Re: How best can i simplify "Redraw"?

Could there somehow be a new standard in VST created to allow data exchange between VSTs exported with DSP robotics?
Not only midi, but also text, floats, bools and more.
I imagined a way i could strip midi cc values from 0.00000 to 1 and submit data from a VSt to another with this such as text ...
by Matth23u
Tue Jul 16, 2019 6:47 am
Forum: DSP
Topic: How best can i simplify "Redraw"?
Replies: 22
Views: 73919

Re: How best can i simplify "Redraw"?

lol i finally made it! I made it so midi in and out works... But that implies that i have to exclude having a midi in out selector on the exported synth...

The file is a simple proof of concept.

Tho, how do i do if i want to make multiple midi out ports with different data on different ports? Hmm ...
by Matth23u
Tue Jul 16, 2019 5:58 am
Forum: DSP
Topic: How best can i simplify "Redraw"?
Replies: 22
Views: 73919

Re: How best can i simplify "Redraw"?

I've minimalized the whole things, removed the preset fading junk so it's simple and sweet.

Prototype does some kind of overdraw by having the view receiver on a different depth layer than the gui prim.

Tho... I'd really want some clever way to combine all images into one and remove the grey ...
by Matth23u
Fri Jul 12, 2019 8:11 am
Forum: DSP
Topic: How best can i simplify "Redraw"?
Replies: 22
Views: 73919

Re: How best can i simplify "Redraw"?

I'll make a quick EXE of what i'm trying to put together as an interface. It's an "akai midikix" relay that makes the whole projects record automation based on a relay interface instead of the haradware thing... Plus, it allows me to integrate some mathematics. Tho, i so badly need FlowStone to ...