Page 1 of 1

LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Tue Apr 30, 2019 11:25 pm
by milkii
https://github.com/sjaehn/BShapr - "Beat / envelope shaper LV2 plugin"

https://github.com/sjaehn/BSlizr - "LV2 audio effect plugin for sequenced slicing of stereo audio input signals. Each slice can be leveled up or down to get a step sequencer-like effect."

Both available in the AUR.

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 4:55 am
by tavasti
milk wrote:https://github.com/sjaehn/BShapr - "Beat / envelope shaper LV2 plugin"
Tried this with mixbus, but I could not get any audio out of it (execpt some cracks when adjusting envelopes). Somehow got impressions it was not receiving audio input, althou connections were ok.

Edit: with Ardour, identical behaviour.

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 11:26 am
by milkii
That's possibly a UX thing - https://github.com/sjaehn/BShapr/issues/1

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 11:32 am
by tavasti

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 11:53 am
by milkii
A-ha, fair enough :)

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 1:59 pm
by ctrecordings
Tried this with mixbus, but I could not get any audio out of it (execpt some cracks when adjusting envelopes). Somehow got impressions it was not receiving audio input, althou connections were ok.
It could be the issue we ran into in Dplug where Ardour/Mixbus provided the identical pointers for the input and output buffers. Here is the work around that p0nce did. He used scratch buffers.
https://github.com/AuburnSounds/Dplug/b ... ent.d#L333

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 2:10 pm
by tavasti
ctrecordings wrote:
Tried this with mixbus, but I could not get any audio out of it (execpt some cracks when adjusting envelopes). Somehow got impressions it was not receiving audio input, althou connections were ok.
It could be the issue we ran into in Dplug where Ardour/Mixbus provided the identical pointers for the input and output buffers. Here is the work around that p0nce did. He used scratch buffers.
https://github.com/AuburnSounds/Dplug/b ... ent.d#L333
That it was. Developer got it quickly, and now it is resolved.

Created next issue: https://github.com/sjaehn/BShapr/issues/3

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 6:12 pm
by sjaehn
ctrecordings wrote:It could be the issue we ran into in Dplug where Ardour/Mixbus provided the identical pointers for the input and output buffers. Here is the work around that p0nce did. He used scratch buffers.
https://github.com/AuburnSounds/Dplug/b ... ent.d#L333
I should have red linuxmusicans before ;-). Indeed, identical pointers provided by the host were the problem.

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 8:00 pm
by sjaehn
tavasti wrote:Created next issue: https://github.com/sjaehn/BShapr/issues/3
Also this next issue is now solved. Thanks for your information.

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Fri May 03, 2019 9:30 pm
by tavasti
Thanks, super fast bug resolving time :-)

Re: LV2: BShapr (beat/envelope shaper) / BSlizr (slicer)

Posted: Tue May 28, 2019 8:46 pm
by sjaehn
milk wrote:https://github.com/sjaehn/BShapr - "Beat / envelope shaper LV2 plugin"

Both available in the AUR.
Hi milk, thank you for mentioning B.Shapr here and the Arch User Repository. Maybe it was a bit early at that time. But now programming progressed further. Also by the aid of the user comments made here. Usability has been improved and new effects are added (filters, pitch shifter, delay).