Email or username:

Password:

Forgot your password?
Top-level
aeva

If anyone is curious for the context, I'm thinking of upgrading the Compiano Forte. I want to build a more advanced sequencer for the microfreak, and I also want to have a common graphical shell for my midi experiments that can be operated with just midi controls or a game controller.

A photograph of the Compiano Forte, a MIDI keyboard with a computer screen for a music stand.  There's also an Arturia Microfreak on a real music stand next to the screen.

The computer part of the contraption is on, and so the screen shows my desktop image, which is a photograph of a diagram from one of my old journals.  The diagram shows the relationship between the circle of fifths, the musical modes, and the distribution of white and black keys on the piano.
20 comments
aeva

For the sequencer, what I'd like to do is to build something that functions similarly to the microfreak's internal sequencer but with more parameters, the possibility for much longer recordings, and some cool options for track changes. Once I'm happy with the patch and the score, I'd like the program to then play the tracks and record them for later mixing. After that I'd change the patch and build additional instrument scores with the same method.

aeva

I'd also like to be able to visualize the contents of the tracks in a particular way.

I think Cinder will probably be sufficient for building the UI and doing the audio recording and mixing. I'll probably write my own MIDI layer, and I'll probably bolt on Lua for implementing the sequencer's high level logic.

aeva

If this ends up being a good way for me to make music I might try to incorporate it into Tangerine, since the general scheme here could be tweaked to make building dynamic soundtracks really easy.

Efi (nap pet) πŸ¦ŠπŸ’€

@aeva it's hard to explain, but @nasser made a livecoding music interface thing that might be similar to what you're making, maybe???
merveilles.town/@nasser/109973

left: emacs code
right: renoise gui
code for chorded notes
aeva

@efi I'm looking to maybe build something that is controlled by a midi keyboard primarily for recording arranging and playback, because most music software assumes a normal computer as the interface but also because most music software honestly is really intimidating to me and doesn't really fit the way I like to approach making music

Efi (nap pet) πŸ¦ŠπŸ’€

@aeva oooh, ok... well, I don't know shit about music, so let me know if I can help (???)

aeva replied to Efi (nap pet) πŸ¦ŠπŸ’€

@efi I had piano lessons for most of my childhood, gave up on it as a tween, then picked it up again I think about 4 or 5 years ago and self taught myself a bunch of music theory and how to compose music. The way I'm used to writing music is sheet music oriented, which nobody does for electronic music, so the going has been kinda slow

aeva replied to Efi (nap pet) πŸ¦ŠπŸ’€

@efi I think I've used that one, but it didn't really click

aeva replied to aeva

@efi I'm really shooting for something that's more in the ballpark of "mario paint" or a pocket operator in terms of interface complexity

Natalie Cuthbert

@aeva have you considered using JUCE for this purpose?

Natalie Cuthbert

@aeva ah. I see, so it's more a right tool is what you know thing? I suggested it because it's designed for writing audio plugins

Tekknovator

@aeva the part β€œby midi or game controller” made me think of this little synth/sequencer diy thingy:
Midi:
youtu.be/o6DyXteS-Is
Controller:
youtu.be/jAyZdMGKCbk

Go Up