Search found 239 matches

by noedig
Wed Aug 05, 2020 8:42 am
Forum: System Tuning and Configuration
Topic: Midi data capture application
Replies: 12
Views: 3006

Re: Midi data capture application

An easy way to send MIDI is to use virtual keyboards like VMPK, jack-keyboard or the new https://github.com/brummer10/Mamba.

If you're willing to do Python scripting, Mididings is an option.
by noedig
Thu Apr 02, 2020 11:25 am
Forum: System Tuning and Configuration
Topic: Midi controller not working in Bitwig (Works in WINE though)
Replies: 10
Views: 4044

Re: Midi controller not working in Bitwig (Works in WINE though)

According to the man page, a2j_control dhw should disable exporting of hardware. However, the daemon will still be running. To stop it from running, try a2j_control stop and/or a2j_control exit in various combinations and see if the daemon stays down after restart? I haven't used a2j_control myself.
by noedig
Wed Apr 01, 2020 6:51 pm
Forum: System Tuning and Configuration
Topic: Midi controller not working in Bitwig (Works in WINE though)
Replies: 10
Views: 4044

Re: Midi controller not working in Bitwig (Works in WINE though)

Pipewire is a new audio system under development. I didn't know anyone was using it yet.
Perhaps you can try to stop it. What Linux distro are you using?
by noedig
Tue Mar 31, 2020 3:27 pm
Forum: System Tuning and Configuration
Topic: Midi controller not working in Bitwig (Works in WINE though)
Replies: 10
Views: 4044

Re: Midi controller not working in Bitwig (Works in WINE though)

I guess a better way to see if anything is connected to your ALSA MIDI device is to just use aconnect --list A connection looks like client 28: 'SAMSON Graphite MF8' [type=kernel,card=3] 0 'SAMSON Graphite MF8 MIDI 1' Connecting To: 129:0[real:0] Connected From: 129:0 while no connections look like ...
by noedig
Tue Mar 31, 2020 3:22 pm
Forum: System Tuning and Configuration
Topic: Midi controller not working in Bitwig (Works in WINE though)
Replies: 10
Views: 4044

Re: Midi controller not working in Bitwig (Works in WINE though)

Sorry to hear. If you still wanted to debug (you could try with the demo version of Bitwig), you can start by seeing if anything is using your ALSA MIDI device: Run amidi -l to list MIDI devices. Run amidi -p hw:2,0,0 -d to dump raw data from your MIDI device, changing "hw:2,0,0" to your d...
by noedig
Sun Mar 29, 2020 5:56 am
Forum: System Tuning and Configuration
Topic: Midi controller not working in Bitwig (Works in WINE though)
Replies: 10
Views: 4044

Re: Midi controller not working in Bitwig (Works in WINE though)

Bitwig uses MIDI through ALSA and requires exclusive access to a device, meaning any other programs using ALSA MIDI, including ALSA/JACK bridges, need to be stopped. See previous posts on this: https://linuxmusicians.com/viewtopic.php?f=1&t=19707 https://linuxmusicians.com/viewtopic.php?f=4&...
by noedig
Sun Jan 19, 2020 10:26 am
Forum: Plugins, Effects and Instruments
Topic: New plugin without name - ideas welcome
Replies: 23
Views: 3299

Re: New plugin without name - ideas welcome

Why not call it Milkshake :-P
by noedig
Fri Jan 17, 2020 10:07 am
Forum: Plugins, Effects and Instruments
Topic: Jack audio kit install help
Replies: 5
Views: 1119

Re: Jack audio kit install help

I’m trying to install jack audio kit on a mac. I just got a mac yesterday so everything is different from windows. I tried the tar xvzf command in terminal to extract the tar file but all I get is a folder. This is where I don’t know how to open the application. Can anyone help? Thanks https://jack...
by noedig
Fri Jan 10, 2020 4:01 pm
Forum: Computer Related Hardware
Topic: USB Audio interface for low latency
Replies: 9
Views: 5527

Re: USB Audio interface for low latency

I have no idea if some USB sound cards are known to have lower latency than others, but assuming that you can achieve the required low latency with most devices, other factors that play a role is the speed of your laptop and the general low latency audio tips (low latency/realtime adjustments for ke...
by noedig
Fri Dec 27, 2019 12:41 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.0
Replies: 0
Views: 918

[ANN] Konfyt Digital Keyboard Workstation v1.1.0

Konfyt 1.1.0 has been released! Konfyt is a digital keyboard workstation for Linux which allows you to set up patches, each with multiple layers, and instantly switch between these patches for live keyboard playing. Patches may consist of multiple layers of soundfonts (.sf2), SFZ instruments, audio ...
by noedig
Wed Nov 27, 2019 4:41 pm
Forum: Recorders & Sequencers
Topic: live looping implementation
Replies: 7
Views: 2134

Re: live looping implementation

jguerrero wrote:Definitively will take a look on that, is master branch the stable one?
Yes (but testing branch is not necessarily unstable at the moment).
by noedig
Wed Nov 27, 2019 6:41 am
Forum: Recorders & Sequencers
Topic: live looping implementation
Replies: 7
Views: 2134

Re: live looping implementation

My problem is I that can't figure out how to automate the instrument channel selection with midi cc or notes, any help is very appreciated, thanks in advance Konfyt ( https://github.com/noedigcode/konfyt ) is ideal for switching patches for live playing. Patch switching can be done with any MIDI ev...
by noedig
Mon Oct 07, 2019 6:01 am
Forum: Notation Editors
Topic: Routing different MIDI instruments to different applications
Replies: 4
Views: 23239

Re: Routing different MIDI instruments to different applications

You can also use Konfyt for this. https://github.com/noedigcode/konfyt MIDI can be input on one MIDI port, and then multiple instrument layers can be created, each using a different MIDI channel. SF2 and SFZ instruments can be hosted directly in the app. External synth apps can also be used by using...
by noedig
Sat Sep 14, 2019 4:00 pm
Forum: Computer Related Hardware
Topic: USB-Midi keyboard UMK49 Jack problems.
Replies: 9
Views: 3477

Re: USB-Midi keyboard UMK49 Jack problems.

It looks like you're using the raw MIDI Driver setting in QJackCtl, since there is a system MIDI client in your MIDI tab and it won't allow you to make ALSA MIDI connections. It looks like the raw MIDI driver takes control of ALSA devices exclusively so no other program can make connections. In this...
by noedig
Sat Jul 13, 2019 5:35 pm
Forum: Linux Distributions & Other Software
Topic: Bitwig Studio 3.0 is out now.
Replies: 26
Views: 8757

Re: Bitwig Studio 3.0 is out now.

Bitwig's JACK support is only for audio. For MIDI, Bitwig still uses ALSA MIDI devices directly and exclusively, i.e. you can't use a device while Bitwig is using it. Bitwig also doesn't show up in the ALSA MIDI tag in QJackCtl, MIDI configuration is done within bitwig as shown by jonetsu. Previous ...