Hi,
first of all congratulations to setting up this project!! I am quite amazed about what is already working and l like very much the general setup (the backends, the settings + init file, and the quantization seems to be quite strong, too :), e.g. I enjoyed quite a lot seeing proper quarter triplets, instead of tied over stuff). This is really great!! In fact, I have really started trying out things only this morning (so I cannot tell that much). For the moment, I stumbled over a little problem:
(in-package :fm)
(fomus-init :ensemble-type :orchestra)
(fomus-newpart 1 :name "Piano" :instr :piano)
(fomus-newnote 1 :off 0 :dur 2 :note 61)
(fomus-exec)
What am I missing here? I get an error inside the quant algorithm. I suppose, this is just my problem....
Cheers,
Kilian Sprotte