Obxd synthesizer

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
Post Reply New Topic
RELATED
PRODUCTS
OB-Xd - Virtual Analog Synthesizer

Post

kylie wrote: Fri Sep 03, 2021 11:59 pm Can't get the manual to open by clicking the corresponding entry, though. Happens with both windows vst2 and vst3.
Thanks for the report. It's another windows-only issue. Will fix.

Post

discoDSP wrote: Fri Sep 03, 2021 5:00 pm New v2.5 nightly https://www.discodsp.net/obxd-nightly/
  • Updated Ilkka Rosma Theme.
I understand the idea behind moving the "Unison" label but now the labels in the GLOBAL section are misaligned. I think both the "Unison" label AND the corresponding button need to be moved down by 2 pixels (I am referring to the main@4x PNG).
Compare the row of button and the two knobs in the GLOBAL section with the rows of buttons and knob in the OSCILLATORS and FILTER sections.

Post

e-musician wrote: Sat Sep 04, 2021 6:22 pm I understand the idea behind moving the "Unison" label but now the labels in the GLOBAL section are misaligned. I think both the "Unison" label AND the corresponding button need to be moved down by 2 pixels (I am referring to the main@4x PNG).
Compare the row of button and the two knobs in the GLOBAL section with the rows of buttons and knob in the OSCILLATORS and FILTER sections.
I contacted Ilkka on this regard. He will probably fix it on a few days.

Post

New nightly https://www.discodsp.net/obxd-nightly/
  • Preliminary Themes XML fixing knob sizes and alignments.
  • Fixed Preset Bar drop down menu screen misplacement.
  • Fixed screen flickr on preset change on Windows OS.
  • Updated themes folder error dialog and window size.
  • Fixed Menu > Manual not loading or found.

Post

Confirmed flicker fixed!

George - suggestion to add mousewheel capability to preset bar. One flick up to go to previous patch, down to go to next patch. Would be cool?

Post

EvilDragon wrote: George - suggestion to add mousewheel capability to preset bar. One flick up to go to previous patch, down to go to next patch. Would be cool?
I think adding mouse wheel support to knobs should come first. The preset bar feature will require precise one by one step wheel detection which isn’t available in hardware like trackpads or Apple Magic Mouse.

Post

Hmmm mousewheel on knobs already works over here?

There's some code in Surge you could use, probably, since baconpaul is a Mac guy and it works fine for him on touchpad :)

https://github.com/surge-synthesizer/su ... EHelpers.h
https://github.com/surge-synthesizer/su ... s.cpp#L197

Post

EvilDragon wrote: Mon Sep 06, 2021 7:53 am Hmmm mousewheel on knobs already works over here?
Oops, overlooked that :)
There's some code in Surge you could use, probably, since baconpaul is a Mac guy and it works fine for him on touchpad :)

https://github.com/surge-synthesizer/su ... EHelpers.h
https://github.com/surge-synthesizer/su ... s.cpp#L197
Will check, thanks.

Post

New nightly https://www.discodsp.net/obxd-nightly/
  • Revised all themes XML knob sizes and alignments.
  • Updated Ilkka Rosa Dark theme.
  • Streamlined Menu Help display.
No idea why but coding opening a PDF via MENU is very easy to do with JUCE in macOS but incredibly cumbersome and complex in Windows and Linux. If you know any valid code for this I'll modify the behaviour. Right now it only works in mac.

Post

file.startAsProcess() should do it. file being juce::File path. In Surge we open temporarily created HTML files like that.

Post

EvilDragon wrote: Mon Sep 06, 2021 5:09 pm file.startAsProcess() should do it. file being juce::File path. In Surge we open temporarily created HTML files like that.
Thanks but I was looking for a way to open the PDF file directly using the default viewer without intermediaries.

Post

startAsProcess should still do it. Or Process::openDocument:

https://forum.juce.com/t/open-pdf-file/16300/7

But startAsProcess is preferrable. https://forum.juce.com/t/opening-file-i ... m-app/8530

Post

By the way, how exactly to set up the OB-Xd repo for building? Since you don't seem to submodule the JUCE repository (which should've made it way easier to just git clone then git submodule update --init and you're good to go).

Post

Oh got it. Had to build Projucer first in order to be able to load .jucer file and then get VS solution going...

Post

Yeah, JUCE 6.0.5 should be using for proper building.

Post Reply

Return to “Instruments”