Search found 97 matches

by kybos
Sat Jan 09, 2021 8:02 am
Forum: MusE Sequencer
Topic: Issue with V4 master
Replies: 6
Views: 2789

Re: Issue with V4 master

It seems to me it exists in libmuse_core.so, tried to add it to the link list but something more is needed. Yes, it exists in core (otherwise it wouldn't compile). But I remember the discussion with Tim where he insisted that the /widgets component have to be self-contained and independent of core....
by kybos
Fri Jan 08, 2021 6:57 pm
Forum: MusE Sequencer
Topic: Issue with V4 master
Replies: 6
Views: 2789

Re: Issue with V4 master

I assume simpledrums.so is dependent on libmuse_widgets.so, which is supposed to be self-contained for this to work. But RasterizerModel is declared outside of libmuse_widgets.so. I suppose it's connected to Tim's recent changes to the raster grid. It seems to be difficult to keep that under control...
by kybos
Fri Jan 08, 2021 6:37 pm
Forum: MusE Sequencer
Topic: Issue with V4 master
Replies: 6
Views: 2789

Re: Issue with V4 master

No idea why that happens, but this seems to be the problem: pluginScan: Standard error output from scan: muse_plugin_scan: dlopen(/tmp/.mount_MusE-mL1qNUh/usr/lib/muse-4.0/synthi/simpledrums.so) failed: /tmp/.mount_MusE-mL1qNUh/usr/lib/libmuse_widgets.so: undefined symbol: _ZTIN7MusEGui15RasterizerM...
by kybos
Tue Dec 22, 2020 11:08 am
Forum: MusE Sequencer
Topic: Problem launching Muse
Replies: 25
Views: 4481

Re: Problem launching Muse

No PC with Jack here, but I try from memory:

Click the Input routes button (top of mixer strip) for your midi track. You should see some jack-midi inputs there. Hover over one, a submenu should appear. Click Alias 2 (or similar) there to get something human readable and select the preferred input.
by kybos
Tue Dec 15, 2020 7:02 pm
Forum: MusE Sequencer
Topic: wishlist - MusE-Sequencer
Replies: 6
Views: 1871

Re: wishlist - MusE-Sequencer

The Pianorollup-Editor - Controller area. ... - for a more precie work it would be nice to have a grid behind the controllerlevels. To observe the value in the icon-bar during move the pressed mouse is a litle bit complicated. But it trains the coordination. I added a dynamic tooltip to the control...
by kybos
Tue Dec 15, 2020 5:48 pm
Forum: MusE Sequencer
Topic: Mixer and one shortkey
Replies: 7
Views: 1866

Re: Mixer and one shortkey

Now both the old and new shortcuts for settings the range markers are supported as a default (as there is no real conflict between them).
by kybos
Tue Dec 15, 2020 5:44 pm
Forum: MusE Sequencer
Topic: Several ,issues v4
Replies: 2
Views: 1258

Re: Several ,issues v4

1- When you save a project, if you try to choose the directory of the project (first line of the windows) then the program freezes. I can't reproduce it, but I had a similar problem with the color dialog on one system. Qt sometimes hangs when calling standard system dialogs. In MusE 4 I added a new...
by kybos
Sun Dec 13, 2020 2:16 pm
Forum: MusE Sequencer
Topic: Mixer and one shortkey
Replies: 7
Views: 1866

Re: Mixer and one shortkey

The default is just middle button for the left marker and right button for the right marker (and left button for the position marker). It seems logical but I know it's not very intuitive, as many people are not used to clicking the middle mouse button at all. That's why I added more options (under S...
by kybos
Sat Dec 12, 2020 10:24 am
Forum: MusE Sequencer
Topic: Problem launching Muse
Replies: 25
Views: 4481

Re: Problem launching Muse

oscillator wrote: Sat Dec 12, 2020 9:51 am For SFZ there is this: https://github.com/osxmidi/SFZero-X. But I haven't tried it, and it might be more difficult to install if you are new to Linux audio. You can also use LinuxSampler I think.
As an alternative, sfizz is quite easy to install:
https://sfz.tools/sfizz/
by kybos
Thu Dec 10, 2020 8:28 am
Forum: MusE Sequencer
Topic: [SOLVED] How to import and instrument definition (*.idf)
Replies: 4
Views: 1458

Re: [SOLVED] How to import and instrument definition (*.idf)

There is documentation: https://github.com/muse-sequencer/muse/wiki/instrument-definitions In MusE 4, there is even an info button in the Instrument dialog that takes you directly to the wiki page. I will add your use case to the docu (copying your own definitions to the user "instruments"...
by kybos
Thu Dec 10, 2020 8:00 am
Forum: MusE Sequencer
Topic: wishlist - MusE-Sequencer
Replies: 6
Views: 1871

Re: wishlist - MusE-Sequencer

But there are alternatives, check the Functions->Structure menu for insert/cut and split functions. Insert and cut work on the start and end markers. You may need 3.1 for them to handle markers and automation correctly (it was an oversight that Insert bar did not get the same fix) I was always wond...
by kybos
Thu Dec 10, 2020 7:42 am
Forum: MusE Sequencer
Topic: MIDI Editor - select all events in sound
Replies: 6
Views: 1801

Re: MIDI Editor - select all events in sound

But the tooltips I'm not sure. @kybos is that possible? There is no mention in the Qt docu that the status tips could be OS dependent, so I don't think so. As I recall the tooltips are a configuration in the settings dialog, maybe they are simply turned off. This is about the status tips (tips disp...
by kybos
Mon Dec 07, 2020 8:54 pm
Forum: MusE Sequencer
Topic: wishlist - MusE-Sequencer
Replies: 6
Views: 1871

Re: wishlist - MusE-Sequencer

Thanks for your feedback, there are certainly some interesting ideas.
by kybos
Mon Dec 07, 2020 7:07 am
Forum: MusE Sequencer
Topic: MIDI Editor - select all events in sound
Replies: 6
Views: 1801

Re: MIDI Editor - select all events in sound

It doesn't seem to work, can select individual notes but not all on that line. No tool tip either. Quite possible I'm doing it wrong :P What distro/desktop are you using? Do you use the MusE AppImage? If not, please try that, at least that must work, as it's independent of your system and the insta...
by kybos
Sun Dec 06, 2020 1:36 pm
Forum: MusE Sequencer
Topic: MIDI Editor - select all events in sound
Replies: 6
Views: 1801

Re: MIDI Editor - select all events in sound

Yes, just hold SHIFT and click one of the events. This should work both in selection (pointer) and edit (pencil) mode.

BTW: When you hover the mouse over an event, you should see a short description of possible actions for the current tool in the status bar.