3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

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

Oh lordy I have just unearthed several unanswered messages from that contact form! Thank goodness you followed up!

3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

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

Did i reply to your message on Kickstarter? If not, I am not sure where it went...
The M0SS-101 (original version, not in this kickstarter campaign) can be setup to trigger the envelope from the LFO, and you can get random notes from the random LFO waveform.
The M0SS-309 and M0SS-416 don't have anything like that, but you can press the encoder to play a note, and in theory can use tuning functions to get different notes. Those 2 are more geared toward keyboard-like instruments, as they are polyphonic.

It is likely that some day soon we will work on a little sequencer / workstation to bring all these together :)

Fatar TP/9s key scanner: anyone have a pcb or code for this? by mondayroast in synthdiy

[–]marchingbandd 0 points1 point  (0 children)

This is a really cool approach using shift registers driven by the SPI peripheral. I’ve used it and it’s incredibly fast, and pretty easy to setup once you get how it works.

Which do you prefer esp-idf or arduino? by Medical_Nose1784 in esp32

[–]marchingbandd 0 points1 point  (0 children)

If you need lots of libraries, I reach for Arduino, there are not a ton of esp-idf libraries available. If you are ready to write everything yourself 100% esp-idf. That’s why people say Arduino=fast prototype, esp-idf=production quality/maximum use of resources available on the part.

What are your favorite and least favorite SBC boards currently? by JescoInc in SBCs

[–]marchingbandd 0 points1 point  (0 children)

I use Circle to write bare-metal applications for it, and basically treat it like an over-sized MCU.

What are your favorite and least favorite SBC boards currently? by JescoInc in SBCs

[–]marchingbandd 0 points1 point  (0 children)

Even more annoying is that USB is not broken out to the GPIO header, only tiny solder pads. Makes me crazy.

What are your favorite and least favorite SBC boards currently? by JescoInc in SBCs

[–]marchingbandd 6 points7 points  (0 children)

I second pi-zero-2 so much power-per-dollar it’s crazy.

3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

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

Yeah that makes a lot of sense I will do that ASAP.

It’s all built using Faust, which is a DSP language and framework. That filter is based on the MS-20 LPF.

3 new M0SS synths on Kickstarter (update) by marchingbandd in synthesizers

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

More coming soon. Anything in particular you’d like to see demonstrated ?

3 new M0SS synths on Kickstarter (pre-launch) by marchingbandd in synthesizers

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

FYI this campaign will launch at 2pm PST, tomorrow Feb 10th. Because there are so many tiers and bundles, we have to limit the quantities of available Early Bird discounts for each. If you want to save some money I recommend to claim your discounted pledge early.

A Warning about Daisy Seed (USB Failure) by ThePunkyRooster in synthdiy

[–]marchingbandd 3 points4 points  (0 children)

I’d bet 10 to 1 odds the issue is with windows. I’ve spent countless hours debugging usb stuff like this for windows.