Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » SonicBirth
Thread Read
SonicBirth v2 alpha
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Tue Nov 20, 2012 9:46 am reply with quote
makira wrote:
zmix wrote:
Bad Crash when I attempt to connect the output node of this SB2 algo:

http://www.zmix.net/SB2/DiffuseDelay.sb2au


Fixed:
https://dl.dropbox.com/s/fdr80mhcfv6lbpp/DiffuseDelay_fixed. sb2au.zip?dl=1

Basically, the z-1 element was not connected in a way that should be allowed.

I'm in a hurry so I'll explain in more details later. I'll probably have to rething the whole feedback mechanism.

Cheers!


Is seems nested Feedback loops are problematic...?
^ Joined: 17 Aug 2005  Member: #78426  
makira
KVRist
- profile
- pm
PostPosted: Wed Nov 21, 2012 7:12 am reply with quote
The z-1 element can't be placed anywhere in the loop, it has to be placed right before connecting back to an element that has already been traversed by the parser which starts at the output and recursively climbs the input of each module.

I've been placing them correctly subconsciously...

There's two way to fix the crash you had:
1) Fix the code so z-1 elements can only be connected when they are at the right place.
2) Automatically insert them at the right place

I'm leaning toward 2, but it is non-trivial to implement.

In any case, here's a new alpha, with a bunch of added mathematical functions.

https://dl.dropbox.com/s/f8lufrjtzx7odjk/SonicBirth_alpha_21 nov2012.zip?dl=1
^ Joined: 24 Mar 2005  Member: #62754  
Kewl
KVRist
- profile
- pm
- www
PostPosted: Wed Nov 21, 2012 7:54 am reply with quote
makira wrote:
In any case, here's a new alpha, with a bunch of added mathematical functions.

Thanks!
^ Joined: 11 Apr 2007  Member: #147136  Location: Montreal, Canada
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Wed Nov 21, 2012 9:11 am reply with quote
Hi Makira,

One request: Can you -please- rename the program "SonicBirth2" (or even "SonicBirthDeux")?

I need to have the original version available and open if I am to be able to port my old algos.

Merci..!
^ Joined: 17 Aug 2005  Member: #78426  
makira
KVRist
- profile
- pm
PostPosted: Wed Nov 21, 2012 9:19 am reply with quote
zmix wrote:
Hi Makira,

One request: Can you -please- rename the program "SonicBirth2" (or even "SonicBirthDeux")?

I need to have the original version available and open if I am to be able to port my old algos.

Merci..!


I often use both versions at the same time without any issues, even if they have the same name.
Just don't put them in the same folder, though if you really need to, you can rename SB v1 to SonicBirth1.app, it should still work fine.
^ Joined: 24 Mar 2005  Member: #62754  
krenzo2
KVRer
- profile
- pm
PostPosted: Tue Nov 27, 2012 1:46 am reply with quote
Thank you for this great update.
Hi, i have made a simple mid-side processor. Wink
One question: how to reset default values of the sliders by click?
Lorenzo
Last edited by krenzo2 on Tue Nov 27, 2012 11:30 am; edited 1 time in total
^ Joined: 02 Nov 2006  Member: #126835  Location: Italy
Kewl
KVRist
- profile
- pm
- www
PostPosted: Tue Nov 27, 2012 6:47 am reply with quote
There seems to be some missing posts from the last few days...

Update: no, forget that...
^ Joined: 11 Apr 2007  Member: #147136  Location: Montreal, Canada
makira
KVRist
- profile
- pm
PostPosted: Sat Dec 01, 2012 5:19 am reply with quote
Anyone tested the Windows VST export feature ?
^ Joined: 24 Mar 2005  Member: #62754  
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Sun Dec 02, 2012 12:00 pm reply with quote
I 've been creating "circuits" using the circuit module, and saving them.
I cannot figure out how to load them into an existing design.. perhaps this functionality isn't implemented?
^ Joined: 17 Aug 2005  Member: #78426  
leannagia
KVRer
- profile
- pm
- e-mail
PostPosted: Mon Dec 03, 2012 2:48 am reply with quote
zmix wrote:
I 've been creating "circuits" using the circuit module, and saving them.
I cannot figure out how to load them into an existing design.. perhaps this functionality isn't implemented?


Save your circuits in ~/Documents/SonicBirth/Circuits/ and then relaunch SonicBirth.
They will appear under the User category.
^ Joined: 22 Sep 2012  Member: #288379  
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Mon Dec 03, 2012 6:04 am reply with quote
Thank you..!

Next Question: My Circuits, once opened indicate that they are "LOCKED".

How can I unlock them so that I can edit them further?
^ Joined: 17 Aug 2005  Member: #78426  
makira
KVRist
- profile
- pm
PostPosted: Mon Dec 03, 2012 11:20 am reply with quote
Edit menu -> unlock.

You'll have to re-save and relaunch SB for the change to take effect.

zmix wrote:
Thank you..!

Next Question: My Circuits, once opened indicate that they are "LOCKED".

How can I unlock them so that I can edit them further?
^ Joined: 24 Mar 2005  Member: #62754  
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Mon Dec 03, 2012 5:12 pm reply with quote
makira wrote:
The z-1 element can't be placed anywhere in the loop, it has to be placed right before connecting back to an element that has already been traversed by the parser which starts at the output and recursively climbs the input of each module.
I've been placing them correctly subconsciously...
There's two way to fix the crash you had:
1) Fix the code so z-1 elements can only be connected when they are at the right place.
2) Automatically insert them at the right place

I'm leaning toward 2, but it is non-trivial to implement.

Today I am experiencing repeated crashes whenever I attempt to cross couple two delay lines to set up a feedback loop. I do not completely understand your statement about the z-1 element placement:

Quote:
..it has to be placed right before connecting back to an element that has already been traversed by the parser which starts at the output and recursively climbs the input of each module.


In what sequence are elements traversed by the parser?

It seems that I get a crash whenever I connect the z-1 element, however if the final outputs are disconnected, I can connect the circuit internally, but it will crash as soon as the output node is connected.
Last edited by zmix on Mon Dec 03, 2012 8:49 pm; edited 1 time in total
^ Joined: 17 Aug 2005  Member: #78426  
zmix
KVRist
- profile
- pm
- e-mail
PostPosted: Mon Dec 03, 2012 5:17 pm reply with quote
makira wrote:
Edit menu -> unlock.

A suggestion: Please allow the : Edit menu -> unlock command to be active while you are "inside" a prebuilt circuit. It is currently greyyed out while you are examining the innards.
^ Joined: 17 Aug 2005  Member: #78426  
Kewl
KVRist
- profile
- pm
- www
PostPosted: Tue Dec 04, 2012 8:01 am reply with quote
makira wrote:
Anyone tested the Windows VST export feature ?

Not yet... Not one Windows user at my workplace (but over 100 various Mac models...).

In fact, if the few next alphas could include some of my needed features, I could release some plug-ins in the wild and monitor the response.

What I need: boolean argument, indexed argument, XY pad argument, sample delay with property length in samples and the piecewise circuit.

Thanks!
^ Joined: 11 Apr 2007  Member: #147136  Location: Montreal, Canada
All times are GMT - 8 Hours

Printable version
Page 5 of 10
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
What's New @ KVR Audio
KVR Developer Challenge 2012