angelscript algorithm for SPICE models
-
Plugins!!Plugins!! Plugins!!Plugins!! https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=408701
- KVRist
- 72 posts since 24 Nov, 2017
Hello. I'm just wondering, how do I add or create an algorithm of a SPICE model for angelscript?
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
There is no magic with such models: you either have to write down the DSP code corresponding to the circuit after you have modeled it (physically), or analyze the circuit and write DSP code that mimics its behavior.
-
Plugins!!Plugins!! Plugins!!Plugins!! https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=408701
- KVRist
- Topic Starter
- 72 posts since 24 Nov, 2017
Thanks much. Can you tell me HOW TO ACTUALLY WRITE DSP code to mimic a circuit, or diode, transformer, etc., or point me to some guides on it? I'm a total beginner plug-in scripter/coder with NO experience, I don't use C++ and have not tried to do my own angelscript code yet.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
Well there is a bit of learning here: some companies spend years studying circuits and analog modeling to do that. It definitely goes beyond the scope of what can be learnt on this forum, and we are unfortunately not experts in this field.Plugins!!Plugins!! wrote: Fri May 07, 2021 3:33 am Thanks much. Can you tell me HOW TO ACTUALLY WRITE DSP code to mimic a circuit, or diode, transformer, etc., or point me to some guides on it? I'm a total beginner plug-in scripter/coder with NO experience, I don't use C++ and have not tried to do my own angelscript code yet.
You may however want to ask fellow developers on the kvr forum if they can share pointers to get you started.
-
Plugins!!Plugins!! Plugins!!Plugins!! https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=408701
- KVRist
- Topic Starter
- 72 posts since 24 Nov, 2017
Well, thanks a lot for that, that helps me out. I'll check it out sometime. I appreciate your help.