Obxd synthesizer
- KVRAF
- 12615 posts since 7 Dec, 2004
No idea, but to fix the bug someone would need to debug the issue. Honestly speaking, fixing 32-bit specific issues is *mostly* a waste of time today.
You should definitely upgrade as soon as possible. There is absolutely zero advantage to running 32-bit only.
It would probably help if anyone else could comment on experiencing this bug in the 32-bit version.
If it isn't often reported it could be something very system-specific. In which case you should try loading Reaper configured with absolutely no other plug-ins. Put OBXD in a different folder like OBXD/obxd.dll on your desktop and add this to Reaper's plug-in path while erasing the other plug-in path entries.
Load only OBXD and try to reproduce the bug with a single instance in an empty project.
Testing 32-bit vs. 64-bit would also be very useful and if you can't do that, someone else will need to.
You should definitely upgrade as soon as possible. There is absolutely zero advantage to running 32-bit only.
It would probably help if anyone else could comment on experiencing this bug in the 32-bit version.
If it isn't often reported it could be something very system-specific. In which case you should try loading Reaper configured with absolutely no other plug-ins. Put OBXD in a different folder like OBXD/obxd.dll on your desktop and add this to Reaper's plug-in path while erasing the other plug-in path entries.
Load only OBXD and try to reproduce the bug with a single instance in an empty project.
Testing 32-bit vs. 64-bit would also be very useful and if you can't do that, someone else will need to.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
fluffy_little_something fluffy_little_something https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=281847
- Banned
- 12880 posts since 5 Jun, 2012
Why are they still changing it? I thought it was already finished and "perfect" a long time ago...
- KVRAF
- 12615 posts since 7 Dec, 2004
https://www.betabreakers.com/the-myth-o ... -software/
"The myth of bug-free software: There is no such thing as bug-free software."
... but, that said, it's very difficult to even determine whether this is a bug, or just another plug-in the user is running which shit all over OBXD's memory. (In 32-bit the memory space is smaller. Another plug-in can far more easily corrupt some memory.)
It is interesting that the number of voices has an effect but not at all conclusive.
Identifying the cause of such issues and actually fixing them is an extremely labor-intensive process that requires a dedicated developer to maintain the software.
"The myth of bug-free software: There is no such thing as bug-free software."
... but, that said, it's very difficult to even determine whether this is a bug, or just another plug-in the user is running which shit all over OBXD's memory. (In 32-bit the memory space is smaller. Another plug-in can far more easily corrupt some memory.)
It is interesting that the number of voices has an effect but not at all conclusive.
Identifying the cause of such issues and actually fixing them is an extremely labor-intensive process that requires a dedicated developer to maintain the software.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- KVRAF
- 12615 posts since 7 Dec, 2004
1.4 was released 9th Jan 2017. Over a year ago.fluffy_little_something wrote:Why are they still changing it? I thought it was already finished and "perfect" a long time ago...
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
- KVRer
- 9 posts since 30 Jan, 2018
Reaper seems to be working in Linux only with Wine, so I think about something else for that, and try to test it soon.aciddose wrote: If it isn't often reported it could be something very system-specific. In which case you should try loading Reaper configured with absolutely no other plug-ins.
Edit: When using JACK, and OBXd goes mute, there appears an error message in terminal:
Code: Select all
JackEngine::XRun: client = renoise was not finished, state = Running
JackAudioDriver::ProcessGraphAsyncMaster: Process error
Last edited by Tommi_M on Wed Feb 07, 2018 11:34 pm, edited 2 times in total.
- KVRAF
- 12615 posts since 7 Dec, 2004
There is also a native Linux version of Reaper available if you search for it. It is still being worked on.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
- KVRAF
- 3735 posts since 17 Sep, 2016
I use Linux for other things, and I really, really like it, but not for audio.
Not when I also have a Windows system that runs DAWs and plugins with ease. When I want to make sounds, I do not want to get into tweaking and troubleshooting the PC mode if that can be avoided.
OB-Xd 1.4 runs really, really, well on a Windows x64 system for me.
Not when I also have a Windows system that runs DAWs and plugins with ease. When I want to make sounds, I do not want to get into tweaking and troubleshooting the PC mode if that can be avoided.
OB-Xd 1.4 runs really, really, well on a Windows x64 system for me.
Windows 10 and too many plugins
- KVRAF
- 12615 posts since 7 Dec, 2004
Unfortunately the error message doesn't tell you anything useful. So you'll probably need to run the debug version of JACK or ALSA to get a more detailed error message.Tommi_M wrote:Edit: When using JACK, and OBXd goes mute, there appears an error message in terminal:
But the problem is same also when using ALSA, so it's not about JACK.Code: Select all
JackEngine::XRun: client = renoise was not finished, state = Running JackAudioDriver::ProcessGraphAsyncMaster: Process error
It could be many different things, possibly an exception was triggered while processing. It might also be triggering an exception because a NAN was detected in the output buffer.
Better error messages would be very useful!
Example:
"JackAudioDriver: Exception #nnn 'exception name' encountered while processing audio callback."
"JackAudioDriver: Exception #nnn 'floating point exception: NAN' while transforming output buffer."
You'll probably want to post on a Linux audio forum and ask if other users can test the plug-in to reproduce this issue. You might get lucky and also find someone able to debug it.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
- KVRer
- 9 posts since 30 Jan, 2018
I just tested it in Ardour. Not working properly in there either.
Good idea. Thanks for help.aciddose wrote:You'll probably want to post on a Linux audio forum and ask if other users can test the plug-in to reproduce this issue. You might get lucky and also find someone able to debug it.
-
- KVRAF
- 5632 posts since 18 Jul, 2002
I have added a small install script for Linux. Please let me know how useful it is 
https://www.discodsp.com/download/?id=18
https://www.discodsp.com/download/?id=18
- KVRAF
- 4536 posts since 17 Jun, 2013 from very close to Paris, France
Hello George !
Would it be a big work to try to add a feature which shows in tooltip the changing value of a knob while is is turned by the mouse?
Or perhaps a feature showing its value when it is hovered by the mouse as it is done in Dexed (or by a tooltip, any method which would be the most simple to implement).
It's just a suggestion.
Good Sunday to everybody!
Jacques
Would it be a big work to try to add a feature which shows in tooltip the changing value of a knob while is is turned by the mouse?
Or perhaps a feature showing its value when it is hovered by the mouse as it is done in Dexed (or by a tooltip, any method which would be the most simple to implement).
It's just a suggestion.
Good Sunday to everybody!
Jacques
Build your life everyday as if you would live for a thousand years. Marvel at the Life everyday as if you would die tomorrow.
I'm now severely diseased since September 2018.
I'm now severely diseased since September 2018.
-
- KVRAF
- 5632 posts since 18 Jul, 2002
Yes, it could be implemented but I'd need some funds for that 
- KVRAF
- 4536 posts since 17 Jun, 2013 from very close to Paris, France
Ho much ?discoDSP wrote:Yes, it could be implemented but I'd need some funds for that
Build your life everyday as if you would live for a thousand years. Marvel at the Life everyday as if you would die tomorrow.
I'm now severely diseased since September 2018.
I'm now severely diseased since September 2018.
-
- KVRAF
- 5851 posts since 9 Jul, 2002 from Helsinki
How could this be arranged in practice? Donate button, crowdfunding, can it be commercialised? Obxd is an amazing poly emulation soundwise, and it's awesome you maintain it, but there's some room for usability improvements. I'd be happy to chip in to see some development on these kinds of small things:discoDSP wrote:Yes, it could be implemented but I'd need some funds for that
- MIDI CC configuration saved across sessions
- notched knob control on transpose (semitones)
- tempo sync option on modulation speed
- individual modulation amounts on the assignable parameters
- maybe less screen estate allocated for per-voice panning controls
-
- KVRAF
- 2313 posts since 24 Jun, 2006 from London, England
Wasn't this the no-no that got Soshi Studio into trouble a couple of years ago ?.jon wrote:can it be commercialised?
