Hello, All--
i've set up a tempo map for my midi tracks in qtractor:
ms. 1: 3/4
ms. 2: 4/4
ms. 4: 2/4
ms. 5: 5/4
That holds for a while, and then qtractor keeps changing the tempo map
to a unform 3/4 or 5/4. i change the map, only to have qtractor
correct me, later. Does anybody know why this happens?
Thanks!
il lupo
Well I never really made any use of my account, but with Microsoft's takeover
I'm off :(
But first I'll be poisoning it with crap data, so apologies to anyone else on
linkedin who sees odd messages as a result.
--
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.
Hello,
I have recently added the Jack MIDI support [1] to Incudine [2].
The incudine command is optional but if you are able to install it,
the follow script is a simple jack-midi-dump in Common Lisp:
chmod +x jack-midi-dump
./jack-midi-dump
The directory incudine/doc contains a man page for the incudine command.
#!/usr/local/bin/incudine --script
(defvar *midiin* (jackmidi:open))
(setf (logger-level) :info)
(setf (logger-time) nil)
(make-responder *midiin*
(lambda (st d1 d2)
(cond ((jackmidi:sysex-message-p st)
(msg info "~S"
(jackmidi:input-stream-sysex-octets *midiin*)))
(t (msg info "~D ~D ~D" st d1 d2)))))
(rt-start)
(recv-start *midiin*)
(msg info "Press <Enter> to exit.")
(read-line)
P.S. a score file (called rego file) for incudine is emacs org-mode friendly;
there is a useless but extreme example in /path/to/incudine/tests/rego/org-mode.rego
[1] http://incudine.sourceforge.net/tutorial_jackmidi.html
[2] http://incudine.sourceforge.net/
Hi,
During some recent rehearsals we set up some mics to experiment with live
recordings in preparation for a new album of original material to be
recorded throughout the summer. We decided to document a few arrangements
of some of our favorite artists and number one on the list was the
immortal Freddie King. http://www.freddiekingsite.com/
These were tracked live (warts, glitches, flubs, flurbs and all) to a
Presonus 1818VSL and recorded in Harrison Mixbus 3 using AV Linux 2016.
For good measure I whipped up some cheesy faux 70's Live album art in
GIMP.
Going Down: https://soundcloud.com/rated-blue/going ... king-cover
Yonder Wall: https://soundcloud.com/rated-blue/yonde ... king-cover
In 'Yonder Wall' I totally dropped a bass solo on Pete without warning and
he didn't let me down :lol:
Glen