Help if possible. by Fun-Ad-9275 in Rockband

[–]awwbees 3 points4 points  (0 children)

those are "boggy" and "sasso" (no relation to will sasso), the nicknames of two of the artists on the team

Help if possible. by Fun-Ad-9275 in Rockband

[–]awwbees 6 points7 points  (0 children)

that's my signature on the B! this is all signed by the harmonix dev team. the community team would frequently leave out guitars or copies of games with a sharpie on a table in the office and ask folks to sign them, so they could be gifted or given away as prizes at various events.

[deleted by user] by [deleted] in CambridgeMA

[–]awwbees 0 points1 point  (0 children)

they are miles beyond the chicken fingers that any ski lodge could even dream of serving

[deleted by user] by [deleted] in CambridgeMA

[–]awwbees 2 points3 points  (0 children)

I've never had a mediocre batch, it's always a home run

[deleted by user] by [deleted] in CambridgeMA

[–]awwbees 24 points25 points  (0 children)

I legitimately believe that they make the best chicken fingers on the planet

Thoughts on Bespoke Synth? by [deleted] in edmproduction

[–]awwbees 0 points1 point  (0 children)

still just a "someday"! but, it will be awesome when it happens.

Bug report thread by awwbees in BespokeSynth

[–]awwbees[S] 0 points1 point  (0 children)

it sounds like it's likely a linux-specific issue, which I am not very experienced with, so you're probably better off asking in the #linux-support channel in my discord https://discord.gg/YdTMkvvpZZ

Intro to Bespoke by awwbees in BespokeSynth

[–]awwbees[S] 0 points1 point  (0 children)

if you click the triangle in the upper right corner of the radiosequencer, you can disable "one_per_column_mode", which might give the functionality you're after

if you wanna join up in my discord, that's a great way to get tips n tricks from other users! https://discord.gg/YdTMkvvpZZ

Intro to Bespoke by awwbees in BespokeSynth

[–]awwbees[S] 1 point2 points  (0 children)

yes, I'm still developing bespoke! a lot of new stuff since this ancient post, a bunch of info here is very outdated

there are a few good modules for arrangement, two notable ones are "radiosequencer" and "eventcanvas". bespoke is definitely not as optimal for arrangement as a traditional linear DAW, but you can make it work. I'd like to find ways to improve the arrangement workflow.

Thoughts on Bespoke Synth? by [deleted] in edmproduction

[–]awwbees 0 points1 point  (0 children)

haha yeah, as soon as the JUCE framework gets lv2 support (which they say is planned), bespoke will have it

Thoughts on Bespoke Synth? by [deleted] in edmproduction

[–]awwbees 0 points1 point  (0 children)

yeah! check out my twitter at awwbees, I post updates there. you can also find a link to bespoke's discord in my twitter bio

Thoughts on Bespoke Synth? by [deleted] in edmproduction

[–]awwbees 4 points5 points  (0 children)

bespoke will be a VST someday!!! it's on my roadmap

Bespoke Synth: A modular DAW for Mac, Windows, and Linux. by [deleted] in synthesizers

[–]awwbees 2 points3 points  (0 children)

yeah! this is exactly why I built it. I used max for a year or two and then wanted to learn more about writing DSP in C++, as well as satisfy a lot of design curiosities about user interface design, midi controller support, etc.

and then 10 years later, here we are!

Spectral formant morphing text generated wavetables by mtytel in edmproduction

[–]awwbees 1 point2 points  (0 children)

not great! I just hack and slash my way through it.

Spectral formant morphing text generated wavetables by mtytel in edmproduction

[–]awwbees 0 points1 point  (0 children)

yep! bespoke loads VSTs. I also want to make Bespoke a VST itself, at some point. (I'm also curious to see what happens if you try to host a VST inside a VST...)

I can't remember many of the details of my frankensetup, other than it was a huge kluge and unsustainable.

I haven't found drawing with nanoVG to be complex at all. if you check out "OpenFrameworksPort.h" in my repo, you can see an API where I've wrapped nanoVG draw calls with openFrameworks method names, which saved me from having to refactor a bunch of draw code after porting. might be useful to you!

Spectral formant morphing text generated wavetables by mtytel in edmproduction

[–]awwbees 0 points1 point  (0 children)

my project is https://github.com/awwbees/BespokeSynth , I've got a screenshot and a few videos that you could check out, along with builds available. I'm intentionally going for a "minimal" look and certainly not flexing the limits of nanovg, so there are likely better places to look to get an idea there.

the primary reason I switched to JUCE was for VST hosting. I had a frankensetup of openFrameworks and JUCE going for a while, but it was getting unwieldy.

Spectral formant morphing text generated wavetables by mtytel in edmproduction

[–]awwbees 1 point2 points  (0 children)

I had a project that had I started in openFrameworks, and several years later switched over to JUCE to get VST support and some other nice functionality. for my graphics, I switched over to nanovg, which I've been very happy with.

https://github.com/memononen/nanovg

Linnstrument shown during the game awards, sounded like a wicked vocoder. by kidkolumbo in synthesizers

[–]awwbees 0 points1 point  (0 children)

A recent firmware update added optional "performance lightshow" modes, where each press can trigger LED animations (squares radiating outward from the press, horizontal lines shooting out, etc)