# LADSPA.jl remarks, improvements?

**URL:** https://discourse.julialang.org/t/ladspa-jl-remarks-improvements/139700
**Category:** New to Julia
**Created:** [September 27, 2026, 11:26am UTC](https://discourse.julialang.org/t/ladspa-jl-remarks-improvements/139700 "2026-09-27T11:26:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fps](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fps/32/216317_2.png) [@fps](https://discourse.julialang.org/u/fps)
#### Post date: [September 27, 2026, 11:26am UTC](https://discourse.julialang.org/t/ladspa-jl-remarks-improvements/139700/1 "2026-09-27T11:26:35Z")

</div>

For another project I needed a way to run LADPA plugins to do some audio processing:

> **[GitHub - fps/LADSPA.jl: Julia code to instantiate and run LADSPA plugins](https://github.com/fps/LADSPA.jl)**
>
> Julia code to instantiate and run LADSPA plugins

It works allright for my usecase. I never used the FFI in Julia before so I am interested in remarks/comments to make it more canonic/avoid pitfalls, etc.

Thanks!
