Search found 21 matches

by Breezy
Thu Nov 24, 2022 9:10 am
Forum: Newbies
Topic: Decent Sampler ( deletes the DecentSampler preset file )
Replies: 10
Views: 3021

Re: Decent Sampler ( deletes the DecentSampler preset file )

Line 80

<effect type="lowpass" frequency="22000 "/>

Deleting the space so it becomes

<effect type="lowpass" frequency="22000"/>

worked for me.

by Breezy
Wed Nov 23, 2022 3:11 pm
Forum: Newbies
Topic: Decent Sampler ( deletes the DecentSampler preset file )
Replies: 10
Views: 3021

Re: Decent Sampler ( deletes the DecentSampler preset file )

Hi. I'm running Ardour on AVlinux MX Edition and have found the same problem with Decent Sampler. However I had some presets that saved and launched fine while others, mainly recent downloads from Pianobook, exhibited the same behaviour you describe. Updating to version 1.6.11 didn't solve anything....
by Breezy
Thu Nov 03, 2022 1:24 pm
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

The wave (.cmp) files should be in /usr/share/NoBudget so those are in your root directory. Also a few shared libs are copied to /usr/local/libs. That is what I would expect to happen if I were doing a system-wide install. But I was attempting a single-user install. And when I do that the files end...
by Breezy
Thu Nov 03, 2022 11:21 am
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

Well, yes but it's not that simple. If you use "su" the environment is still the environment of the user who calls "su" For running shell script such as the installer, it doesn't make any difference as sh exists in /usr/bin/ which is in the user's environment by default. Clear? ...
by Breezy
Thu Nov 03, 2022 11:17 am
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

If you use su, the /root folder becomes the home folder, I think? So then everything goes there? OK. So that's a mistake at my end. But that shouldn't persist into a new session; j_e_f_f_g - thanks for the edit to the gui.sh file. That does allow the whole installation to run in terminal rather tha...
by Breezy
Thu Nov 03, 2022 9:58 am
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

You can set the timeout for sudo to retain the password in /etc/sudoers by adding: Defaults timestamp_timeout=xx Yes, this does make a difference. I'm not sure what the default for AVL-MXE is but I set it as you suggested. So I now only need to enter the password once, and only my user password rat...
by Breezy
Thu Nov 03, 2022 8:58 am
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

If I run the installer from the command line I only get asked for my sudo password once*, and everything is installed. Some shared libaries go into /usr/lib/, so for that the sudo password is needed. That's the behavior I expected. Or at least what I'd have expected on my office machine running Pep...
by Breezy
Wed Nov 02, 2022 7:48 pm
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

Not so far as I can see. I don't know where files from the install using sudo ended up. Some from the previous attempt, where I keyed in the password 10 times, did end up in the home/.lv2 directory. I'm guessing that's where they should be, so that's a positive sign. I just need a way for the passwo...
by Breezy
Wed Nov 02, 2022 3:43 pm
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

After reading an earlier thread I tried the suggestion of preceding the install command with sudo. From what I remember AVL-MX doesn't typically use sudo but thought I'd give it a go. Typing my user password (rather than root) seemed to allow the install to complete. And it sort of made sense; I was...
by Breezy
Wed Nov 02, 2022 12:48 pm
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

I've downloaded and unpacked the lv2 version of NBO. For info I'm running AVLinux MX-21 Edition; not 21.1 but with all system updates installed through repos. When I follow the install instructions I get asked for root password. After hitting return I get asked for it again. I assumed I'd mistyped b...
by Breezy
Wed Nov 02, 2022 8:29 am
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Re: Midi controller for No Budget Orchestra

Thanks both, for the swift and helpful replies. porzione - I've never worked with lua scripts although I did watch Dave Healey's tutorial earlier this year. I hadn't considered limiting the range a controller might cover. I'll investigate. j_e_f_f_g - I've been away both from music production and th...
by Breezy
Tue Nov 01, 2022 3:26 pm
Forum: Samplers & samples
Topic: Midi controller for No Budget Orchestra
Replies: 25
Views: 4580

Midi controller for No Budget Orchestra

I'm running Sfizz as a plugin in Ardour to record some sketches using No Budget Orchestra. I hadn't really grasped the extraordinary variety of articulations available in the library. But now that I have I'd like to take advantage of it. In the "full" version of the SFZs a combination of 2...
by Breezy
Sun Apr 15, 2018 8:35 pm
Forum: Recorders & Sequencers
Topic: Live Keyboard rig - Carla and Jack_Mixer
Replies: 15
Views: 5542

Re: Live Keyboard rig - Carla and Jack_Mixer

That's awesome! At least to a non techie like me who'd never have even known where to start to look to figure it out. I haven't tried it yet but, but even I can copy & paste! I've realised the positive thing about using Ardour as the host and mixer is that I can send the FX send control messages...
by Breezy
Sun Apr 15, 2018 4:01 pm
Forum: Recorders & Sequencers
Topic: Live Keyboard rig - Carla and Jack_Mixer
Replies: 15
Views: 5542

Re: Live Keyboard rig - Carla and Jack_Mixer

I've had a go implementing noedig's suggestions. I just followed the instructions to the letter and it seems to do everything I need. I can control FX sends with a slider and the sf2 patch change messages seem to do what they should. Excellent! My worries about the CPU load were unfounded. Things do...
by Breezy
Sun Apr 15, 2018 10:23 am
Forum: Recorders & Sequencers
Topic: Live Keyboard rig - Carla and Jack_Mixer
Replies: 15
Views: 5542

Re: Live Keyboard rig - Carla and Jack_Mixer

I'd already tried liblash-compat-dev. Still get the same error. When you did your trial did you edit the bindings on an input channel or an output? The inputs are fine. It's the outputs that default to 0 even though the changes are saved in the XML file. Which is pretty much what bluebell said in th...