Orange Amp Plugin

Hi, does anyone know a plugin that simulates an Orange amp? Thanks

Hi
I’ve just done a simulation of the Orange TinyTerror:

it’s available as LV2 plug, but not ported to the MOD. But may come to the MOD.

8 Likes

Hey, any chances you could describe the process you used with Faust to generate the coefficients? I’m currently studying amp modeling and having a hard time finding materials to understand how people do it using opensource tools. I intend to write some blog posts detailing my discoveries so other people can easily follow them to design new amp models. Thanks!

Sure, it isn’t a secret at all. I’ve posted a introduction to my workflow here:
https://linuxmusicians.com/viewtopic.php?f=44&t=19586
when you follow this thread you’ll find as well the thesis were this work is based on:
https://www.vutbr.cz/www_base/zav_prace_soubor_verejne.php?file_id=60090
what we do is stick those thesis together with faust.

4 Likes

Wow, that’s amazing work. Thank you very much for sharing!

Unfortunately my workflow on porting plugs to the MOD is broken, as I’m using debian/sid (Linux) and the modsdk didn’t cover tornado > 5 (which is in debian/sid allready > 6) I can’t port any more plugs to the MOD.
I’ll be back when that is fixed. Otherwise it’s open source, and anyone could port it to MOD without license issues.

Let me mention to more plugs which may be of interest for the guitarists here, it’S
https://github.com/brummer10/FatFrog.lv2
and
https://github.com/brummer10/LittleFly.lv2
those are a tube amp simulation and a overdrive/distortion pedal which are suite together like a Fat Frog and a Little Fly. :joy:
They are meant to let the walls in your studio rattle. :bomb:

2 Likes

Related to this, we decided on the team that will not have mod-sdk be part of the MOD images (like, ever), so it is fine to merge any fixes to get this working with current tornado.

I will review your proposed changes sometime soon, maybe next week.
Patch-fixes are certainly welcome. I recently fixed mod-app to work with the new tornado as well, but not sure if any of that applies to mod-sdk or not.

Well, my patch was for tornado 5, but now, debian/sid comes with tornado 6 which didn’t have async any more. It must be ported to use coroutine instead.