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

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
User avatar
milkii
Established Member
Posts: 477
Joined: Tue Jan 05, 2016 9:08 am
Location: Edinburgh
Has thanked: 92 times
Been thanked: 91 times
Contact:

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

Post 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.

they/them ta / libreav.org / wiki.thingsandstuff.org/Audio and related pages / gh

tavasti
Established Member
Posts: 2047
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 369 times
Been thanked: 208 times
Contact:

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

Post 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.

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

User avatar
milkii
Established Member
Posts: 477
Joined: Tue Jan 05, 2016 9:08 am
Location: Edinburgh
Has thanked: 92 times
Been thanked: 91 times
Contact:

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

Post by milkii »

That's possibly a UX thing - https://github.com/sjaehn/BShapr/issues/1

they/them ta / libreav.org / wiki.thingsandstuff.org/Audio and related pages / gh

tavasti
Established Member
Posts: 2047
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 369 times
Been thanked: 208 times
Contact:

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

Post by tavasti »

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

User avatar
milkii
Established Member
Posts: 477
Joined: Tue Jan 05, 2016 9:08 am
Location: Edinburgh
Has thanked: 92 times
Been thanked: 91 times
Contact:

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

Post by milkii »

A-ha, fair enough :)

they/them ta / libreav.org / wiki.thingsandstuff.org/Audio and related pages / gh

User avatar
ctrecordings
Established Member
Posts: 6
Joined: Mon Apr 15, 2019 3:57 am
Contact:

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

Post 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
tavasti
Established Member
Posts: 2047
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 369 times
Been thanked: 208 times
Contact:

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

Post 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

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

sjaehn
Established Member
Posts: 138
Joined: Fri May 03, 2019 6:05 pm
Has thanked: 29 times
Been thanked: 61 times

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

Post 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.
sjaehn
Established Member
Posts: 138
Joined: Fri May 03, 2019 6:05 pm
Has thanked: 29 times
Been thanked: 61 times

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

Post 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.
tavasti
Established Member
Posts: 2047
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 369 times
Been thanked: 208 times
Contact:

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

Post by tavasti »

Thanks, super fast bug resolving time :-)

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

sjaehn
Established Member
Posts: 138
Joined: Fri May 03, 2019 6:05 pm
Has thanked: 29 times
Been thanked: 61 times

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

Post 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).
Post Reply