Search found 97 matches

by kybos
Thu May 20, 2021 6:04 pm
Forum: MusE Sequencer
Topic: Using QmidiCtl with MusE
Replies: 4
Views: 6180

Re: Using QmidiCtl with MusE

[...] it was a bit confusing because in the midi sync menu there are check box buttons that look exactly the same as signal indicators, the column names are two letters and it only made sense when I hovered a column and released there was a check box to "Accept MMC Input" I fixed up the d...
by kybos
Tue May 18, 2021 4:50 pm
Forum: MusE Sequencer
Topic: Korg NS5R idf
Replies: 3
Views: 5518

Re: Korg NS5R idf

I updated the idf file in master, thanks!
by kybos
Tue May 18, 2021 1:35 pm
Forum: MusE Sequencer
Topic: Korg NS5R idf
Replies: 3
Views: 5518

Re: Korg NS5R idf

So it means we should replace the original ns5r.idf file by ns5rplus.idf in master?
by kybos
Thu Apr 29, 2021 2:39 pm
Forum: MusE Sequencer
Topic: Muse 4.0 build missing LV2 support
Replies: 8
Views: 5963

Re: Muse 4.0 build missing LV2 support

libsratom-dev should be installed as a dependency of liblilv-dev. But I can add it to the list explicitly, it should do no harm.
libgtkmm-2.4-dev is already there, if I am not mistaken.
by kybos
Sun Apr 25, 2021 6:50 am
Forum: MusE Sequencer
Topic: MusE 4.0pre3 Bug Reports
Replies: 1
Views: 3272

Re: MusE 4.0pre3 Bug Reports

No, for obvious bugs please use https://github.com/muse-sequencer/muse/issues
by kybos
Sun Mar 21, 2021 10:42 am
Forum: MusE Sequencer
Topic: MusE 4.0pre3 released
Replies: 28
Views: 10674

Re: MusE 4.0pre3 released

The next thing I wish MusE had was the ability to insert MIDI filters like the X42 pack, so I could filter out CC's, adjust incoming MIDI to a particular scale, or modify the tempo of incoming notes to a set duration. Have you tried the built-in plugins (menu Midi->Input Plugins)? And/or the post-e...
by kybos
Fri Mar 19, 2021 7:04 pm
Forum: MusE Sequencer
Topic: MusE 4.0pre3 released
Replies: 28
Views: 10674

Re: MusE 4.0pre3 released

As for the system clock issue, maybe @Tim E. Real, @spamatica or @kybos can help you? I was always wondering myself about those messages. The timers never seem to get the frequency they request. And there is always the "fatal error": fatal error: open /dev/rtc failed: Permission denied I ...
by kybos
Fri Mar 19, 2021 6:57 pm
Forum: MusE Sequencer
Topic: MusE 4.0pre3 released
Replies: 28
Views: 10674

Re: MusE 4.0pre3 released

The updated website/screenshots look good! I was able to install muse using apt-get install on my Pi but it is the 3.x release. Do you have suggestions on how/if I can install the preview release on my Pi 4 (ARM Processor)? Thanks! I suppose you would have to compile it from source. Instructions ar...
by kybos
Thu Mar 04, 2021 6:47 pm
Forum: MusE Sequencer
Topic: MusE 4.0pre3 released
Replies: 28
Views: 10674

Re: MusE 4.0pre3 released

The behaviour is the same in QTractor and Ardour (for the lv2 version, VST3 works as expected), so it doesn't seem to be a MusE issue.
I understand that there is no official 1.7 lv2 version from Surge, currently they only support VST3 for Linux:

https://surge-synthesizer.github.io/formats
by kybos
Tue Mar 02, 2021 8:06 am
Forum: MusE Sequencer
Topic: MusE 4.0pre2 released
Replies: 26
Views: 8984

Re: MusE 4.0pre2 released

No, I didn't add the workaround to master, as I got no confirmation and I was also afraid that it could break things for users with older systems. But it's good to hear that the current git compiles without issues on your system, so the problem is apparently the AUR script that should be adjusted. R...
by kybos
Tue Mar 02, 2021 7:39 am
Forum: MusE Sequencer
Topic: MusE 4.0pre3 released
Replies: 28
Views: 10674

Re: MusE 4.0pre3 released

Yes, I could reproduce it, will look into it.
It's always like that with plugins, you fix one thing for some plugins, and it breaks others... :(
by kybos
Sun Jan 31, 2021 11:10 am
Forum: MusE Sequencer
Topic: MusE 4.0pre2 released
Replies: 26
Views: 8984

Re: MusE 4.0pre2 released

Ok, my issue has something to do with Gnome why it won't build. https://gitlab.gnome.org/GNOME/atkmm/-/issues/2 Until it fixed in cmake I did next, change the line 39 in muse-4.0pre2/muse/lv2Gtk2Support/CMakeLists.txt: PROPERTIES COMPILE_FLAGS "-std=c++11 -Wno-error `pkgconf --cflags atkmm-1.6...
by kybos
Sat Jan 30, 2021 8:44 pm
Forum: MusE Sequencer
Topic: MusE 4.0pre2 released
Replies: 26
Views: 8984

Re: MusE 4.0pre2 released

And looking at the code I see the reference to MakePath but I'm beginning to think that there is some confusion here to what is required. I believe we need support for ports of type Atom__Path which doesn't seem to be the case. Still it requires work to fix but hopefully not as complex as MakePath ...
by kybos
Sat Jan 30, 2021 6:31 pm
Forum: MusE Sequencer
Topic: MusE 4.0pre2 released
Replies: 26
Views: 8984

Re: MusE 4.0pre2 released

Another issue on the older version which has lead me away from MusE is that some UI don't work like liquidsfz so loading the sfz files is impossible. Regarding liquidsfz: It's probably the same problem discussed in this ticket (the part about sfizz): https://github.com/muse-sequencer/muse/issues/78...
by kybos
Fri Jan 15, 2021 8:05 pm
Forum: MusE Sequencer
Topic: Issue with V4 master
Replies: 6
Views: 2768

Re: Issue with V4 master

This is now fixed (both AppImage and normal build).
Kind of (harmless) workaround, static linkage of the main exe. Seems even to be good for the AppImage, it got some MBs smaller.