[Rosegarden-user] Rosegarden Crashes when I stop a recording.

2020-04-27 Thread liebrecht
I am using Rosegarden: 17.12 on Linux MX 17 Rosegarden Crashes repeatedly when I stop a recording. You also lose the entire recording even if autosave was on. It just eats everything. Is this a known bug with 17.12 ? I cannot upgrade to the most recent rosegarden as there is seemingly a bug

Re: [Rosegarden-user] Rosegarden Crashes when I stop a recording.

2020-04-27 Thread liebrecht
I must add that I cd to build before I execute the cmake inastruction Either way it doesnt make a difference it remains the same problem. root@1:/rosegarden-19.12# ls AUTHORS CMakeLists.txt COPYING Doxyfile rosegarden.spec.in src cmakeCONTRIBUTINGdata READMEscripts

[Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
After I cd into the source directory, I follow the README. It says mkdir build cd build cmake .. [-DCMAKE_INSTALL_PREFIX=[PREFIX]] [-DCMAKE_BUILD_TYPE=Debug] make make install Executing $] cmake .. [-DCMAKE_INSTALL_PREFIX=[PREFIX]] [-DCMAKE_BUILD_TYPE=Debug] Iget: #

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
Running cmake without options results in: /home/redacted/Downloads/rosegarden/rosegarden-20.06/src/gui/rulers/PropertyControlRuler.cpp: In member function ‘void Rosegarden::PropertyControlRuler::updateSelection(std::vector*)’:

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
Also, where can I find the list of dependencies? They are not in the README. "As of 10.02 all formerly optional dependencies are now mandatory dependencies. We've taken this step because it is a real support hassle working through a set of problems to finally uncover the reason something has

Re: [Rosegarden-user] Compiling Version 20

2020-08-19 Thread liebrecht
That's fine. i understand but exactly this information should be in the README. 99% of users will do exactly what is in the README and not consider any other options as there is no way to know if the install will be broken or even worse positively failing without user knowledge. No general

Re: [Rosegarden-user] Compiling Version 20

2020-08-20 Thread liebrecht
Seems to be uninstallable on MX16. Using the dependency list supplied; Needs libjack-dev, but must install libjack0 However installing libjack0 breaks everything. e.g. The following packages will be REMOVED: bitwig-studio carla-bridge-win32 carla-bridge-wine32:i386 jackd jackd2

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-01 Thread liebrecht
It would be nice to read it, sounds like what I need, but the link does not work Thanks On 2020-08-01 03:37, dgenon--- via Rosegarden-user wrote: ‌On 31/07/20 03:46, liebrecht@... wrote: it possible to send cujstom midi commands to a specific controller from Rosegarden once a track

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-03 Thread liebrecht
So what you say is if I have say five tracks and each has midi commands configured like youi describe, then if I played one track and then switch to another, it is not going to send the midi commands pre-configured for the new track when I play the new one. ? If I understand you correctly

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-03 Thread liebrecht
I will try to get this programmed. If it works it will be absolutely great. In patchage, rosegarden shows external controller routable midi. I guess that is what I need to use to send commands to the Motif Synth which is available below it in 4 channels. See "https://i.imgur.com/yszHYQh.png;

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-04 Thread liebrecht
Ok I know exactly what to send to the motif and can send either hex commands or decimal (MSB,LSB,Number) What I just cannot figure out is how to enter (MSB,LSB,Number) at the start of a track so that it is sent. I t can send these commands on waht rosegarden on the same midi connection. There

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-04 Thread liebrecht
Just want to add to my last response this: In the event editor, it seems I need to add a Controller event Controller Type(data1) Type(data2) Type(Value) as is used in some of the commands here. "https://i.imgur.com/5im3AQH.png; e.g. in my cae it would be controller 63 1 1 which would set the

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-04 Thread liebrecht
I reversed engineered all the patch select midi and I can change to any patch I want through Midi Ox. So, I know the exact midi commands. Dont worry about the values I have them all covere. My problem is to enter an event at the start of the track so it plays that patch rfor the entire patch

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-04 Thread liebrecht
I will make it easier to understand I want to send data as follows see the image below. What is in red I want to have sent. There is no way to configure an event to do this, although the 3 word instruction is standard for synths, but Rosegarden has all 3 the fields but there is no way in the

[Rosegarden-user] Fixed Midi Configuration Setup

2020-08-06 Thread liebrecht
Every time I start Rosegarden after USB devices were shut down, Rosegarden comes up being connected to absurd devices and lost all its midi device configs Is there not a way to PIN Rosegarden to a specific device ? This morning when I started up Rosegarden, it connected itself toan APC MINI

Re: [Rosegarden-user] Fixed Midi Configuration Setup

