Search found 239 matches

by noedig
Thu Sep 23, 2021 5:53 am
Forum: Linux Music News
Topic: BackupBand version 1.A -- Victims wanted
Replies: 17
Views: 19731

Re: BackupBand version 1.A -- Victims wanted

Looking forward to the release of the source code so I can fork it to a new community version called BanjoBand.
by noedig
Thu Aug 26, 2021 5:48 am
Forum: Plugins, Effects and Instruments
Topic: Gig Performer or Cantabile options for Linux- are there any?
Replies: 19
Views: 10477

Re: Gig Performer or Cantabile options for Linux- are there any?

Konfyt (https://github.com/noedigcode/konfyt) does part of what Cantabile and Gig Performer does - easily set up patches and switch between them for live keyboard playing. It does not have audio/midi backing tracks or plugin hosting capabilities, however. For that, you can hook it up to Carla (host ...
by noedig
Wed Jul 28, 2021 11:10 am
Forum: Samplers & samples
Topic: fluajho 1.6.2
Replies: 9
Views: 9214

Re: fluajho 1.6.2

Can't believe I didn't think of it first, but the most straight forward way to load sf2 files in Reaper at the moment would probably be with Carla. Add a carla-rack plugin on your track. Inside Carla, browse to your sf2 file and add it to the rack. Another sf2/Fluidsynth plugin option is Calf Fluids...
by noedig
Wed Jul 28, 2021 10:46 am
Forum: Samplers & samples
Topic: fluajho 1.6.2
Replies: 9
Views: 9214

Re: fluajho 1.6.2

I found the following options (haven't tried any myself) of plugins loading sf2 files, which should be usable in Reaper.
Unfortunately they all need to be compiled.

https://github.com/brummer10/Fluida.lv2

https://github.com/AZSlow3/FluidSynthVST

https://github.com/falkTX/FluidPlug
by noedig
Tue Jul 20, 2021 5:51 am
Forum: Computer Related Hardware
Topic: MIDI controller / filter for turning knobs with two values?
Replies: 6
Views: 6681

Re: MIDI controller / filter for turning knobs with two values?

Those are good tools to have in your toolbox, but it doesn't look like they can solve this issue. A memory of each CC must be kept, and when receiving a 65, it must increase the stored value and output it. When receiving a 1, it must decrease the stored value and output it. The output must be limite...
by noedig
Sun Jul 18, 2021 6:46 pm
Forum: Computer Related Hardware
Topic: MIDI controller / filter for turning knobs with two values?
Replies: 6
Views: 6681

Re: MIDI controller / filter for turning knobs with two values?

It is possible with mididings if you're okay with some scripting.

I would post an example, but I just discovered that it's not in the Ubuntu repositories anymore and there's a few snags to get it to build.
by noedig
Sat Jul 17, 2021 3:21 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.5
Replies: 2
Views: 7707

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

The external applications section is actually not limited to the options in the dropdown list. Those are just there for convenience. You can type any application and arguments into the text box. But, you are not wrong, NSM would probably be a good addition. The only reason it's not implemented thoug...
by noedig
Thu Jul 15, 2021 5:27 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.5
Replies: 2
Views: 7707

[ANN] Konfyt Digital Keyboard Workstation v1.1.5

Konfyt 1.1.5 has been released! Changelog: Added - Ignore global transpose option in layer MIDI filter - Ignore global volume option for buses (checkbox on Ports and Buses screen) The source code and precompiled binaries are available on Github: https://github.com/noedigcode/konfyt Konfyt is a digit...
by noedig
Thu Jun 24, 2021 7:07 pm
Forum: System Tuning and Configuration
Topic: Reaper not detecting keyboard but jack does. Solved.
Replies: 4
Views: 7494

Re: Reaper not detecting keyboard but jack does.

QJackCtl shows the Arturia as an ALSA device, not a JACK device (see the "ALSA" logo on the device in QJackCtl). Try either the JACK route: 1. Ensure Reaper is set up to use JACK MIDI (under Audio/Device I think?). I think it is set to use JACK MIDI in your screenshot. 2. Then Enable one o...
by noedig
Sat Jun 19, 2021 3:00 pm
Forum: Plugins, Effects and Instruments
Topic: Carla preset changes via Midi CC or Program Change?
Replies: 7
Views: 3652

Re: Carla preset changes via Midi CC or Program Change?

I can confirm that this bug happens on my system as well. Unfortunately I do not have a workaround.

Like you said, the preset slots simply aren't cleared on preset changes.
by noedig
Fri Apr 16, 2021 5:31 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.4
Replies: 0
Views: 3948

[ANN] Konfyt Digital Keyboard Workstation v1.1.4

Konfyt 1.1.4 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
Tue Jan 12, 2021 6:45 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.3
Replies: 1
Views: 1487

[ANN] Konfyt Digital Keyboard Workstation v1.1.3

Konfyt 1.1.3 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
Sun Jan 03, 2021 11:36 am
Forum: Plugins, Effects and Instruments
Topic: Carla preset changes via Midi CC or Program Change?
Replies: 7
Views: 3652

Re: Carla preset changes via Midi CC or Program Change?

Thanks, those are good suggestions.

a) Fader pickup - very good idea. Will probably only be able to add this a bit later.

b) Move layers up/down - this is now implemented on the testing branch on Github, so you can try it out if you want or wait for the official release (hopefully) later this month.
by noedig
Fri Jan 01, 2021 11:25 am
Forum: Plugins, Effects and Instruments
Topic: Carla preset changes via Midi CC or Program Change?
Replies: 7
Views: 3652

Re: Carla preset changes via Midi CC or Program Change?

I found another way using OSC. See Carla's supported OSC commands by going to Help -> About, OSC tab. For example, if you have the ZynAddSubFx LV2 plugin as your first plugin, the OSC command required to change the preset is: /Carla/0/set_program 400 where 0 corresponds to the first plugin, and 400 ...
by noedig
Fri Jan 01, 2021 9:33 am
Forum: Plugins, Effects and Instruments
Topic: Carla preset changes via Midi CC or Program Change?
Replies: 7
Views: 3652

Re: Carla preset changes via Midi CC or Program Change?

In the Carla plugin properties window, there are program change options: - Map Program Changes: does not send the bank/program messages to the plugin itself, but uses it to change the "MIDI Program" (the combo box at the top). - Send Bank/Program Changes: sends the bank/program messages th...