Search found 239 matches

by noedig
Mon Dec 21, 2020 12:47 pm
Forum: Plugins, Effects and Instruments
Topic: (Solved) -Help with Carla channel filtering.
Replies: 4
Views: 1266

Re: Help with Carla channel filtering.

The "..." button menu from where you select the channel is only for MIDI learn I think, i.e. controlling the plugin parameters via MIDI. But they are not the actual plugin parameters themselves. The MIDI filter plugin passes or blocks channels. The 1-16 dropdown boxes on the left determine...
by noedig
Wed Dec 16, 2020 8:11 am
Forum: Plugins, Effects and Instruments
Topic: Fluidsynth help - Selecting instrument with stdin
Replies: 1
Views: 517

Re: Fluidsynth help - Selecting instrument with stdin

pyfuidsynth actually creates JACK or ALSA MIDI and audio devices, just like normal Fluidsynth. Thus you can route MIDI and audio as usual, without using the noteon, noteoff etc. commands. So it is actually then a lot easier using pyfluidsynth. Note that you can select the audio and MIDI driver in th...
by noedig
Mon Dec 14, 2020 5:52 am
Forum: System Tuning and Configuration
Topic: [SOLVED] No midi in/out BITWIG 3.2
Replies: 2
Views: 1329

Re: No midi in/out BITWIG 3.2

Bitwig uses ALSA MIDI in a way that requires exclusive access to it. If anything else is using it before Bitwig, then it won't be able to use it (and vice versa). Currently you are using a JACK MIDI bridge (a2j), so that is using the ALSA MIDI devices, thus Bitwig can't access them. You have to stop...
by noedig
Thu Nov 05, 2020 6:14 am
Forum: Linux Distributions & Other Software
Topic: How to install Carla on Ubuntu Studio 18.04
Replies: 3
Views: 1609

Re: How to install Carla on Ubuntu Studio 18.04

The .deb file (the link you posted, which is the same as found at https://kx.studio/Repositories) downloads fine for me using my browser, then opening and installing it with gdebi or whatever.
by noedig
Sat Oct 31, 2020 10:40 am
Forum: Newbies
Topic: Live midi
Replies: 5
Views: 1336

Re: Live midi

For on the fly patch preset switching, transposition and routing to other synths/effects, you can try Konfyt. https://github.com/noedigcode/konfyt, http://www.noedig.co.za/konfyt/ Ardour works for me as a plugin host for effects and synths and you can easily route MIDI and audio from Konfyt to Ardou...
by noedig
Mon Oct 26, 2020 2:36 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

I had successfully compiled Konfyt, though I had to compile it without support for Carla. Couldn't find the Carla development package. Sorry, but my OS doesn't have the command pkg-config. pkg-config is used to correctly add the dependant libraries. It is used for Carla, but also for liblscp, JACK ...
by noedig
Mon Oct 26, 2020 6:56 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

What exactly do you mean by crash? Does Konfyt crash when you try to load it, or does the SFZ simply not load properly? Konfyt crashes when I try to load the SFZ. but works with Carla By this, do you mean by running Konfyt with the --carla command line argument? No I can load the SFZ with Carla and...
by noedig
Sun Oct 25, 2020 10:48 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

That's odd. Do you mind posting the qmake error message?
Also, the output of

Code: Select all

pkg-config --libs carla-standalone
I will try to test on a Ubuntu 18.04 based system.
by noedig
Sun Oct 25, 2020 10:06 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

The carla package from the KXStudio repositories installs the development files.
by noedig
Sun Oct 25, 2020 9:56 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

What Linux distro are you using?
by noedig
Sun Oct 25, 2020 9:20 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.2

Thanks, I'm glad you like it!
fraslo wrote: Fri Oct 23, 2020 5:48 pm The Salamander Grand Piano SFZ crashes
What exactly do you mean by crash? Does Konfyt crash when you try to load it, or does the SFZ simply not load properly?
fraslo wrote: Fri Oct 23, 2020 5:48 pm but works with Carla
By this, do you mean by running Konfyt with the --carla command line argument?
by noedig
Wed Oct 14, 2020 6:35 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.2
Replies: 17
Views: 2758

[ANN] Konfyt Digital Keyboard Workstation v1.1.2

Konfyt 1.1.2 has been released! A lot of the code was refactored for this release in order to support per-layer MIDI indicators as well as general design improvements. The addition of global and per-layer sustain and pitchbend indicators allows the user to troubleshoot stuck MIDI problems at a glanc...
by noedig
Sun Oct 11, 2020 12:10 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.1
Replies: 3
Views: 1261

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.1

Short term answer: no. Long term answer: maybe. It depends on time and whether I start itching to incorporate it. Is there any reason you prefer sfizz? For me, LinuxSampler has always served my needs. Initially Carla was used for that, but when it switched to SFZero I found it lacking, so I found an...
by noedig
Sat Oct 10, 2020 2:07 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.1
Replies: 3
Views: 1261

[ANN] Konfyt Digital Keyboard Workstation v1.1.1

Konfyt 1.1.1 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
Thu Aug 06, 2020 6:46 am
Forum: Computer Related Hardware
Topic: Midi Pad Controller with built in midi command edit (programmable)
Replies: 4
Views: 1372

Re: Midi Pad Controller with built in midi command edit (programmable)

Maybe one of these products can do what you want? http://www.midisolutions.com/products.htm You could then use any generic pad controller with the MIDI processor unit in-between the pad controller and your other hardware. A DIY route is using a Teensy (https://www.pjrc.com/teensy/) for which there a...