Search found 8 matches

by Jorin
Mon Sep 23, 2019 7:36 am
Forum: Notation Editors
Topic: Sharing my LilyPond workflow
Replies: 5
Views: 35462

Re: Sharing my LilyPond workflow

Not to be that guy, but there is a very usable EMACS mode for Lilypond. I've been been writing all my Lilypond code with it since 2003 or so. Started with Lilypond 1.8 I think. For larger projects where multiple scores are being combined in to books I use a Ghostscript and GNU Make. Essays and comp...
by Jorin
Fri Aug 16, 2019 9:33 am
Forum: Computer Related Hardware
Topic: Focusrite Scarlett 18i20 2nd Gen mixer driver
Replies: 128
Views: 74255

Re: Focusrite Scarlett 18i20 2nd Gen mixer driver

Hi? I downloaded Sources Code.zip from Test6 Assets. Can you tell me how to install? https://github.com/geoffreybennett/scarlett-gen2/releases/tag/v5.2.2s9 You will need to compile the kernel. It's not too hard, though it can be a bit daunting. Specifics might vary between distributions. Here's an ...
by Jorin
Mon Aug 12, 2019 9:00 pm
Forum: Notation Editors
Topic: Sharing my LilyPond workflow
Replies: 5
Views: 35462

Sharing my LilyPond workflow

Hey! I figured I ought share my workflow here because absolutely no one anywhere else would show any interest in my extremely wonky but fully functional workflow. So, my work uses four tools: neovim , my editor of choice. There isn't a whole lot to unpack here -- just my personal preferences. The of...
by Jorin
Mon Aug 12, 2019 12:10 am
Forum: Computer Related Hardware
Topic: Focusrite Scarlett 18i20 2nd Gen mixer driver
Replies: 128
Views: 74255

Re: Focusrite Scarlett 18i20 2nd Gen mixer driver

[...] I will need a USB trace showing how the Focusrite driver initialises the interface. To capture this trace you can use either a Linux host with the Focusrite Control software running in a VM or it looks like you could just capture it on a Windows host by using https://desowin.org/usbpcap/ [......
by Jorin
Sun Aug 11, 2019 11:15 pm
Forum: Linux Distributions & Other Software
Topic: Scarlett 18i20 gen 2 won't run above 48kHz
Replies: 2
Views: 2055

Scarlett 18i20 gen 2 won't run above 48kHz

Hello! I'm trying to work my setup and though I had success with a 2i4 in the past, my 18i20 is giving me trouble. When turning my sample rate above 48kHz, i.e. 88.2kHz at minimum, I get everything playing at half speed and distorting terribly, so there seems to be some mismatch there with the inter...
by Jorin
Thu Apr 18, 2019 10:46 am
Forum: Computer Related Hardware
Topic: Focusrite Scarlett 18i20 2nd Gen mixer driver
Replies: 128
Views: 74255

Re: Focusrite Scarlett 18i20 2nd Gen mixer driver

[...] Outputs here: https://gist.github.com/jorins/46bce342fadce4e6a6cbbd2feacd7243 [...] [...] My corresponding lsusb & usbmon output is available at https://gist.github.com/geoffreybennett/d861b358174317880d432607687efc6f if you'd like to look and compare. I also included the contents of /sys...
by Jorin
Sat Apr 13, 2019 3:45 pm
Forum: Computer Related Hardware
Topic: Focusrite Scarlett 18i20 2nd Gen mixer driver
Replies: 128
Views: 74255

Re: Focusrite Scarlett 18i20 2nd Gen mixer driver

geoffrey wrote: [...]
Outputs here: https://gist.github.com/jorins/46bce342 ... 2feacd7243

I don't have any usbmon executable, but I was able to find /sys/kernel/debug/usb/usbmon and it appears to be the output you were looking for.
by Jorin
Fri Apr 12, 2019 5:57 pm
Forum: Computer Related Hardware
Topic: Focusrite Scarlett 18i20 2nd Gen mixer driver
Replies: 128
Views: 74255

Re: Focusrite Scarlett 18i20 2nd Gen mixer driver

Hello! I compiled your kernel from the GitHub branch on Manjaro (Arch Linux based). Unfortunately I'm having no luck. alsamixer -cUSB just says cannot load mixer controls: Protocol error . Dumped some basic info here: https://gist.github.com/jorins/12779bcbfe20082f6d5de3f7b0e6a6d1 Let me know what m...