A new .spn simulator

Software questions and issues with the FV-1

Moderator: frank

Post Reply
p-kai-n
Posts: 3
Joined: Sat Apr 05, 2025 7:14 pm

A new .spn simulator

Post by p-kai-n »

I developed a new .spn simulator that runs on a DAW.

It basically works correctly, but the CHO instruction only implements typical argument combinations. Also, the argument range is not specified except for a few cases.

It can execute all basic effects such as tremolo, chorus, pitch shift, and reverb.

https://github.com/p-kai-n/spnsim
smear
Posts: 40
Joined: Fri Jul 01, 2016 9:47 am

Re: A new .spn simulator

Post by smear »

looks super cool, thanks for making this and sharing it!!

is it only a windows vst at the moment?
p-kai-n
Posts: 3
Joined: Sat Apr 05, 2025 7:14 pm

Re: A new .spn simulator

Post by p-kai-n »

Thank you for the compliment!

Currently, only vst3 is available. Since it is made with the JUCE framework, it may be possible to output MAC plugins by adding an exporter.

However, I do not have a MAC, so I cannot debug it.
p-kai-n
Posts: 3
Joined: Sat Apr 05, 2025 7:14 pm

Re: A new .spn simulator

Post by p-kai-n »

The spnsim has some updates!
  • JAM instruction and short codes was corrected
  • Fixed RMP LFOs behaving with pitch-down
  • Some minor fixes
Regards:)
Post Reply