Advice: Axoloti or.... for sequencer?


#1

Hi everyone! Forgive me if all the following is obvious stuff, but I'm completely new to this.

I'd like to start a project which would be a step sequencer with 6 CV outputs & 4 CV inputs along with MIDI I/O. I won't require any audio functions. The interface would feature the following (more or less):

18 x rotary encoders
26 x LED
20 x push buttons
16 x FSR pads
1 x LCD or something display

How doable is this on Axoloti? I understand the CV aspect would require its own circuit, but what about I/O for all the pots, LEDs etc? Could someone point me in the right direction of the full tech specs of the core? Other than what is on the website.

I'm a complete beginner, but more than willing to get my hands dirty, and I'm just beginning to learn about electronics. Although I have done some soldering, built a couple of module kits and fixed bits of my own gear. What attracts me to Axoloti is that it's very similar to max/msp, which I had a fair bit of experience with years ago, plus programming in that environment looks fun.

Considering all this, would Axoloti be the best option for such a project and my skills? Or would I be best going for something like Teensy?

How have people found sequencing on the Axoloti? More specifically how tight is the clock when you have a fair amount of modulation on the go?

Thanks in advance!


#2

With axoloti, you get a maximum of 15 analog inputs (pots or rotary encoders), so you would need an analog multiplexer.
It looks like overkill to use an axoloti without any DSP, so you might be better served with a variation on an Arduino (you might still need multiplexing your analog inputs...)


#3

Just using a Axo for sequencing alone and not making any sound seems like a waste to me. As jfcharles says, it would be easier to make one with a Arduino or Raspberry Pi. or just buy some of the great kits that are already out there (the Division6 business card sequencer or Dual /sequencer are good choices).


#4

Thanks for the replies.

I thought it might be overkill. I was just very enthused by the graphical programming environment of Axoloti.

The division 6 boards, hadn't seen those before, I think look too simple for what I'm after. I'd actually like to have 4 x 16 step sequencers via the interface. Plus I'm looking to adapt and create my own sequencers that go a bit beyond just pitch and gate.

So, yeah probably teensy, arduino, pi. Any other board suggestions?


#5

Actually one thing to think about here with the Axoloti, without DSP, you will free up a lot of processing resources, so you could use Axoloti as a sequencing device, the advantage here is, like you said the graphic environment could be asset, and with the extra processing resource, you would be quite free to delve into some very complex sequencing concepts, the kind that would be far more complicated without a graphical environment, sure you could use a PC or RPI with a graphical environment, but this would be standalone. You could use the GPIO's as a means of triggering inputs or outputs to compliment the sequencing. And you still have access to oscillators etc on the Axoloti if needed.

Something to think about...
:grinning:


#6

first glance, id agree with you ... but then a few things came to mind...

  • rpi don't have analog inputs, so that's extra effort, for analog input (teensy, is good though)
  • Axoloti, doesn't really distinguish audio processing, don't do audio , you have the full CPU but scheduled to a clock
  • the timing can be very tight, because its using a realtime OS, unlike most PI systems
  • its got midi din (and usb device and host support)
  • a purpose built patching environment, lots of objects to use, ability to create your own objects

so sure, your not using everything the Axoloti can do, but for 65 euro are you getting enough?
I think it comes down to how much you want to do yourself, electronics/adding bits/software.. I'm sure you can do for (slightly) cheaper in other ways, but there is not going to be a lot in it.(and frankly by the time the case/pots/knobs/fsrs are all taken into account ... its going to be a small part of the project cost.
(if it was a commercial project, that would be different, where saving cents matters)

I think, the thing other boards might have is a bit more IO, useful as you have a lot of inputs, and leds, but if these are fixed, I think its inevitable you are going to need to use muxes.. at which point if your using 1 or 4 muxes its not much different :wink:

