Home › Forums › LEET Synthesizer – Development › Sequencer improvements
Tagged: LEET Sequencer improvements
- This topic has 4 replies, 2 voices, and was last updated 3 years, 4 months ago by Johan von Konow.
-
AuthorPosts
-
-
2020/11/14 at 15:53 #1690Johan von KonowKeymaster
I created this topic for discussion about improvements, new features of the sequencer and implementation.
-
2020/11/14 at 16:02 #1691Johan von KonowKeymaster
Here is a first list of features that would be nice to have in the future:
- Improved UI (LED key feedback on top row)
- MIDI tick editing
- Real time recording with quantization
- MIDI clock support
- Error handling using the LED matrix?
There are UI challenges to implement MIDI tick editing (adjust timeing and pitch of individual notes within a position). Same for selecting real time recording or step recording.
Any suggestions are welcome!
-
2020/11/22 at 15:11 #1751bspaceParticipant
I think a CV out for eurorack would make this even more amazing. Equivalent close to a beat step
keep up the awesome projects
-
2020/11/23 at 22:29 #1762Johan von KonowKeymaster
Hi
CV out might be tricky, depending on your needs. The Arduino can only provide 0-5V so anything above that requires some sort of amplification and external power or DC/DC conversion. It can definitely be done, but for eight channels it becomes rather complex. For high quality signals external D/As are preferred, but for basic needs PWM would work with some filtering. The good thing with PWM is that you can amplify the voltage using a single transistor before the filtering, the bad thing is that modulation frequency (500Hz) harmonics will pollute the CV, affect response time, limited resolution (8bit) and possibly linearity…
-
2021/04/18 at 09:31 #1899Johan von KonowKeymaster
I have continued to experiment with Eurorack modules and have ideas about creating a MIDI host to CV/ trig converter module. My plan is to use a SEED Xiao as midi host / main CPU, together with 2x 12 bit i2c dacs and a OP amp stage to expand the CV voltage. That would give you two channels to start with, it would be quite easy to add more, but I guess that most Eurorack builds will focus on a few synthesis at a time anyway…
-
-
AuthorPosts
- You must be logged in to reply to this topic.