A Game Boy can make all those sounds?? Nice work!

Thanks a lot for the suggestions! I'll take a look at the UIs mentioned. Banks of named presets definitely sounds like a good starting point.

Hi,

I'm hoping for advice from musicians with experience with a number of DAWs and plugins, particularly VSTs.

I've created a VST instrument which includes over 1000 presets. Each preset is a single file which can be dragged and dropped into the UI. Of course, this is not very usable or efficient.

I've been trying to figure out if there's a standard way to handle this problem, but surprisingly I haven't found an obvious one. What I've found is:

a) Most DAWs support the VST "programs" feature, but that's often limited to 127 or 255 programs.
b) Many plugins implement their own preset browser, probably due to the limitations of a)
c) There are FXP / FXB files which are supported by many (but not all DAWs), but these don't really seem to solve the UI issues

With 1000s of presets, I guess a UI that supports folders, searching, and a previous / next mechanism might be good. It seems a shame that this needs to be re-implemented in every plugin though. And since I'm a programmer and not a musician, I'm not really sure what actually works best.

Please let me know what you think!

Finally managed to fix a long-standing bug with help from somebody on GitHub! Should solve noise issues on many VST hosts including Cubase and Reaper. Also added a ton of SBI files contributed by a user.

https://bsutherland.github.io/JuceOPLVSTi/

Sorry for the long time to reply! On holidays so finally have time to work on this again. New version coming soon..

yoyz2k: The latest version includes the OPL3 waveforms, but still only two operators. No immediate plans to add support for four operators. Would be interested to see your tracker when it's done!

julsonjohnson: You shouldn't need anything but the compiled DLL. I've tested it with a few different DAWs now, including Ableton Live 9.1.5 64-bit (trial version) on Windows 7.

6

(0 replies, posted in Software & Plug-ins)

Hi folks.

I had a hard disk crash, and now I can't build my OPL VST plugin anymore sad
The problem is that I can't download the Steinberg VST SDK. Their website just doesn't seem to send any email to me.
Does anybody have a copy of the SDK and a way to get it to me???

Hope someone can help smile

New release. Bug fixes and features thanks to Trylle.

Unfortunately, still no working OSX build sad

http://bsutherland.github.io/JuceOPLVSTi/

Thanks for replying to that Nick, and for your work so far trying to get it to build.

Analog, if you feel like trying to build it, the process Nick went through is pretty well documented in this issue https://github.com/bsutherland/JuceOPLVSTi/issues/12

I will try to help you as much as I can, but I don't have a Mac or a lot of spare time right now unfortunately.

9

(7 replies, posted in Releases)

rumpelfilter wrote:

is Hello World and Dubmood connected?

Actually.. seems like no smile I got confused because they were both on the Data Airlines site. Just ignore me.

Which video do you mean... they have pulsating yellow circles in all the videos smile

Lol.. you're right. I'm on a roll. Anyway I meant this:

http://www.youtube.com/watch?v=xyVFpP7KEos

10

(7 replies, posted in Releases)

I'm really enjoying Hello World! Especially like the video clip with the pulsating yellow circle and the "snow"..

11

(0 replies, posted in Software & Plug-ins)

Just discovered this yesterday, and I'm blown away.

http://www.pouet.net/prod.php?which=61592

It's a 2-operator FM (actually PM) synth. It's only got 14 parameters. It sounds amazing.

The kicker: the player code is tiny (it's written in x86 assembly). This means you can put together a decent tune with player code in 1-1.5 kb. It was designed for 4 kb intros. Scroll down on the pouet page for a list of examples.

Anyway, it's a very decent synth in its own right, and I'd love to hear what some of the talented folks here could do with it! It's fairly tightly integrated with Renoise, but could be used with other tools.

12

(5 replies, posted in Releases)

Unfortunately not much chance of that, I'm on the other side of the world smile Break a leg, and please post up some videos / photos after the event.

Seriously, where is everybody, this thread needs some more love..

13

(5 replies, posted in Releases)

Love it. Great work on the video clips too.

Sounds great! And.. Renoise 3???

New release is up with some small requested fixes and improvements:

- Supports loading of .sbi instrument files (drag and drop).
- Hundreds of .sbi files included.
- MIDI pitch wheel events supported.
- Should now run under Windows XP.

http://bsutherland.github.io/JuceOPLVSTi/

Please let me know if you run into any issues.

I was actually thinking about this the other day! Let us know how your experiments go.

This paper seems quite relevant, but I don't have access to the whole thing. The abstract actually gives a pretty good overview of the technique though:
http://www.sciencedirect.com/science/ar … 8485901112


There's also this, which is for vowel sounds only:
https://ccrma.stanford.edu/~rjc/pubs/au … n_via.html