2020-08-07 Thread liebrecht
that doesnt help[ as I am opening files I used the previous day and saved with the correct settings. Rosegarden either doesnt keep midi device settings for every file or something is messed up or there is something I dont understand. Does it load the same Studio file for all Project files

Re: [Rosegarden-user] Crucial: Help needed with Rosegarden Crashing:

2020-08-11 Thread liebrecht
That is in fact exactly what I ended up doing. I wrote a program to record midi commands and is busy to integrate it to a pad controller so I have the pad controller directly at my keyboard. The pads are the recorded clop[s and first pad is always open to be recorded. When flashing it records

Re: [Rosegarden-user] Crucial: Help needed with Rosegarden Crashing:

2020-08-11 Thread liebrecht
I appreciate your detailed instructions: It is really appreciated. Once all options are depleted and the most recent version does it too I will follow your debug guidelines to the T and save the procedure for future use. I mostly did embedded and numerical programming through my life and not

Re: [Rosegarden-user] Crucial: Help needed with Rosegarden Crashing:

2020-08-11 Thread liebrecht
All just remember I am not blaming Rosegarden. This is not a rant or badmouthing Rosegarden. Rosegarden is free Magic software, unreplaceable for me. Since this doesnt happen to those who responded, there must be something locally here that triggers the crash and I think I know what the

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-04 Thread liebrecht
Thank you very much for the response. I need to send always MSB 36 LSB 0 Value 0-127 This is correct and I change patches every day using that on Midiox under wine. I dont know where you get the other MSB,LSB numbers from. My problem is NOT the number values. My problem is how to create an

Re: [Rosegarden-user] a duo of ethicall questions

2020-08-08 Thread liebrecht
You should watch Rick Beato's senate testimony on Youtube users and musical content. Youtube is not at fault pulling videos down and censoring it is the Record Companies and such that makes up their own laws and they mostly violate "Fair Use" just out of greed. That behavior have to stop. i

Re: [Rosegarden-user] Fixed Midi Configuration Setup

2020-08-08 Thread liebrecht
I tried everything to keep the configured mid input and output devices but if I rebooted or close and open Rosegarden it is always different and (wrong) midi devices that are listed and not what I configured. I set the studio options and saved and tried everything I could. Nothing helps. So

[Rosegarden-user] Crucial: Help needed with Rosegarden Crashing:

2020-08-10 Thread liebrecht
Version 17.12 I reported this a while ago but did not get conclusive advice.It now start to hurt me badly. Just recorded a piano improvisation with amazing changes and when I clicked the stop button on rosegarden when recording the track Rosegarden crashes deleting my recording in the

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread liebrecht
That is exactly correct. You summarized the problem perfectly. I would expect that Rosegarden would handle standard midi constructs like 128x128 byte arrays as is common with midi as a single command as it is a fixed midi construct and wont change except for array size. The MSB/LSB/value is

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread liebrecht
That's an honest answer. Thanks I completely understand the challenge and will continue with three separate commands. On 2020-08-05 15:49, D. Michael McIntyre wrote: On 8/5/20 3:04 AM, Alexandre DENIS wrote: My understanding is that the OP wants it to be written as a single event with

Re: [Rosegarden-user] midi commands from Rosegarden

2020-07-31 Thread liebrecht
I will make it simple. 1) I have a Motif XS8 synth or any other synt e.g 2) I have a midi lookup table by which I can send midi commands I have to the synth to change the patches on the synth. (e.g from piano to flute or whatever). 3) I have Rosegarden tracks each that has recorded synth midi

[Rosegarden-user] Rosegarden source make error

2020-06-19 Thread liebrecht
Trying to install the newest version of rosegarden from source. Make exists with the following errors. Any idea what is causing it. I cannot see any dependency problem. [100%] Building CXX object src/CMakeFiles/rosegarden.dir/gui/application/main.cpp.o

[Rosegarden-user] Sound issues

2020-06-18 Thread liebrecht
I use a system that goes like this For output streams Pulseaudio->PulseaudioJackSync->Jackd->Alsa->AudioInterface 1) --- Problem is that I can only configure Rosegarden to play directly through Jack. that would have been OK if Rosegardne actually had a functional volume control

Re: [Rosegarden-user] Sound issues

2020-06-19 Thread liebrecht
On 2020-06-19 03:15, Lorenzo Sutton wrote: re only jack settings and no Pulse Audio or Alsa or other settings I can select to use these. Like most linux audio/music software Rosegarden uses jack. There are ways to route jack through pulseaudio. Search for pulseaudio jack sink there are

[Rosegarden-user] midi commands from Rosegarden

2020-07-30 Thread liebrecht
Is it possible to send cujstom midi commands to a specific controller from Rosegarden once a track is selected? It would be great if I select a track in Rosegarden and it can then send the midi data to my Motif XS8 to select the required patch. All I want to know if custom Midi commands to a