Flyback Musik with Floppy?! #222
Replies: 3 comments 10 replies
-
So that is a limitation with how Moppy is fundamentally designed. The microcontroller you use can only update every 40us or so let's say. As you get higher frequency you need to toggle a pin every 956us for C6 as it is not divisible it becomes out of tune and up to a certain point unplayable. Your best option if you want a midi on fly back would probably be to get an esp32 and use a synth project with an analog jack paired with an analog jack fly back driver circuit. The con being your limited to only one fly back per device but pro being you can generate sin triangle and square wave sounds on your flayback. |
Beta Was this translation helpful? Give feedback.
-
I on my work in progress project Mechanical Midi Music encountered this same problem and am currently working on a solution. I am using an AD9833 signal gen chip external to my microcontroller to play any frequency up to the 100khz range. Far higher than you can hear. For Moppy you would need someone to implement a custom instrument type for you though as well as some additional circuitry such as op amps to increase voltage to what you can play. Easiest option would be forgo midi and just follow something like Franzolis analog fly back driver. I have a box of flybacks I need to build into an instrument eventually... |
Beta Was this translation helpful? Give feedback.
-
It sounds like you've sorta got things working, but the short answer is: basically because the output of the
I really thought this would be easy, but I'm coming up dry on a Google search. There are plenty of mixer programs (e.g. Voicemeeter Banana) that will let you do all sorts of audio routing to send audio to different outputs. And most PCs have multiple stereo jacks (or you could get a USB add on). BUT I can't find any way to split up the MIDI so that different MIDI-channels are synthesized on different audio-channels. So if you manage to figure that out, this might be the slightly easier way than going via Moppy (you could still even use Moppy for its script mapping capabilities and just route the MIDI Out from Moppy via a virtual MIDI cable to whatever synth). |
Beta Was this translation helpful? Give feedback.
-
Hello,
I´m trying to make and 4 channel Flyback Transformer music rig.
The thing is taht i don´t now how to change the code to NOT limit the playing frequenzy,
becaus the flybacks can play high notes. Is taht possible?
Can you please help?
Beta Was this translation helpful? Give feedback.
All reactions