Search found 233 matches

by noedig
Mon Jan 17, 2022 5:59 am
Forum: Original Scores & Recordings
Topic: It's been a long time coming, some metal
Replies: 16
Views: 8961

Re: It's been a long time coming, some metal

Awesome song! \m/
by noedig
Tue Dec 21, 2021 5:09 pm
Forum: Backstage
Topic: DAWbench podcast with Paul Davis of Ardour
Replies: 3
Views: 7001

DAWbench podcast with Paul Davis of Ardour

Interesting podcast episode with Paul Davis of Ardour.
https://dawbench.libsyn.com/episode-14- ... fHPxACtNCA
by noedig
Mon Dec 13, 2021 5:18 am
Forum: Computer Related Hardware
Topic: Alsa MIDI to Jack MIDI
Replies: 5
Views: 19222

Re: Alsa MIDI to Jack MIDI

Additionally, the -u option for a2jmidid is quite useful. It removes the extra numbers that ALSA adds to the MIDI device names. The numbers may change after a reboot, potentially causing hosts to not recognize the new device names.

Code: Select all

a2jmidid -ue
by noedig
Mon Nov 29, 2021 5:38 am
Forum: Newbies
Topic: MIDI Thru?
Replies: 1
Views: 4427

Re: MIDI Thru?

Are you using an additional MIDI controller/keyboard to send MIDI, or are you only using the JU-06A?
Is it possible that there is a MIDI channel missmatch? I.e. your hardware is ignoring the MIDI channel that you are sending back out ("thru").
by noedig
Tue Nov 23, 2021 10:03 am
Forum: Newbies
Topic: Super Newbie Reaper Q: Can't get multiple inputs
Replies: 4
Views: 5319

Re: Super Newbie Reaper Q: Can't get multiple inputs

You can also right-click on the record button for a menu of everything.
by noedig
Mon Oct 18, 2021 7:10 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.6
Replies: 5
Views: 9501

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

That's correct. Raising the "Velocity Limit Min" will raise the lower velocities to the minimum level. It might give you the effect you're looking for - "boost/gain" of the soft notes. If you want more control over the velocity curve, you could use Mididings, or some MIDI plugin ...
by noedig
Thu Oct 14, 2021 5:14 am
Forum: Suggestion Box
Topic: Smile icon
Replies: 6
Views: 9400

Re: Smile icon

+1 for the smiley change.

-1 for the lack of eclairs.
by noedig
Wed Oct 13, 2021 9:41 am
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.6
Replies: 5
Views: 9501

[ANN] Konfyt Digital Keyboard Workstation v1.1.6

Konfyt 1.1.6 has been released! Changelog: Added - Filesystem view now supports previewing of instruments like the library. - Global transpose keyboard shortcuts added to live mode. Fixes - Pitchbend now works if Carla backend is used to play SFZ files. - Fix SF2 loading from command-line arguments....
by noedig
Fri Oct 01, 2021 9:57 am
Forum: Developer's Section
Topic: Any graphic artists here? New AV Linux Logo... help wanted!!
Replies: 35
Views: 28989

Re: Any graphic artists here? New AV Linux Logo... help wanted!!

Was just playing around with an idea, maybe this can lead to something?
The "sine wave" tails aren't quite there yet and the balance is a bit off, but you get the idea.
avlinux 2021-10-01 115253.png
avlinux 2021-10-01 115253.png (18.46 KiB) Viewed 7162 times
by noedig
Thu Sep 23, 2021 5:53 am
Forum: Linux Music News
Topic: BackupBand version 1.A -- Victims wanted
Replies: 17
Views: 19297

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: 10363

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: 9169

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: 9169

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: 6641

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: 6641

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.