(I'm quite impressed with teensy at the moment, I think partnering these up with Axoloti for extra I/O is an interesting proposition)

and of course if one day, you think, id like to sequence audio clips, axo can do that too :wink:


#7

The main hurdle of using the Axo as a a sequencer for me is the tuning and scaling of it's outputs to be a useful 1V/oct. I guess this could be handled by using a quantizer before the receiving VCO or if the Axo outputted to a dedicated DAC that was scaled correctly. I have thought of using the Axo's digital outs for rhythmic and exotic clocking duties since the conversion of the AXO's 3v digital levels to the levels useful to a synth would be easy to do.

For me the solution would be to do the pitch sequencing in the Axo and output the audio plus gates to the synth and use an external audio modification pathway. This would give you the flexibility of live sound modification and re-patching but retain the pitch stability of the Axo. I currently do something like this with older rack MIDI synth modules that have multiple audio outputs. I create very basic patches on them and essentially use them as digital VCOs.


#8

Thanks for the great replies. Giving me a lot to think about.

Like I say I'm new to this so I don't fully understand yet, but one thing I saw when looking at Teensy is that it has separate interval timers which can be used in conjunction with a FrequencerTimer library, so that you can have "zero jitter frequency output, and run your own function on each period." I presume this is going to be vital when doing sequencing and you have lots of knobs and interactions happening?


It would be nice to eventually get it to a stage where I could build a few for people if they were interested, but I have a lot to learn before getting there. Although Axo costs that bit more than others, I think one advantage it would have for people looking to buy a built 'box' would be that it is more appealing to people who are 'non-programmers'. They would be more likely to dive in and change the patches etc than they would with something that is written in C. That's if you wanted it to be completely 'open' to people.

Are you talking about creating a separate circuit outside of the AXO for quantizing CV?

Not sure I understand, do you mean using the AXO as an oscillator or something else?

On a related point, I was looking around for ideas and I found something called Ornament & Crime. Obviously, the format and physical interface aren't what I'm after but aspects of the firmware and hardware are, and it's run on a Teensy along with their own PCB with separate DAC for CV. So, might be something to learn from if I go down the Teensy route.

However, I'm still on the fence...


#9

Yes, it would have to be outside the Axo to compensate for any scaling problems in the Axo's output. The typical 1v/oct scaling of pitch CVs can be tricky to keep scaled and controlled. A quantizer wouldn't be needed if you don't mind what might be very sensitive front panel tuning controls on the Axo. It all depends on how you build the sequencer in the Axo to drive the external VCOs. I also don't know what type of synth you plan on driving with the Axo. If it is a Eurorack modular, there are plenty of inexpensive Quantizer modules out there to choose from.

Yes. The pitch stability of the Axo is much better than many analog VCOs out there so using the Axo as a digital VCO is a good option. The Axo only has two audio outs though which would be the main limitation. The idea is that the Axo can easily make gates. A very simple transistor/resistor circuit can turn the 3v digital outs of the Axo into 5V or 10V gates needed by external gear. Then you keep the pitch part of the sequencer in the Axo and put the VCF, VCA, EGs and other modifiers out in the live modular space. That way you can have all the live tweaking needed without the 15-pot limitation of the Axo's I/O. You can then devote the knobs on the Axo for pitch (overall pitch and the steps of the sequencer) and waveform selection/waveshaping, You can have some very complicated waveforms or even use samples played off the Axo.

To me the "character" of a synthesizer is all in the filters and circuits beyond the VCO in the signal flow. A well formed sawtooth has the same harmonics as any other sawtooth. The "fatness" and other terms used to describe a synth's sound all reside in the circuits that follow the VCO.

Now of course this means a more substantial investment in external synth gear than what you would need if you did it ALL inside the Axo, but you original post suggest you already had the external gear and only wanted to control it with CVs from the Axo. Using the VCOs in the Axo saves you the money and extra circuitry needed to use external VCOs.


#10

I would like to have the option to sequence eurorack and Buchla. So some kind of voltage switch/jumper for the different ranges would be ideal. Also, I'd like to use it with some desktop synths I have, but that would be via MIDI, so a lot more straightforward.
I suppose the easiest way would be to just use a MIDI to CV converter after the Axo, but I'd like to have MIDI and CV all coming out of Axo. Would be a great way to learn more.

Hmmm, something to think about there. I was just thinking a quantized pitch sequencer where you could select the key and mode you want to use. I thought with a rotary encoder it would be stable, the problems would happen with the DAC conversion?


#11

Using the MIDI out of the Axo would solve many problems. The MIDI>CV converter would do all the quantizing for you and depending on the unit bough, offer lots of other extras like MIDI clock and sync'd LFOs and Aux CV outs. There are many MIDI>CV converters with built in scaling to drive Buchla and Hz/Oct synths so that would make things simpler too.

If you use MIDI od the internal DAC the stability is not that much of a problem. I was talking about making a classic "row of knobs" sequencer in the Axo. Which one of those the scaling of the knob - how much CV (pitch) is produced in the turning range of the knob could be sensitive or not depending on the way the sequencer was constructed.

The main concern is that, say you make a sequencer in the Axo that is set up with notes in mind - dialing notes and not arbitrary voltages with the interface - then the scaling of the output DC voltages from the Axo has to be perfect for those notes to actually match on the external synth. When you dial up an octave change on the Axo, the DC voltage out of the Axo has to go up exactly one volt (or 1.2V for the Buchla). This is where you have to make accurate circuitry. If you use the Axo's raw digital outs, then you have to make or use an accurate DAC for the conversion to CV for the synth. If you use MIDI as an out, then all that is done in the MIDI >CV converter and there are MANY ones out there you choose from, some like embedded ones (used to add MIDI to old Synthesizers) like the MIDImplant PCB can be very cheap. You can drive many voices easily by assigning MIDI channels to each one too. I have 5 MIDI>CV converters in my rig for example.


#12

At the risk of reiterating what has been said above: I wouldn't consider not using the DSP aspect of the Axoloti overkill. The hardware is purpose designed for musical applications with its MIDI and USB connections in a way that few other systems are. And thanks to the DSP oriented software environment, you have very precise timing, great for sequencer work. And as you say the graphical programming environment is a large boon. Now, if it cost €399,- we could start worrying about overkill, but at €65,- especially considering all music oriented hardware is on the board, I'd say go for it.

In fact, the MPU used in the Axoloti is not really a DSP anyway, it's a fast microcontroller which these days means that it is fast enough to do audio processing; it's still no speed daemon and will be easily outclassed by any modern PC when it comes to processing capability.

The whole point of the Axoloti is that it is a self contained system with music oriented I/O and a very capable graphic programming environment. So I'd say go for it.


#13

Yeah as has already been said you'll probably have a much better time using midi output & using a midi to cv converter that has the ability to change its scaling. A quick google showed this as a cheap solution: https://midisizer.com/midi2cv-mk2/
I can't vouch for its accuracy having never used it but I feel like it's probably more accurate than trying to DIY something with little experience.

I'm definitely in the camp that says it's not a waste to use it for sequencing. As others have said the openness of the environment means that you can explore novel ideas & develop your sequencer in an exploratory manner.
I do think that if you're just looking for basic standalone sequencing duties then something like the Zaquencer might fulfil your needs better.

The Bcr200 & similar are decent just as controllers as well; whether you're using it for input or output midi is your friend! You can save a lot of headaches by utilising preexisting hardware & saving the work for exploring the ideas you wanted to explore in the first place rather than getting bogged down on the way!

edit: forgot to mention that there's a lot of things out there for just midi to gate too, whether it's something like the midiwidget that gives you 24 gate outs or integrated into a scalable midi to cv converter like the cv.ocd



#14

Lots of good information so far.

The Raspberry Pi is complete overkill for your sequencer. Although its price is lower, the processor that it's based on is designed for running full-blown GUI Applications that run on top of Linux. That's going to add a layer between your code and the hardware that will reduce performance (timing tightness) unless you'll willing to learn Linux device driver development.

In truth, something as lowly as the 8-bit PIC processor would be more than powerful enough to develop a very high performance sequencer that is as tight as any music hardware you might compare it to. Remember that devices like the venerable TR-808 were designed around an 8-bit processor that only clocked at a few megahertz. A PIC probably has about 10 times that processing power.

There are some options out there like the MIDIbox, It is open source and even has a sequencer.

However, I think you're right that the building-block environment of the axoloti is offering something that other systems do not have. You might be able to find a unique way to take advantage of it. The axoloti is slight overkill, but it will probably be way more enjoyable than rolling your own PIC-based sequencer.

Here you're getting at the power of embedded programming. Those Timer peripherals are where all the magic happens. You might even want to dig deeper than the Teensy FrequencyTimer library and code directly to the hardware for minimal latency (then again, constant latency isn't so bad if you're playing from a pre-recorded sequence).

Here is where you want to avoid Linux and instead work with the Timer peripherals directly. You can either do bare-metal coding or use a RTOS. I'm not totally familiar with whether the axoloti library allows access to the Timer hardware (like Teensy FrequencyTimer), so I'll let others speak to that. Usually, the operating system scheduler clock runs at 1 ms per tick accuracy, where the Timer hardware can operate down to nanoseconds if you need that accuracy. I've implemented 512-level resolution LED brightness PWM with Timer interrupts in the nanosecond range and it is rock solid.

Brian

p.s. I agree that sticking with MIDI coding and buying a finished product to add MIDI-to-CV would give you the most bang per buck, both in terms of dollars and in terms of development effort.


#15

Wow! Thanks for all the great replies. There's lots to get into here. I'm gonna go with Axoloti since above all else it would seem like I would genuinely 'enjoy' the platform and process, rather than it be a means to an end.

....Just need to wait until they are in so I can place an order.

I think my only concern with MIDI might be the resolution. Plus I would like to have both CV and MIDI available at the same time.