VST/AU plugin emulator of the Boomerang+ Phrase Sampler.
RC1 is not working on my machine (Mac M4, Sequoia) - but I hope in the future ![]()
VST/AU plugin emulator of the Boomerang+ Phrase Sampler.
RC1 is not working on my machine (Mac M4, Sequoia) - but I hope in the future ![]()
What does that mean? Does it not scan? Does it not load? Does it just do nothing? Does it crash?
GP scanās well, but it canāt be loaded (AU+VST3), no crash.
You might consider reporting the issue to the developer.
Itās working on mac OS 15.3.1. (vst3)
It wasnāt working for me on Monterey (Intel chip).
ā
Related topic: How to NOT use a script for a currently scripted behavior?
I might have to read more in the manualā¦but my playback very slowly loses volume with each repeat until thereās nothing. ![]()
I think thatās a featureāthe feedback of the previous recorded loop decreasing with each iteration. Itās great for soloing, where you have parts continuously overlapping, but never saturating the signal since each previous loop is fading out every time through.
FWIW: The original Boomerang was created by 2 old fellow musicians back in Denton, Texas. ![]()
Hi! Wow! This is my plugin! I was just about to post about it, and saw this āsimilar postā link! I am coming back to working on it as of last night, so please stay tuned for updates! Please let me know if youāre still using it, and/or any issues you have!
Loading issues on Mac can usually be solved by running the de-quarantine script:
sudo xattr -r -d com.apple.quarantine /path/to/plugin/file
This sounds like you might have STACK latched on. Itās supposed to be momentary, although a later variation of the 'rang had both options. I plan to implement latching STACK directly in GP, just with a different widget.
When STACK is active, the current loopās volume is reduced by ~2.5db to āmake roomā for the incoming new audio. If you donāt pass in any more audio, the loop will slowly fade out with each cycle around of the loop.
(I wrote this plugin!)
Yep, and I had one of the originals for a while! I sold it many years ago, but never forgot its unique playability.
FWIW i have reached out to them about it, and they know about it; they havenāt explicitly green-lit it but they also havenāt said Stop. I make it clear in the docs that this is done with love and reverence for the original device and its team and keepers, so hopefully they appreciate that.
Hi everyone ā quick update on the Boomerang project.
Iāve just finished a major rewrite of the plugin. The original framework turned out to be too limiting for what Iām trying to do, so I ported everything over to JUCE. Itās a much better fit for the kind of control and feature set Boomerang needs, and development is already feeling a lot smoother.
This build is still very much alpha: lots of rough edges, plenty of bugs, and a whole list of things Iām actively working through. But the foundation is in a much better place, and Iām confident this direction will let me take the plugin where it needs to go.
If youāre interested in testing and offering feedback, you can grab the latest release here:
Iāve also set up a discussion thread:
Iāll likely spin up a new thread for each release to keep things organized (and to handle the inevitable avalanche of bug reports and ideas).
Thanks in advance for giving it a try ā itās raw right now, so I appreciate your patience while I get it into shape.
Hi all! Iāve been working a lot on the plugin, and the JUCE port is basically complete. Thereās still a lot of UI work to do but the functionality should all be there. Iād really appreciate anyone testing this out, Iād love to know your comments!
This release adds an actual image of the 'Rang to the UI! The buttons arenāt animated yet, so instead there are colored blocks around them.
Perhaps even better, Iāve packaged it into a real installer, so you donāt have to copy anything or run any scripts manually! The only remaining annoyance is that itās not signed, so you have to right-click ā Open the installer itself and approve opening it.
Alternatively, approve it in the Privacy & Security system setting. After trying to open it and being denied, go to the pref pane and click āopen anywayā.
Check it out here! I really appreciate any time and feedback! Thanks!
Discussion thread: v2.0.0-alpha release Ā· mcascone/boomerang-plugin Ā· Discussion #37 Ā· GitHub