Search found 239 matches

by noedig
Mon Dec 31, 2018 10:18 am
Forum: Suggestion Box
Topic: Wiki update
Replies: 55
Views: 74160

Re: Wiki update

On another note: on the http://linuxaudio.org/ page, when you click on Resources, this link: lowlatency.linuxaudio.org Linux Audio Low-Latency Performance How-To points to a very outdated wiki page. Can this be removed? I think a single link to the wiki (already present) is sufficient IMHO. Also, th...
by noedig
Sat Dec 29, 2018 8:30 pm
Forum: Plugins, Effects and Instruments
Topic: How to use SFZero?
Replies: 4
Views: 1813

Re: How to use SFZero?

Carla switched possibly because the LinuxSampler licence has some restrictions which does not make it pure GPL. There was also some stability and high memory issues with the LS plugin that Carla was using. You could load it in Carla (the VST, or the SFZ directly) or in another host, like Ardour, QTr...
by noedig
Sat Dec 29, 2018 3:42 pm
Forum: Plugins, Effects and Instruments
Topic: How to use SFZero?
Replies: 4
Views: 1813

Re: How to use SFZero?

LinuxSampler actually has more complete SFZ support than SFZero. SFZero has very limited support at the moment. The .so file is possibly a VST (haven't tested it myself). Try putting it in your VST directory, such as ~/.vst (that is, the .vst directory in your home directory) and then scanning for p...
by noedig
Fri Dec 28, 2018 6:01 am
Forum: Plugins, Effects and Instruments
Topic: Carla/SFZero transpose problem
Replies: 3
Views: 1010

Re: Carla/SFZero transpose problem

If the SFZ you're using isn't too complicated, you could try converting it to an SF2 soundfont with Polyphone, which you can then easily load with Carla or one of the other Fluidsynth plugins. Even if it reduces some fidelity, it's still a convenient temporary middleground to easily use the samples,...
by noedig
Fri Nov 23, 2018 7:03 pm
Forum: Samplers & samples
Topic: Help finding the right software
Replies: 9
Views: 4165

Re: Help finding the right software

I second Mididings, it works very well.

QMidiRoute will also help you convert Program Change messages to notes.
Here's a video showing how to set it up with PetriFoo.
https://youtu.be/fkmR7CmREh0
by noedig
Thu Nov 01, 2018 11:27 am
Forum: Plugins, Effects and Instruments
Topic: No midi port in Helm?
Replies: 6
Views: 2834

Re: No midi port in Helm?

Do you have a JACK/ALSA MIDI bridge running? If so, stop it before launching Helm. Helm might need sole access to the ALSA hardware MIDI.
by noedig
Thu Nov 01, 2018 3:49 am
Forum: Plugins, Effects and Instruments
Topic: No midi port in Helm?
Replies: 6
Views: 2834

Re: No midi port in Helm?

In Helm, click on the logo at the top left. It will show a dialog with ALSA MIDI port connections at the bottom.
by noedig
Tue Oct 30, 2018 3:39 pm
Forum: Recorders & Sequencers
Topic: midi and bitwig and cadence set up problem
Replies: 5
Views: 2510

Re: midi and bitwig and cadence set up problem

i usually run Mixbus at the same time with a faderport 8 which needs the audio bridge Do you mean MIDI bridge? Some things to try: 1.) First start Bitwig, make sure its MIDI-in is working from your nanokey, then start the bridge. This way Bitwig already captured the nanokey and the bridge will like...
by noedig
Tue Oct 30, 2018 4:10 am
Forum: Recorders & Sequencers
Topic: midi and bitwig and cadence set up problem
Replies: 5
Views: 2510

Re: midi and bitwig and cadence set up problem

Not sure if it has changed since, but if I recall correctly, last time I used Bitwig, it needed sole access to the ALSA MIDI devices. Thus, do not even start the MIDI bridge (and stop it if it is running). As for the general case, I find no difference between first plugging in the device and then st...
by noedig
Sun Sep 30, 2018 11:52 am
Forum: Samplers & samples
Topic: How to "browse" sf2 files quickly and easily?
Replies: 14
Views: 7714

Re: How to "browse" sf2 files quickly and easily?

Another app for loading soundfonts that was recently announced:
https://github.com/diovudau/Fluajho
by noedig
Sun Sep 30, 2018 11:48 am
Forum: Samplers & samples
Topic: How to "browse" sf2 files quickly and easily?
Replies: 14
Views: 7714

Re: How to "browse" sf2 files quickly and easily?

tavasti wrote:Should I make bug report on github about this, or do we discuss it here?
Don't mind discussing it here, but it's probably a bit off topic. Can you please make a bug report and include your OS and Fluidsynth version.
by noedig
Sat Sep 29, 2018 12:11 pm
Forum: Samplers & samples
Topic: How to "browse" sf2 files quickly and easily?
Replies: 14
Views: 7714

Re: How to "browse" sf2 files quickly and easily?

Great app. Unfortunately, for me it gets jammed pretty often. When changing soundfont or it's patch in preview mode, pretty often whole software stucks. After it nothing works, only way is to close it. I assume it is somehow related to UI handling. Did not run it in debugger yet. Does this happen r...
by noedig
Thu Sep 13, 2018 6:12 pm
Forum: Samplers & samples
Topic: How to "browse" sf2 files quickly and easily?
Replies: 14
Views: 7714

Re: How to "browse" sf2 files quickly and easily?

This is exactly why I initially started creating my app a few years ago (though by now it does a bit more).

http://www.noedig.co.za/konfyt/

It scans a folder that you specify, adds all the sf2 files and their programs to a library, which you can then browse or search.
by noedig
Thu Sep 06, 2018 7:37 pm
Forum: Recorders & Sequencers
Topic: A program like iMaschine or the Beatbuddy pedal for linux?
Replies: 10
Views: 2888

Re: A program like iMaschine or the Beatbuddy pedal for linux?

You could try Giada https://www.giadamusic.com/ or Luppp http://openavproductions.com/luppp/ , although I don't think the latter has support for recording/looping MIDI. But you could always just record audio drum loops. Bitwig Studio will also be able to do exactly what you want, but it's not free.
by noedig
Tue Aug 28, 2018 7:45 am
Forum: The Producer's Area
Topic: Ardour monitoring question
Replies: 2
Views: 4690

Re: Ardour monitoring question

The track's mixer strip has an "In" button and a "Disk" button. "In" means it monitors what is incoming, while "Disk" means it only monitors what has been recorded. If you enable "Disk", you will not hear the incoming signal while recording, but shou...