Hi Andrew,
> I'll try to install ubuntu studio and recheck there.
That's a good idea.
I applied your troubleshooting solution. Here is the result:
First I installed the qt5 dev packages.
When I then ran "cmake -i" in the muse2 subdirectory of that clone, I
noticed that the cmake routine had found paths to QT5 programms or
libraries, so this was good. I then ran "make" and "sudo make install"
from that directory for a new installation into /opt/muse_2.2.1. Before
that I renamed the existing folder /opt/muse_2.2.1 to
/opt/muse_2.2.1_old. So now I have a fresh installation of MusE 2.2.1.
But I am sorry to tell you that even in this new MusE installation,
compiled against different lilv programs and libraries (I saw respective
*.o-files in the "clone" directory) and against qt5, the problem still
exists. I loaded that med file which I had sent to you in my first email
regarding this issue (and which does not make that problem I reported on
your machine), then I clicked the start button, then I tried to change
the presets of that Fabla synth (while I noticed that the context menu,
when right-clicking the Fabla synth name in the Fabla synth track, is
now different to my old MusE installation: it has more entries), but MusE
crashes.
I have attached two more dump files about this behaviour:
- "dump_I.txt" contains dump information piped to the console
- "dump_II.txt" contains dump information piped to a text file
Could it be that the cmake-configuration found the lilv libraries which
are installed on my machine as Ubuntu packages, and that "make" compiled
against them? I have the following lilv Ubuntu packages installed in my
system:
- liblilv-0-0
- liblilv-dev
- lilv-utils
- python-lilv
All have version "0.16.0-dfsg-1"
If I mark the package "liblilv-0-0" for complete removal, then synaptic
tells me that, if would continue, the package "ardour" would be removed,
but I do not want this, so I did not remove the lilv packages before I
compiled MusE in that directory where I downloaded that "master of muse
(QT5 port) from github".
Regards,
Jens
Am Montag, 27. Juli 2015 schrieb Andrew Deryabin:
> Hi Jens,
>
> Thanks for detailed explanation. I tested muse-2.2.1 on my system
> with fabla and your attached med file. No crashes in my case - tried
> several times to change presets while playing, in stop transport
> state - no crashes.
>
> My system in arch 64-bit. May be the reason of crashes in lilv
> library+ friends, I'll try to install ubuntu studio and recheck
> there.
>
> Now you can do the following:
>
> clone current master of muse (QT5 port) from github
> https://github.com/muse-sequencer/muse :
>
> git clone https://github.com/muse-sequencer/muse.git
> to build it you have to install qt5 dev libs:
> sudo apt-get install qt5-default qttools5-dev qttools5-dev-tools
>
> This version uses bundled versions of lilv library with all
> dependences and they are known to work well.
> Remove 2.2.1 version.
> build new source as usual and test it.
>
> Waiting for results :).
>
> 27.07.2015 05:01, Jens Radloff пишет:
> > Hi Andrew,
> >
> > Thanks for your reply.
> >
> > I applied the following steps to resolve the issue, but the issue
> > still exists:
> >
> > => Currently installed git version in my Ubuntu Studio 14.04.2
> > installation: 1:1.1.9-1ubuntu0.1.
> >
> > => I removed the Ubuntu package of git
> >
> > => I downloaded the source code of git in version 2.4.6 and
> > installed it in /opt/git_2.4.6
> >
> > => I expanded the PATH variable with information about my
> > installation
> >
> > => I put the paths to the lib directory of my git installation in a
> > conf file in /etc/ld.so.conf.d/ and ran "ldcdonfig"
> >
> > => I installed the package qt5-default from the Ubuntu
> > repositories. Due to this, the package qt4-default was removed
> > according to Synaptic.
> >
> > => I recompiled and reinstalled the Fabla synth
> >
> > => In MusE I opened the med file which contains a Fabla track (I
> > sent this med file in my first email regarding this issue to the
> > developer mailing list)
> >
> > => Having pressed the start button in this med file, and when
> > trying to change the Fabla presets (here: to fabla808), then MusE
> > crashes.
> >
> > => Probem can be reproduced when trying to change to a different
> > Fabla preset
> >
> > => Problem still exists
> >
> > => I recompiled MusE 2.2.1. Strange that my system still has the
> > file /usr/bin/qmake-qt4. There are no *qt5* files in /usr/bin. As
> > I understand this, the compilation of MusE ran against
> > /usr/bin/qmake-qt4. In my installation, there is a symlink from
> > this file to the file /usr/lib/i386- linux-gnu/qt4/bin/qmake
> >
> > => I renamed my MusE installation directory /opt/muse_2.2.1 to
> > /opt/muse_2.2.1
> >
> > => I created a new folder /opt/muse_2.2.1
> >
> > => I reinstalled MusE in /opt/muse_2.2.1 with the command "sudo
> > make install"
> >
> > => In MusE I opened the med file which contains a Fabla track (I
> > sent this med file in my first email regarding this issue to the
> > developer mailing list)
> >
> > => Having pressed the start button in this med file, and when
> > trying to change the Fabla presets (here: to fabla808), then MusE
> > crashes.
> >
> > => Problem still exists
> >
> > => In Muse I created a new med file that contains the same track
> > information in the left pane as the med file that I tested before
> > (specified above). Only the notes in the right pane are different
> > in this new med file. I activated loop mode and saved this new
> > file.
> >
> > => Having pressed the start button in this new med file, and when
> > trying to change the Fabla presets (here: to fabla808), then MusE
> > crashes.
> >
> > => Problem still exists
> >
> > Any ideas what to do next?
> >
> > Regards,
> >
> > Jens
> >
> > Am Sonntag, 26. Juli 2015 schrieb Andrew Deryabin:
> >> Hi Jens,
> >>
> >> Did you try current git version which uses QT5?
> >> I'll now try to check included song file in 2.2.1 version, but
> >> it's unlikely, that this version will get further updates, as
> >> it's based on QT4. Furthermore, current git uses bundled lv2
> >> support libraries and behaves more predictably.
> >>
> >> Regards,
> >> Andrew
> >>
> >> 26.07.2015 09:35, Jens Radloff пишет:
> >>> Hi,
> >>>
> >>> I installed the Fabla LV2 synth in my Ubuntu Studio 14.04.2
> >>> installation, i.e. I installed this synth from source. I
> >>> downloaded the source files from
> >>>
> >>> https://github.com/harryhaaren/openAV-Fabla
> >>>
> >>> , i.e. the zip file which is offered there via the "Download ZIP"
> >>> button.
> >>>
> >>> Due to my installation, Fabla is listed now as a LV2 synth in
> >>> MusE.
> >>>
> >>> I created a med file with a Fabla track and connected this track
> >>> to a midi drum track which contains some drum notes. I defined a
> >>> loop region in this med file and activated loop mode. Then I
> >>> saved the med file.
> >>>
> >>> When I start this med file having started MusE and having loaded
> >>> this med file into MusE, and if I then change the preset of the
> >>> Fabla synth to the preset "fabla808", then MusE chrashes.
> >>>
> >>> This phenomenon cannot get provocated each time these steps are
> >>> applied if the med file is freshly loaded, having started MusE,
> >>> but often.
> >>>
> >>> Please find attached to this mail the following files:
> >>>
> >>> 1. The appropriate med file.
> >>>
> >>> 2. Dump file "dump_I.txt": Contains the beginning of the dump,
> >>> the end of the dump has been cut. Dump file created by piping
> >>> the dump output to a text file.
> >>>
> >>> 3. Dump file "dump_II.txt" Contains the end of the dump,
> >>> including the segmenation fault. Created by piping the dump
> >>> output to the console.
> >>>
> >>> Regards,
> >>>
> >>> Jens
> >>>
> >>> PS: I just discovered a directory called "Fabla LV2-0" , which is
> >>> a subdirectory of the directory where the attached med file is
> >>> located. This is the content of the "Fabla LV2-0" directory:
> >>>
> >>> drwxrwxr-x 2 test test 4,0K Jul 26 08:40 .
> >>> drwxrwxr-x 3 test test 4,0K Jul 26 08:28 ..
> >>> lrwxrwxrwx 1 test test 49 Jul 26 08:40 CHH_1.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/CHH_1.wav
> >>> lrwxrwxrwx 1 test test 52 Jul 26 08:28 Classic-808_Clap.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Clap.wav
> >>> lrwxrwxrwx 1 test test 53 Jul 26 08:28 Classic-808_Clave.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Clave.wav
> >>> lrwxrwxrwx 1 test test 59 Jul 26 08:28
> >>> Classic-808_Cymbal-high.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Cymbal-high.wav
> >>> lrwxrwxrwx 1 test test 56 Jul 26 08:28 Classic-808_Hi_Conga.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Hi_Conga.wav
> >>> lrwxrwxrwx 1 test test 54 Jul 26 08:28 Classic-808_Hi_Tom.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Hi_Tom.wav
> >>> lrwxrwxrwx 1 test test 57 Jul 26 08:28
> >>> Classic-808_Kick_long.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Kick_long.wav
> >>> lrwxrwxrwx 1 test test 58 Jul 26 08:28
> >>> Classic-808_Kick_short.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Kick_short.wav
> >>> lrwxrwxrwx 1 test test 56 Jul 26 08:28
> >>> Classic-808_Lo_Conga.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Lo_Conga.wav
> >>> lrwxrwxrwx 1 test test 54 Jul 26 08:28 Classic-808_Lo_Tom.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Lo_Tom.wav
> >>> lrwxrwxrwx 1 test test 55 Jul 26 08:28 Classic-808_Maracas.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Maracas.wav
> >>> lrwxrwxrwx 1 test test 56 Jul 26 08:28 Classic-808_Md_Conga.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Md_Conga.wav
> >>> lrwxrwxrwx 1 test test 54 Jul 26 08:28 Classic-808_Md_Tom.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Md_Tom.wav
> >>> lrwxrwxrwx 1 test test 56 Jul 26 08:28 Classic-808_Rim_Shot.wav
> >>> -> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Rim_Shot.wav
> >>> lrwxrwxrwx 1 test test 57 Jul 26 08:28
> >>> Classic-808_Snare_lo1.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Snare_lo1.wav
> >>> lrwxrwxrwx 1 test test 57 Jul 26 08:28
> >>> Classic-808_Snare_lo2.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Snare_lo2.wav
> >>> lrwxrwxrwx 1 test test 57 Jul 26 08:28
> >>> Classic-808_Snare_lo3.wav ->
> >>> /usr/local/lib/lv2/fabla808.lv2/Classic-808_Snare_lo3.wav
> >>> lrwxrwxrwx 1 test test 53 Jul 26 08:40 FX_Chh_01.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/FX_Chh_01.wav
> >>> lrwxrwxrwx 1 test test 56 Jul 26 08:40 HardHse_K_02.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/HardHse_K_02.wav
> >>> lrwxrwxrwx 1 test test 58 Jul 26 08:40 HardHse_K_03_B.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/HardHse_K_03_B.wav
> >>> lrwxrwxrwx 1 test test 58 Jul 26 08:40 Hard_Hse_OHH_1.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/Hard_Hse_OHH_1.wav
> >>> lrwxrwxrwx 1 test test 52 Jul 26 08:40 hat_open.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/hat_open.wav
> >>> lrwxrwxrwx 1 test test 54 Jul 26 08:40 hat_sizzle.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/hat_sizzle.wav
> >>> lrwxrwxrwx 1 test test 47 Jul 26 08:40 hat.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/hat.wav
> >>> lrwxrwxrwx 1 test test 48 Jul 26 08:40 kick.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/kick.wav
> >>> lrwxrwxrwx 1 test test 48 Jul 26 08:40 ride.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/ride.wav
> >>> lrwxrwxrwx 1 test test 55 Jul 26 08:40 snare_clean.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/snare_clean.wav
> >>> lrwxrwxrwx 1 test test 59 Jul 26 08:40 snare_rim_clean.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/snare_rim_clean.wav
> >>> lrwxrwxrwx 1 test test 49 Jul 26 08:40 snare.wav ->
> >>> /usr/local/lib/lv2/fablaSavageDrums.lv2/snare.wav
> >>> lrwxrwxrwx 1 test test 49 Jul 26 08:40 xFX_6.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/xFX_6.wav
> >>> lrwxrwxrwx 1 test test 49 Jul 26 08:40 yFX_3.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/yFX_3.wav
> >>> lrwxrwxrwx 1 test test 49 Jul 26 08:40 yFX_8.wav ->
> >>> /usr/local/lib/lv2/fablaHardElectro.lv2/yFX_8.wav
> >>>
> >>>
> >>> -----------------------------------------------------------------
> >>> -- -----------
> >>>
> >>>
> >>> _______________________________________________
> >>> Lmuse-developer mailing list
> >>> [email protected]
> >>> https://lists.sourceforge.net/lists/listinfo/lmuse-developer
> >
> > -------------------------------------------------------------------
> > ----------- _______________________________________________
> > Lmuse-developer mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/lmuse-developer
Plugin Invada Delay Munge (mono in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Delay Munge (sum L+R in)
Library path: /usr/lib/lv2/invada.lv2/inv_delay.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Delay Munge (sum L+R in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Early Reflection Reverb (mono in)
Library path: /usr/lib/lv2/invada.lv2/inv_erreverb.so
Plugin class: http://lv2plug.in/ns/lv2core#ReverbPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Early Reflection Reverb (mono in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Early Reflection Reverb (sum L+R in)
Library path: /usr/lib/lv2/invada.lv2/inv_erreverb.so
Plugin class: http://lv2plug.in/ns/lv2core#ReverbPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Early Reflection Reverb (sum L+R in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada High Pass Filter (mono)
Library path: /usr/lib/lv2/invada.lv2/inv_filter.so
Plugin class: http://lv2plug.in/ns/lv2core#HighpassPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada High Pass Filter (mono) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada High Pass Filter (stereo)
Library path: /usr/lib/lv2/invada.lv2/inv_filter.so
Plugin class: http://lv2plug.in/ns/lv2core#HighpassPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada High Pass Filter (stereo) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Low Pass Filter (mono)
Library path: /usr/lib/lv2/invada.lv2/inv_filter.so
Plugin class: http://lv2plug.in/ns/lv2core#LowpassPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Low Pass Filter (mono) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Low Pass Filter (stereo)
Library path: /usr/lib/lv2/invada.lv2/inv_filter.so
Plugin class: http://lv2plug.in/ns/lv2core#LowpassPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Low Pass Filter (stereo) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Input Module
Library path: /usr/lib/lv2/invada.lv2/inv_input.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Input Module LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Meter
Library path: /usr/lib/lv2/invada.lv2/inv_meter.so
Plugin class: http://lv2plug.in/ns/lv2core#AnalyserPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Meter LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Stereo Phaser (mono in)
Library path: /usr/lib/lv2/invada.lv2/inv_phaser.so
Plugin class: http://lv2plug.in/ns/lv2core#PhaserPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Stereo Phaser (mono in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Stereo Phaser (stereo in)
Library path: /usr/lib/lv2/invada.lv2/inv_phaser.so
Plugin class: http://lv2plug.in/ns/lv2core#PhaserPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Stereo Phaser (stereo in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Stereo Phaser (sum L+R in)
Library path: /usr/lib/lv2/invada.lv2/inv_phaser.so
Plugin class: http://lv2plug.in/ns/lv2core#PhaserPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Stereo Phaser (sum L+R in) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Test Tones
Library path: /usr/lib/lv2/invada.lv2/inv_testtone.so
Plugin class: http://lv2plug.in/ns/lv2core#OscillatorPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Test Tones LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Tube Distortion (mono)
Library path: /usr/lib/lv2/invada.lv2/inv_tube.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Tube Distortion (mono) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Invada Tube Distortion (stereo)
Library path: /usr/lib/lv2/invada.lv2/inv_tube.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Plugin support uis of type:
Plugin Invada Tube Distortion (stereo) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Simple Amp
Library path: /usr/lib/lv2/eg-amp.lv2/amp.so
Plugin class: http://lv2plug.in/ns/lv2core#AmplifierPlugin
Required features (by uri):
Found LV2 plugin: Example Metronome
Library path: /usr/lib/lv2/eg-metro.lv2/metro.so
Plugin class: http://lv2plug.in/ns/lv2core#Plugin
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Found LV2 plugin: Example MIDI Gate
Library path: /usr/lib/lv2/eg-midigate.lv2/midigate.so
Plugin class: http://lv2plug.in/ns/lv2core#Plugin
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Found LV2 plugin: Example Sampler
Library path: /usr/lib/lv2/eg-sampler.lv2/sampler.so
Plugin class: http://lv2plug.in/ns/lv2core#Plugin
Required features (by uri):
- http://lv2plug.in/ns/ext/worker#schedule (supported)
- http://lv2plug.in/ns/ext/urid#map (supported)
Plugin support uis of type:
Plugin Example Sampler LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Example Scope (Mono)
Library path: /usr/lib/lv2/eg-scope.lv2/examploscope.so
Plugin class: http://lv2plug.in/ns/lv2core#AnalyserPlugin
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Plugin support uis of type:
Plugin Example Scope (Mono) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Example Scope (Stereo)
Library path: /usr/lib/lv2/eg-scope.lv2/examploscope.so
Plugin class: http://lv2plug.in/ns/lv2core#AnalyserPlugin
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Plugin support uis of type:
Plugin Example Scope (Stereo) LV2 supports ui of type
http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: 4-band parametric filter (Mono)
Library path: /usr/lib/lv2/filter.lv2/filter.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Plugin support uis of type:
http://lv2plug.in/ns/extensions/ui#external
Plugin 4-band parametric filter (Mono) LV2 supports ui of type
http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget
Found LV2 plugin: 4-band parametric filter (Stereo)
Library path: /usr/lib/lv2/filter.lv2/filter.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Plugin support uis of type:
http://lv2plug.in/ns/extensions/ui#external
Plugin 4-band parametric filter (Stereo) LV2 supports ui of type
http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget
Found LV2 plugin: A-Law Compressor
Library path: /usr/lib/lv2/a_law-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DynamicsPlugin
Required features (by uri):
Found LV2 plugin: Aliasing
Library path: /usr/lib/lv2/alias-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Allpass delay line, cubic spline interpolation
Library path: /usr/lib/lv2/allpass-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Allpass delay line, linear interpolation
Library path: /usr/lib/lv2/allpass-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Allpass delay line, noninterpolating
Library path: /usr/lib/lv2/allpass-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: AM pitchshifter
Library path: /usr/lib/lv2/am_pitchshift-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#PitchPlugin
Required features (by uri):
Found LV2 plugin: Simple amplifier
Library path: /usr/lib/lv2/amp-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#AmplifierPlugin
Required features (by uri):
Found LV2 plugin: Analogue Oscillator
Library path: /usr/lib/lv2/analogue_osc-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#OscillatorPlugin
Required features (by uri):
Found LV2 plugin: Artificial latency
Library path: /usr/lib/lv2/latency-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Found LV2 plugin: Auto phaser
Library path: /usr/lib/lv2/phasers-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#PhaserPlugin
Required features (by uri):
Found LV2 plugin: Glame Bandpass Analog Filter
Library path: /usr/lib/lv2/bandpass_a_iir-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#BandpassPlugin
Required features (by uri):
Found LV2 plugin: Glame Bandpass Filter
Library path: /usr/lib/lv2/bandpass_iir-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#BandpassPlugin
Required features (by uri):
Found LV2 plugin: Bode frequency shifter
Library path: /usr/lib/lv2/bode_shifter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#SpectralPlugin
Required features (by uri):
Found LV2 plugin: Bode frequency shifter (CV)
Library path: /usr/lib/lv2/bode_shifter_cv-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#SpectralPlugin
Required features (by uri):
Found LV2 plugin: GLAME Butterworth Highpass
Library path: /usr/lib/lv2/butterworth-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#HighpassPlugin
Required features (by uri):
Found LV2 plugin: GLAME Butterworth Lowpass
Library path: /usr/lib/lv2/butterworth-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#LowpassPlugin
Required features (by uri):
Found LV2 plugin: Glame Butterworth X-over Filter
Library path: /usr/lib/lv2/butterworth-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#BandpassPlugin
Required features (by uri):
Found LV2 plugin: Chebyshev distortion
Library path: /usr/lib/lv2/chebstortion-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Comb Filter
Library path: /usr/lib/lv2/simple_comb-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CombPlugin
Required features (by uri):
Found LV2 plugin: Comb Splitter
Library path: /usr/lib/lv2/comb_splitter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CombPlugin
Required features (by uri):
Found LV2 plugin: Comb delay line, cubic spline interpolation
Library path: /usr/lib/lv2/comb-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Comb delay line, linear interpolation
Library path: /usr/lib/lv2/comb-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Comb delay line, noninterpolating
Library path: /usr/lib/lv2/comb-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Constant Signal Generator
Library path: /usr/lib/lv2/const-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: Crossover distortion
Library path: /usr/lib/lv2/crossover_dist-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: DC Offset Remover
Library path: /usr/lib/lv2/dc_remove-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#HighpassPlugin
Required features (by uri):
Found LV2 plugin: Exponential signal decay
Library path: /usr/lib/lv2/decay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Found LV2 plugin: Decimator
Library path: /usr/lib/lv2/decimator-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Declipper
Library path: /usr/lib/lv2/declip-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#WaveshaperPlugin
Required features (by uri):
Found LV2 plugin: Simple delay line, cubic spline interpolation
Library path: /usr/lib/lv2/delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Simple delay line, linear interpolation
Library path: /usr/lib/lv2/delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Simple delay line, noninterpolating
Library path: /usr/lib/lv2/delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Delayorama
Library path: /usr/lib/lv2/delayorama-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Diode Processor
Library path: /usr/lib/lv2/diode-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Audio Divider (Suboctave Generator)
Library path: /usr/lib/lv2/divider-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: DJ flanger
Library path: /usr/lib/lv2/dj_flanger-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FlangerPlugin
Required features (by uri):
Found LV2 plugin: DJ EQ
Library path: /usr/lib/lv2/dj_eq-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#EQPlugin
Required features (by uri):
Found LV2 plugin: DJ EQ (mono)
Library path: /usr/lib/lv2/dj_eq-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#EQPlugin
Required features (by uri):
Found LV2 plugin: Dyson compressor
Library path: /usr/lib/lv2/dyson_compress-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: Fractionally Addressed Delay Line
Library path: /usr/lib/lv2/fad_delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Fast Lookahead limiter
Library path: /usr/lib/lv2/fast_lookahead_limiter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#LimiterPlugin
Required features (by uri):
Found LV2 plugin: Flanger
Library path: /usr/lib/lv2/flanger-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FlangerPlugin
Required features (by uri):
Found LV2 plugin: FM Oscillator
Library path: /usr/lib/lv2/fm_osc-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#OscillatorPlugin
Required features (by uri):
Found LV2 plugin: Foldover distortion
Library path: /usr/lib/lv2/foldover-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: 4 x 4 pole allpass
Library path: /usr/lib/lv2/phasers-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#AllpassPlugin
Required features (by uri):
Found LV2 plugin: Fast overdrive
Library path: /usr/lib/lv2/foverdrive-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Frequency tracker
Library path: /usr/lib/lv2/freq_tracker-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#AnalyserPlugin
Required features (by uri):
Found LV2 plugin: Gate
Library path: /usr/lib/lv2/gate-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GatePlugin
Required features (by uri):
Found LV2 plugin: Giant flange
Library path: /usr/lib/lv2/giant_flange-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FlangerPlugin
Required features (by uri):
Found LV2 plugin: Gong model
Library path: /usr/lib/lv2/gong-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: Gong beater
Library path: /usr/lib/lv2/gong_beater-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: GVerb
Library path: /usr/lib/lv2/gverb-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ReverbPlugin
Required features (by uri):
Found LV2 plugin: Hard Limiter
Library path: /usr/lib/lv2/hard_limiter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Harmonic generator
Library path: /usr/lib/lv2/harmonic_gen-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: Hermes Filter
Library path: /usr/lib/lv2/hermes_filter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Found LV2 plugin: Glame Highpass Filter
Library path: /usr/lib/lv2/highpass_iir-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#HighpassPlugin
Required features (by uri):
Found LV2 plugin: Hilbert transformer
Library path: /usr/lib/lv2/hilbert-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#AnalyserPlugin
Required features (by uri):
Found LV2 plugin: Non-bandlimited single-sample impulses
Library path: /usr/lib/lv2/impulse-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#GeneratorPlugin
Required features (by uri):
Found LV2 plugin: Inverter
Library path: /usr/lib/lv2/inv-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Found LV2 plugin: Karaoke
Library path: /usr/lib/lv2/karaoke-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Found LV2 plugin: L/C/R Delay
Library path: /usr/lib/lv2/lcr_delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: LFO Phaser
Library path: /usr/lib/lv2/phasers-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#PhaserPlugin
Required features (by uri):
Found LV2 plugin: Lookahead limiter
Library path: /usr/lib/lv2/lookahead_limiter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#LimiterPlugin
Required features (by uri):
Found LV2 plugin: Lookahead limiter (fixed latency)
Library path: /usr/lib/lv2/lookahead_limiter_const-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#LimiterPlugin
Required features (by uri):
Found LV2 plugin: Glame Lowpass Filter
Library path: /usr/lib/lv2/lowpass_iir-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#LowpassPlugin
Required features (by uri):
Found LV2 plugin: LS Filter
Library path: /usr/lib/lv2/ls_filter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Found LV2 plugin: Matrix: MS to Stereo
Library path: /usr/lib/lv2/matrix_ms_st-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ConverterPlugin
Required features (by uri):
Found LV2 plugin: Matrix Spatialiser
Library path: /usr/lib/lv2/matrix_spatialiser-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Found LV2 plugin: Matrix: Stereo to MS
Library path: /usr/lib/lv2/matrix_st_ms-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ConverterPlugin
Required features (by uri):
Found LV2 plugin: Multiband EQ
Library path: /usr/lib/lv2/mbeq-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#MultiEQPlugin
Required features (by uri):
Found LV2 plugin: Modulatable delay
Library path: /usr/lib/lv2/mod_delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Multivoice Chorus
Library path: /usr/lib/lv2/multivoice_chorus-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ChorusPlugin
Required features (by uri):
Found LV2 plugin: Higher Quality Pitch Scaler
Library path: /usr/lib/lv2/pitch_scale-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#PitchPlugin
Required features (by uri):
Found LV2 plugin: Plate reverb
Library path: /usr/lib/lv2/plate-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ReverbPlugin
Required features (by uri):
Found LV2 plugin: Pointer cast distortion
Library path: /usr/lib/lv2/pointer_cast-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Rate shifter
Library path: /usr/lib/lv2/rate_shifter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#PitchPlugin
Required features (by uri):
Found LV2 plugin: Retro Flanger
Library path: /usr/lib/lv2/retro_flange-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FlangerPlugin
Required features (by uri):
Found LV2 plugin: Reverse Delay (5s max)
Library path: /usr/lib/lv2/revdelay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Ringmod with LFO
Library path: /usr/lib/lv2/ringmod-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ModulatorPlugin
Required features (by uri):
Found LV2 plugin: Ringmod with two inputs
Library path: /usr/lib/lv2/ringmod-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ModulatorPlugin
Required features (by uri):
Found LV2 plugin: Barry's Satan Maximiser
Library path: /usr/lib/lv2/satan_maximiser-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: SC1
Library path: /usr/lib/lv2/sc1-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: SC2
Library path: /usr/lib/lv2/sc2-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: SC3
Library path: /usr/lib/lv2/sc3-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: SC4
Library path: /usr/lib/lv2/sc4-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: SE4
Library path: /usr/lib/lv2/se4-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#CompressorPlugin
Required features (by uri):
Found LV2 plugin: Wave shaper
Library path: /usr/lib/lv2/shaper-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#WaveshaperPlugin
Required features (by uri):
Found LV2 plugin: Signal sifter
Library path: /usr/lib/lv2/sifter-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Sine + cosine oscillator
Library path: /usr/lib/lv2/sin_cos-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#OscillatorPlugin
Required features (by uri):
Found LV2 plugin: Single band parametric
Library path: /usr/lib/lv2/single_para-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ParaEQPlugin
Required features (by uri):
Found LV2 plugin: Sinus wavewrapper
Library path: /usr/lib/lv2/sinus_wavewrapper-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#WaveshaperPlugin
Required features (by uri):
Found LV2 plugin: Smooth Decimator
Library path: /usr/lib/lv2/smooth_decimate-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Mono to Stereo splitter
Library path: /usr/lib/lv2/split-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ConverterPlugin
Required features (by uri):
Found LV2 plugin: Surround matrix encoder
Library path: /usr/lib/lv2/surround_encoder-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ConverterPlugin
Required features (by uri):
Found LV2 plugin: State Variable Filter
Library path: /usr/lib/lv2/svf-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#FilterPlugin
Required features (by uri):
Found LV2 plugin: Tape Delay Simulation
Library path: /usr/lib/lv2/tape_delay-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DelayPlugin
Required features (by uri):
Found LV2 plugin: Transient mangler
Library path: /usr/lib/lv2/transient-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DynamicsPlugin
Required features (by uri):
Found LV2 plugin: Triple band parametric with shelves
Library path: /usr/lib/lv2/triple_para-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#ParaEQPlugin
Required features (by uri):
Found LV2 plugin: μ-Law Compressor
Library path: /usr/lib/lv2/u_law-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DynamicsPlugin
Required features (by uri):
Found LV2 plugin: Valve saturation
Library path: /usr/lib/lv2/valve-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Valve rectifier
Library path: /usr/lib/lv2/valve_rect-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: VyNil (Vinyl Effect)
Library path: /usr/lib/lv2/vynil-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#DistortionPlugin
Required features (by uri):
Found LV2 plugin: Wave Terrain Oscillator
Library path: /usr/lib/lv2/wave_terrain-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#OscillatorPlugin
Required features (by uri):
Found LV2 plugin: Crossfade
Library path: /usr/lib/lv2/xfade-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#MixerPlugin
Required features (by uri):
Found LV2 plugin: Crossfade (4 outs)
Library path: /usr/lib/lv2/xfade-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#MixerPlugin
Required features (by uri):
Found LV2 plugin: z-1
Library path: /usr/lib/lv2/zm1-swh.lv2/plugin-linux.so
Plugin class: http://lv2plug.in/ns/lv2core#UtilityPlugin
Required features (by uri):
Found LV2 plugin: EQ10Q
Library path: /usr/lib/lv2/paramEQ-Rafols.lv2/paramEQ.so
Plugin class: http://lv2plug.in/ns/lv2core#Plugin
Required features (by uri):
Plugin support uis of type:
Plugin EQ10Q LV2 supports ui of type http://lv2plug.in/ns/extensions/ui#GtkUI
Found LV2 plugin: Foo YC20 Organ
Library path: /usr/lib/lv2/foo-yc20.lv2/foo-yc20.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/event (not supported)
- http://lv2plug.in/ns/ext/uri-map (supported)
Found LV2 plugin: Fabla
Library path: /usr/local/lib/lv2/fabla.lv2/fabla.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Plugin support uis of type:
Plugin Fabla LV2 supports ui of type http://lv2plug.in/ns/extensions/ui#X11UI
Preset: file:///usr/local/lib/lv2/fabla808.lv2/fabla808.ttl
Preset:
file:///usr/local/lib/lv2/fablaEasternHop.lv2/fablaEasternHop.ttl
Preset:
file:///usr/local/lib/lv2/fablaHardElectro.lv2/fablaHardElectro.ttl
Preset:
file:///usr/local/lib/lv2/fablaSavageDrums.lv2/fablaSavageDrums.ttl
Found LV2 plugin: Reasonable Synth
Library path: /usr/lib/lv2/reasonablesynth.lv2/reasonablesynth.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/urid#map (supported)
Found LV2 plugin: SO-404 Bass Synthesizer
Library path: /usr/lib/lv2/so-synth.lv2/libsosynth.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/event (not supported)
- http://lv2plug.in/ns/ext/uri-map (supported)
Found LV2 plugin: SO-666 Feedback Synthesizer
Library path: /usr/lib/lv2/so-synth.lv2/libsosynth.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/event (not supported)
- http://lv2plug.in/ns/ext/uri-map (supported)
Found LV2 plugin: SO-kl5 Piano Synthesizer
Library path: /usr/lib/lv2/so-synth.lv2/libsosynth.so
Plugin class: http://lv2plug.in/ns/lv2core#InstrumentPlugin
Plugin is synth
Required features (by uri):
- http://lv2plug.in/ns/ext/uri-map (supported)
- http://lv2plug.in/ns/ext/event (not supported)
Connected to session bus, unique name is ":1.111"
JACK: buffersize changed 1024
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
graph_callback()
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
Audio::seek already there
graph_callback()
Audio::seek already there
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
Thread <Prefetch, id 0xa7c30b40> has SCHED_OTHER priority 0
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Thread <Midi, id 0xa742fb40> has SCHED_FIFO priority 4
looping waiting for sequencer thread to start
starting with template /opt/muse_2.2.1/share/muse-2.2/templates/default.med
Song::clear
setRecord recordflag =0 f(record state)=0 autoRecEnable=1
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x8c51400)
MENU SHARING TOPWIN CHANGED to 'MusE: Arranger' (0x8c51400)
JACK: buffersize changed 1024
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK: registration_callback
JACK: registration_callback
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
graph_callback()
JACK: port connections changed: A:5 B:3 isConnect:1
JACK: port connections changed: A:6 B:4 isConnect:1
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
Audio::seek already there
graph_callback()
Audio::seek already there
Audio::seek already there
Thread <Prefetch, id 0xa7c30b40> has SCHED_OTHER priority 0
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Thread <Midi, id 0xa742fb40> has SCHED_FIFO priority 4
looping waiting for sequencer thread to start
ACTIVE TOPWIN CHANGED to '<None>' ((nil))
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x8c51400)
Song::clear
Setting project path to /home/jrad/Dokumente/songs/test_song/test_song2
ACTIVE TOPWIN CHANGED to '<None>' ((nil))
readConfigMidiPort: device not found MDA ePiano LV2-0
readConfigMidiPort: device not found GxAmplifier-Stereo-X LV2-0
readConfigMidiPort: device not found Fabla LV2-0
readConfigMidiPort: device not found
setRecord recordflag =0 f(record state)=0 autoRecEnable=1
LV2SynthIF::getControllerInfo passed ctlnum:401408 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401409 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401410 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401411 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401412 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401413 min:0 max:16383 initval:10649
LV2SynthIF::getControllerInfo passed ctlnum:401414 min:0 max:16383 initval:4096
LV2SynthIF::getControllerInfo passed ctlnum:401415 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401416 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401417 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401418 min:0 max:16383 initval:2392
LV2SynthIF::getControllerInfo passed ctlnum:401419 min:0 max:16383 initval:0
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
Audio::msgRemoveRoute:
LV2SynthIF::getControllerInfo passed ctlnum:401408 min:0 max:16383 initval:12287
LV2SynthIF::getControllerInfo passed ctlnum:401409 min:0 max:16383 initval:2457
LV2SynthIF::getControllerInfo passed ctlnum:401410 min:0 max:16383 initval:4915
LV2SynthIF::getControllerInfo passed ctlnum:401411 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401412 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401413 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401414 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401415 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401416 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401417 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401418 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401419 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401420 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401421 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401422 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401423 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401424 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401425 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401426 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401427 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401428 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401429 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401430 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401431 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401432 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401433 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401434 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401435 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401436 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401437 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401438 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401439 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401440 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401441 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401442 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401443 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401444 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401445 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401446 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401447 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401448 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401449 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401450 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401451 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401452 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401453 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401454 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401455 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401456 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401457 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401458 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401459 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401460 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401461 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401462 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401463 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401464 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401465 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401466 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401467 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401468 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401469 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401470 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401471 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401472 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401473 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401474 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401475 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401476 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401477 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401478 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401479 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401480 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401481 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401482 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401483 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401484 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401485 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401486 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401487 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401488 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401489 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401490 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401491 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401492 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401493 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401494 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401495 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401496 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401497 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401498 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401499 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401500 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401501 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401502 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401503 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401504 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401505 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401506 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401507 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401508 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401509 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401510 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401511 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401512 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401513 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401514 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401515 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401516 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401517 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401518 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401519 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401520 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401521 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401522 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401523 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401524 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401525 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401526 min:0 max:16383 initval:8192
TopWin::setIsMdiWin(true) called, but window is already a MDI win
TopWin::shareToolsAndMenu() called but has no effect
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x8c51400)
JACK: buffersize changed 1024
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK: registration_callback
JACK: registration_callback
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
graph_callback()
JACK: port connections changed: A:5 B:3 isConnect:1
JACK: port connections changed: A:6 B:4 isConnect:1
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
Audio::seek already there
graph_callback()
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
JACK ERROR: JackPosixSemaphore::TimedWait err = Interrupted system call
Audio::seek already there
Thread <Prefetch, id 0xa649db40> has SCHED_OTHER priority 0
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Thread <Midi, id 0xa5c9cb40> has SCHED_FIFO priority 4
looping waiting for sequencer thread to start
LV2SynthIF::putEvent midi event time:0 chn:0 a:7 b:127
Audio::seek already there
startRolling - loopCount=0, _pos=1837
LV2SynthIF::putEvent midi event time:0 chn:0 a:65 b:0
startRolling - loopCount=1, _pos=0
LV2SynthIF::putEvent midi event time:0 chn:0 a:65 b:0
startRolling - loopCount=2, _pos=0
JackEngine::XRun: client = MusE was not finished, state = Running
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
JackEngine::XRun: client = MusE was not finished, state = Triggered
JackAudioDriver::ProcessGraphAsyncMaster: Process error
Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 12 val1 = 5 val2 = 3
Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 12 val1 = 6 val2 = 4
Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 10 val1 = 5 val2 = 0
Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 10 val1 = 6 val2 = 0
Segmentation fault (core dumped)
jrad@music:/opt$ Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 10 val1 = 5 val2 = 0
Cannot write socket fd = 15 err = Broken pipe
CheckRes error
Could not write notification
ClientNotify fails name = MusE notification = 10 val1 = 6 val2 = 0
Unknown error...
terminate called after throwing an instance of 'Jack::JackTemporaryException'
what():
^C
jrad@music:/opt$
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2013 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:0|hw:0|1024|2|44100|0|0|nomon|swmeter|-|32bit
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 16bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 2 periods for playback
Config File </home/jrad/.config/MusE/MusE.cfg>
Start euid: 1000 ruid: 1000, Now euid 1000
LOCALE en_GB
QtLibraryPath:
</usr/lib/i386-linux-gnu/qt5/plugins>
</opt/muse_2.2.1/bin>
Muse: using unoptimized non-SSE dsp routines
Song::clear
TopWin::setIsMdiWin(true) called, but window is already a MDI win
TopWin::shareToolsAndMenu() called but has no effect
Set style does not exist, setting default.
Denormal protection enabled.
global lib: </opt/muse_2.2.1/lib/muse-2.2>
global share: </opt/muse_2.2.1/share/muse-2.2>
muse home: </home/jrad>
project dir: <./>
user instruments: </home/jrad/.config/MusE/instruments>
JACK: sample rate changed: 44100
load user instrument definitions from </home/jrad/.config/MusE/instruments>
load instrument definitions from </opt/muse_2.2.1/share/muse-2.2/instruments>
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Access_Virus.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Akai-SG01v.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Alesis-QS-78R.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/AlesisQS6.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Emu-4mbgsgmmt-sf.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/emuproteus2000.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/gm.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/gm2.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/gs.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Hammond_XB-1.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/KORG microSTATION
combinations.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/KORG microSTATION.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Korg-MS2000R.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Korg-X50.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Korg-X5DR-PresetA.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Korg-X5DR-PresetB.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Kurzweil-SP2X.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/MC303.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/MC505.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/ns5r.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland SD-50.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland-E28.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland-JV90.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland-SCD70.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland-XP30.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland_FantomXR.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland_SRX-02.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Roland_SRX-09.idf
READ IDF
/opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf-microQ-Factory2000.idf
READ IDF
/opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf-microQ-Factory2001.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf-microQ-Phoenix.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf-microQ.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf-Q.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Waldorf_Microwave-I.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/xg.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/yam_mo6_v4.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-01v.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-CS1x.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-Motif-Rack.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-Motif.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-P100.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-P50m.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-PSR275.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-PSR530.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/Yamaha-S90.idf
READ IDF /opt/muse_2.2.1/share/muse-2.2/instruments/ZynAdd-1_4.idf
Trying RTC timer...
Trying ALSA timer...
got timer = 72
Aquired timer frequency: 1000
scan ladspa plugin dir </opt/muse_2.2.1/lib/muse-2.2/plugins>
scan ladspa plugin dir </home/jrad/dssi>
scan ladspa plugin dir </usr/local/lib64/dssi>
scan ladspa plugin dir </usr/lib64/dssi>
scan ladspa plugin dir </usr/local/lib/dssi>
scan ladspa plugin dir </usr/lib/dssi>
scan ladspa plugin dir </home/jrad/ladspa>
scan ladspa plugin dir </usr/local/lib64/ladspa>
scan ladspa plugin dir </usr/lib64/ladspa>
scan ladspa plugin dir </usr/local/lib/ladspa>
scan ladspa plugin dir </usr/lib/ladspa>
Initializing Native VST support. Using VESTIGE compatibility implementation.
scanDSSIDir: scan DSSI plugin dir </home/jrad/dssi>
scanDSSIDir: scan DSSI plugin dir </usr/local/lib64/dssi>
scanDSSIDir: scan DSSI plugin dir </usr/lib64/dssi>
scanDSSIDir: scan DSSI plugin dir </usr/local/lib/dssi>
scanDSSIDir: scan DSSI plugin dir </usr/lib/dssi>
scanDSSIDir: found /usr/lib/dssi/whysynth.so
scanDSSIDir: found /usr/lib/dssi/trivial_synth.so
scanDSSIDir: found /usr/lib/dssi/karplong.so
scanDSSIDir: found /usr/lib/dssi/less_trivial_synth.so
scanDSSIDir: found /usr/lib/dssi/trivial_sampler.so
scanDSSIDir: found /usr/lib/dssi/xsynth-dssi.so
scanDSSIDir: found /usr/lib/dssi/fluidsynth-dssi.so
scanDSSIDir: found /usr/lib/dssi/hexter.so
scanDSSIDir: found /usr/lib/dssi/dssi-vst.so
Connected to session bus, unique name is ":1.121"
JACK: buffersize changed 1024
Audio::seek already there
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
graph_callback()
graph_callback()
Thread <Prefetch, id 0xa7d30b40> has SCHED_OTHER priority 0
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Thread <Midi, id 0xa752fb40> has SCHED_FIFO priority 4
looping waiting for sequencer thread to start
starting with template /opt/muse_2.2.1/share/muse-2.2/templates/default.med
Song::clear
setRecord recordflag =0 f(record state)=0 autoRecEnable=1
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x9a42370)
MENU SHARING TOPWIN CHANGED to 'MusE: Arranger' (0x9a42370)
JACK: buffersize changed 1024
JACK: registration_callback
JACK: registration_callback
graph_callback()
JACK: port connections changed: A:5 B:3 isConnect:1
JACK: port connections changed: A:6 B:4 isConnect:1
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
Audio::seek already there
graph_callback()
Audio::seek already there
Thread <Prefetch, id 0xa7d30b40> has SCHED_OTHER priority 0
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
Thread <Midi, id 0xa752fb40> has SCHED_FIFO priority 4
looping waiting for sequencer thread to start
ACTIVE TOPWIN CHANGED to '<None>' ((nil))
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x9a42370)
Song::clear
Setting project path to /home/jrad/Dokumente/songs/test_song/test_song2
ACTIVE TOPWIN CHANGED to '<None>' ((nil))
setRecord recordflag =0 f(record state)=0 autoRecEnable=1
LV2SynthIF::getControllerInfo passed ctlnum:401408 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401409 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401410 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401411 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401412 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401413 min:0 max:16383 initval:10649
LV2SynthIF::getControllerInfo passed ctlnum:401414 min:0 max:16383 initval:4096
LV2SynthIF::getControllerInfo passed ctlnum:401415 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401416 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401417 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401418 min:0 max:16383 initval:2392
LV2SynthIF::getControllerInfo passed ctlnum:401419 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401408 min:0 max:16383 initval:12287
LV2SynthIF::getControllerInfo passed ctlnum:401409 min:0 max:16383 initval:2457
LV2SynthIF::getControllerInfo passed ctlnum:401410 min:0 max:16383 initval:4915
LV2SynthIF::getControllerInfo passed ctlnum:401411 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401412 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401413 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401414 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401415 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401416 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401417 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401418 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401419 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401420 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401421 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401422 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401423 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401424 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401425 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401426 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401427 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401428 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401429 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401430 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401431 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401432 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401433 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401434 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401435 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401436 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401437 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401438 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401439 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401440 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401441 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401442 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401443 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401444 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401445 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401446 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401447 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401448 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401449 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401450 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401451 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401452 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401453 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401454 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401455 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401456 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401457 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401458 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401459 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401460 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401461 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401462 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401463 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401464 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401465 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401466 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401467 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401468 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401469 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401470 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401471 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401472 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401473 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401474 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401475 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401476 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401477 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401478 min:0 max:16383 initval:0
LV2SynthIF::getControllerInfo passed ctlnum:401479 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401480 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401481 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401482 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401483 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401484 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401485 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401486 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401487 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401488 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401489 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401490 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401491 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401492 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401493 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401494 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401495 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401496 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401497 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401498 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401499 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401500 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401501 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401502 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401503 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401504 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401505 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401506 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401507 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401508 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401509 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401510 min:0 max:16383 initval:16383
LV2SynthIF::getControllerInfo passed ctlnum:401511 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401512 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401513 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401514 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401515 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401516 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401517 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401518 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401519 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401520 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401521 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401522 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401523 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401524 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401525 min:0 max:16383 initval:8192
LV2SynthIF::getControllerInfo passed ctlnum:401526 min:0 max:16383 initval:8192
TopWin::setIsMdiWin(true) called, but window is already a MDI win
TopWin::shareToolsAndMenu() called but has no effect
ACTIVE TOPWIN CHANGED to 'MusE: Arranger' (0x9a42370)
JACK: buffersize changed 1024
JACK: registration_callback
JACK: registration_callback
graph_callback()
JACK: port connections changed: A:5 B:3 isConnect:1
JACK: port connections changed: A:6 B:4 isConnect:1
MusE::seqStart: getting audio driver MusEGlobal::realTimePriority:5
Audio::seek already there
graph_callback()
Audio::seek already there
Thread <Prefetch, id 0xa659db40> has SCHED_OTHER priority 0
Audio::seek already there
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
looping waiting for sequencer thread to start
loopin
------------------------------------------------------------------------------
_______________________________________________
Lmuse-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmuse-developer