surge-synthesizer / tuning-workbench-synth

A simple JUCE synth which uses our tuning-library
GNU General Public License v3.0
48 stars 8 forks source link

Feature Request: TUN file support #142

Closed smadgerano closed 2 years ago

smadgerano commented 2 years ago

Loving this and the features inside this, but I'm having trouble converting the SCL or KBM format files to the TUN format my synth supports, it would be great to have native import and export of TUN files if possible.

baconpaul commented 2 years ago

Hi!

we don’t plan to add tun support sorry but if by “my synth” you mean “a synth I wrote” you can use our tuning library to add scl/kbm support

tun v1 (a simple list of keys and frequencies) would be a pretty simple exporter for the tuning library but the tun spec beyond that has a bunch of complexity hence the hesitation

Oh also most of the tuning workbench features are in the upcoming version of surge also!

Which synth are you trying to export to?

smadgerano commented 2 years ago

That's cool, just thought I'd ask in case it was on the radar :)

I'm using MSoundFactory, from Melda, not my "own" synth.......yet anyway. But I thnk I've found an SCL file for the same tuning I was using so I think I can get by and use a converter somewhere.

Loving all of this, keep up the good work and thanks for the response.

baconpaul commented 2 years ago

Cool

As a plug, ODDSound MTS-ESP has done the work to support lots of formats, and Surge works with that, if that's your cup of tea. Great team and great software. But it is a paid for product not free.