Search found 813 matches
Re: ReBuzz
i'd say it (rebuzz) is a new fork of buzz and most likely the future of buzz, as there hasn't been any work on "old new buzz" since 2016 and from what i understand there won't be anymore work done there. i hope that one day the whole code base is open sourced so that we can move on and imp...
Re: ReBuzz
btw, let me know when the native part (buzzengine32/64?) is open source, i'd like to make some changes and extend machineinterface.h
- Mon Jun 10, 2024 6:41 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 03-Dec-2023)
hi polac, is there a way i can get PVST to call effGetParameterProperties? it would be nice to get parameter names with more than 8 chars in a safe way. it doesn't feel right to just write more than 8 chars on a call to effGetParamName, but apparently many plugins do this? Anyway, VstParameterPrope...
- Fri May 17, 2024 7:44 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 21-May-2023)
It only occurs if you delete the Polac VST machine in machine view, if you switch to a different plugin instead via right-click -> plugins->whatever hey, speculation on my part but what i know is this: IIRC, if you delete the pvst machine in machine view, the destructors are not called, because the...
- Sat May 04, 2024 8:47 am
- Forum: Users
- Topic: Polac VSTi and MIDI devices
- Replies: 2
- Views: 2129
Re: Polac VSTi and MIDI devices
maybe i'm missunderstanding something: are you trying to send midi to an external device or to another machine? in the MIDI submenu there is an entry for "Internal MIDI", which i suppose is for sending midi to other plugins. just tested that, it works. for external, maybe you need to check...
- Mon Apr 29, 2024 1:02 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 03-Dec-2023)
yeah i'm using it for testing too. it's great for that. i dabbled a little bit more with it, looks like you can target notes on the different buzz-tracks with it, so that's pretty cool if you have several note expressions you want to put on the same note. ultimately this is a feature that desperatel...
- Sat Apr 27, 2024 10:01 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 03-Dec-2023)
Polac, i just wanted to say THANK YOU for implementing Note Expressions in PVST. i just discovered this on accident while trying to debug this midi stuff. it doesn't seem documented yet, but if a VST3 exposes note expressions, you can actually send them using pvst: note_expressions.png this is aweso...
- Sat Apr 27, 2024 12:23 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 03-Dec-2023)
Hi i think i found a bug in PVST with VST3: getMidiControllerAssignment seems to ignore the channel if a VST does something like this in getMidiControllerAssignment(): if (channel == 1 && midiControllerNumber == Steinberg::Vst::ControllerNumbers::kPitchBend) { id = id1; return Steinberg::kRe...
- Tue Apr 02, 2024 1:02 am
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 03-Dec-2023)
hi polac, is there a way i can get PVST to call effGetParameterProperties? it would be nice to get parameter names with more than 8 chars in a safe way. it doesn't feel right to just write more than 8 chars on a call to effGetParamName, but apparently many plugins do this? Anyway, VstParameterProper...
- Thu Mar 07, 2024 11:41 pm
- Forum: Devs
- Topic: ReBuzz by WDE anybody knows anything?
- Replies: 27
- Views: 10998
Re: ReBuzz by WDE anybody knows anything?
7. When I switch WASAPI to Exclusive mode, it goes full volume without being able to change it. this is expected behavior because exclusive mode is a bit-perfect stream and does not go through windows mixer. it's like ASIO, your audio driver may or may not offer volume control for it at the audio i...
- Thu Mar 07, 2024 5:45 am
- Forum: Devs
- Topic: ReBuzz by WDE anybody knows anything?
- Replies: 27
- Views: 10998
Re: ReBuzz by WDE anybody knows anything?
wild guess but this looks like a denormals issue: is rebuzz built with DAZ flag? the other thing that looks very wrong is the lock time, suggesting that there is something suboptimal with multithreading. these numbers are so far off that it could also just be a debug build? anyway, i think its much ...
- Thu Dec 14, 2023 10:01 am
- Forum: Users
- Topic: Old BMX files, missing patterns and sequences
- Replies: 6
- Views: 2812
Re: Old BMX files, missing patterns and sequences
Is it a fresh installation? when i startet to use buzz again, i found out, that the instalaltion seems to be faulty i figured out, that one machine (have to do some research) was in the wrong folder (eg. an generator that was located in effects) i guess it was the 11 FM Machine... that was located ...
- Tue Nov 07, 2023 8:37 am
- Forum: Users
- Topic: Buzz doesn't make use of all the processors it could
- Replies: 6
- Views: 3556
Re: Buzz doesn't make use of all the processors it could
Settings / Engine / Multithreading
- Sun Jun 18, 2023 4:33 pm
- Forum: Devs
- Topic: Just a quick question for the dev community...
- Replies: 1
- Views: 2666
Re: Just a quick question for the dev community...
hey, yeah, having worked on that: progress on that is stuck because there is no way to access a play cursor for the wavetable, so it will always play from position zero, which is pretty useless. iirc there is also no way to specify which layer to play. that's why this never got done either. i've ask...
- Thu Apr 13, 2023 4:25 pm
- Forum: Devs
- Topic: new pvst beta (updated 04-Aug-2024)
- Replies: 603
- Views: 1110488
Re: new pvst beta (updated 07-Jul-2022)
so i found another one of those strange GUI issues: https://dsp56300.wordpress.com/downloads/ with this, the patch browser does not open (you should be able to click on the patch name on the left and a popup menu should open, but it doesn't) also the right click menu anywhere in the GUI opens and im...
- Mon Mar 27, 2023 5:18 pm
- Forum: Users
- Topic: Detecting VST3 plugins
- Replies: 7
- Views: 4000
- Mon Mar 27, 2023 5:11 pm
- Forum: Devs
- Topic: VST3 DLL name
- Replies: 6
- Views: 5153
Re: VST3 DLL name
i will try to replicate this again, maybe the issue was on my end and i didn't realize that type-to-find-machine will go by the stringPluginName that didn't match. or maybe i scanned the wrong shell. i called the dll something like "test.vst3" and the stringPluginName "test2", bu...
- Sun Mar 26, 2023 11:16 am
- Forum: Devs
- Topic: PVST crash in my test VST
- Replies: 5
- Views: 4425
- Sun Mar 26, 2023 11:14 am
- Forum: Devs
- Topic: VST3 DLL name
- Replies: 6
- Views: 5153
Re: Surge
don't know what the problem is, but when i open that patch browser or other popups and slightly move the mouse, it instantly disappears again. i'm actually noticing a lot of strange GUI behavior in other plugins too (for example in vital, the filter presets dropdown never closes and gets stuck) and ...