Search found 477 matches

by milkii
Thu Mar 11, 2021 7:13 pm
Forum: Plugins, Effects and Instruments
Topic: GSI VB3 II
Replies: 4
Views: 1769

Re: GSI VB3 II

Re JUCE plugins, it is generally worth requesting an LV2 version through the use of https://github.com/DISTRHO/JUCE See also https://github.com/Chowdhury-DSP/DISTRHO-JUCE/commits/distrho-fork-lv2 for cmake additions. A note that the developer can find support for this in #lad on freenode IRC would a...
by milkii
Mon Mar 08, 2021 10:30 pm
Forum: Plugins, Effects and Instruments
Topic: AKAI MPC virtual Emulator
Replies: 5
Views: 2587

Re: AKAI MPC virtual Emulator

lv2 version is now in alpha/beta, needing testers. ubuntu .debs available.

https://github.com/izzyreal/vmpc-juce/issues/19
by milkii
Sun Mar 07, 2021 1:31 pm
Forum: Music Theory/Songwriting
Topic: mpv, the ffmpeg showcqt filter and some data: quick JACK audio to waterfall spectrgraph w/ note/octave overlay
Replies: 0
Views: 7279

mpv, the ffmpeg showcqt filter and some data: quick JACK audio to waterfall spectrgraph w/ note/octave overlay

based on https://github.com/mfcc64/mpv-scripts/blob/master/visualizer.lua and https://github.com/mfcc64/showcqt-bash resolution is 800x600, 30fps. if someone wants to make it better, please do. # basic, no data image mpv --config=no --quiet --lavfi-complex="[aid1] asplit [ao], afifo, aformat = ...
by milkii
Tue Dec 29, 2020 2:46 am
Forum: Plugins, Effects and Instruments
Topic: aarch64/arm compatible plugins
Replies: 6
Views: 1634

Re: aarch64/arm compatible plugins

IMHO, either directly compiling packages from the AUR (just batter through the "your arch isn't listed, you sure you want to try and build?", more than 95% of the time it works) when using Manjaro/Arch based distro, and/or check out https://github.com/DISTRHO/PawPaw which is a very new eff...
by milkii
Sat Dec 26, 2020 11:54 pm
Forum: Recorders & Sequencers
Topic: JACK/LV2 CV
Replies: 22
Views: 24836

Re: JACK/LV2 CV

I want to use the volume_up and volume_down keys to turn the volume knob in LSP's volume compensator: https://lsp-plug.in/?page=manuals&section=loud_comp_stereo I do use Carla The buttons can give a relative "+1" and "-1" for something, but the volume CC automation expects a...
by milkii
Sat Dec 26, 2020 5:26 am
Forum: Recorders & Sequencers
Topic: JACK/LV2 CV
Replies: 22
Views: 24836

Re: JACK/LV2 CV

In Carla, at least, one can link either incoming MIDI CC or CV to change a parameter. There are various keyboard2midi apps, many listed here . I think though most of these are about inputting MIDI notes, but then there are various MIDI filter/conversion plugins that could map notes to CC or even CV,...
by milkii
Sat Nov 07, 2020 1:21 am
Forum: System Tuning and Configuration
Topic: i3wm midi keyboard mode
Replies: 5
Views: 1379

Re: i3wm midi keyboard mode

N.b. after many years away, I've just moved back to awesome. Needed an automatic layout, but not the columnar/row affair of i3 (or bleeding edge of swaywm). Just got to get used to Lua :)
by milkii
Thu Nov 05, 2020 3:50 pm
Forum: System Tuning and Configuration
Topic: i3wm midi keyboard mode
Replies: 5
Views: 1379

Re: i3wm midi keyboard mode

I'm a bspwm kinda person, but I'll ask about re i3 folk to test :)
by milkii
Tue Nov 03, 2020 11:06 pm
Forum: System Tuning and Configuration
Topic: i3wm midi keyboard mode
Replies: 5
Views: 1379

Re: i3wm midi keyboard mode

Neato. Might you be willing to put it in like a GH gist or repo, so it can be cloned etc?
by milkii
Wed Sep 16, 2020 10:23 pm
Forum: Developer's Section
Topic: Real time audio programming (with RtAudio)
Replies: 4
Views: 11009

Re: Real time audio programming (with RtAudio)

LV2 can also do CV.
by milkii
Thu Sep 03, 2020 8:55 pm
Forum: Plugins, Effects and Instruments
Topic: ALO (live midi looper) in Carla
Replies: 21
Views: 8001

Re: ALO (live midi looper) in Carla

<milkii> falktx: might this https://linuxmusicians.com/viewtopic.php?p=122455#p122455 scenario be hypothetically doable? <@falktx> milkii: depends on who is the transport master <@falktx> if that is carla, with link enabled, then yes <@falktx> carla can react to link stuff and "propagate"...
by milkii
Mon Aug 31, 2020 10:02 pm
Forum: Plugins, Effects and Instruments
Topic: ALO (live midi looper) in Carla
Replies: 21
Views: 8001

Re: ALO (live midi looper) in Carla

I see now the limitation of JACK transports inability to be driven by another system.

So I've made a request regarding seq66.
by milkii
Fri Aug 21, 2020 12:43 pm
Forum: Plugins, Effects and Instruments
Topic: ALO (live midi looper) in Carla
Replies: 21
Views: 8001

Re: ALO (live midi looper) in Carla

See also my notes; https://wiki.thingsandstuff.org/MIDI#MIDI_looping plus the Sequencer page. I looked far and wide for what you're looking for. I still think trying to drive JACK Transport from Ableton Link is your best bet. sequencer64/seq66 is the only MIDI looping app with adequate MIDI control ...