Search found 658 matches

by Tim E. Real
Sat Mar 16, 2024 11:44 pm
Forum: MusE Sequencer
Topic: Audio clips don't play when loop play.
Replies: 4
Views: 162

Re: Audio clips don't play when loop play.

Check if 'Latency Correction' is enabled in Global Settings > Audio > Latency tab. If it is enabled, turn it off (and try restarting MusE). There are known issues with the latency correction and looping, especially with wave parts. Other than that, can you tell me if the audio clips being used are n...
by Tim E. Real
Sun Mar 10, 2024 8:24 pm
Forum: MusE Sequencer
Topic: [Solved] Crash with VST effect GUI
Replies: 5
Views: 1194

Re: [Solved] Crash with VST effect GUI

OK Thanks, will keep an eye on that.

by Tim E. Real
Sun Mar 10, 2024 4:52 pm
Forum: MusE Sequencer
Topic: [Solved] Crash with VST effect GUI
Replies: 5
Views: 1194

Re: [Solved] Crash with VST effect GUI

From my extensive notes: "FIX: Crashes with open native VST UIs when exiting app, because we delete on close. Removed close() call in VstNativeEditor(), and changed "delete editor" to " editor->close()" in VstNativeSynthIF::deactivate3(). Testing OK so far! TODO: Try testing...
by Tim E. Real
Mon Mar 04, 2024 9:27 pm
Forum: MusE Sequencer
Topic: Virtuosity Drums instrument definition for MusE
Replies: 7
Views: 356

Re: Virtuosity Drums instrument definition for MusE

If you don't mind, I have added your instructions as comments inside the idf file. They read: <!-- The full kit contains some extras the basic kit lacks: snare flam, roll, buzz and some others. --> <!-- The e-drum keymap maps the 1/2, 3/4, and open hihats to a single OH key, controllable with a peda...
by Tim E. Real
Mon Mar 04, 2024 9:12 pm
Forum: MusE Sequencer
Topic: Virtuosity Drums instrument definition for MusE
Replies: 7
Views: 356

Re: Virtuosity Drums instrument definition for MusE

Added again to git master, thanks.

by Tim E. Real
Mon Mar 04, 2024 5:15 am
Forum: MusE Sequencer
Topic: MusE: changing soundfont file paths in project
Replies: 1
Views: 190

Re: MusE: changing soundfont file paths in project

Yes we've had a few complaints here recently if I recall. I took a fresh look at the situation and reviewed how the information is stored today. Our MESS plugin system is similar to others in that each plugin is a library. New ones can be created and old ones removed. And like other systems, each pl...
by Tim E. Real
Mon Mar 04, 2024 12:02 am
Forum: MusE Sequencer
Topic: Virtuosity Drums instrument definition for MusE
Replies: 7
Views: 356

Re: Virtuosity Drums instrument definition for MusE

No problem.
I just added it directly to the project with github drag n' drop.
Although, naughty, directly adding does bypass some rules we have, but that's OK, it's not code.

Also I see you found the 'hide' tag, which I forgot to mention.

Thanks.
T.

by Tim E. Real
Sun Mar 03, 2024 11:55 pm
Forum: MusE Sequencer
Topic: Virtuosity Drums instrument definition for MusE
Replies: 7
Views: 356

Re: Virtuosity Drums instrument definition for MusE

Thanks. If you want to create a pull request, then for me it's one click away from integration into the source. (Remove the .txt) Otherwise hang in there and next commit I will try to remember to include it. Another option is to create an issue for it and post it there, that way I'll remember to see...
by Tim E. Real
Sun Mar 03, 2024 6:39 pm
Forum: MusE Sequencer
Topic: Ordering of drum instruments in idf?
Replies: 2
Views: 411

Re: Ordering of drum instruments in idf?

Hi. Sorry for the late reply. There are supposed to be two ways to order a drum map. One is per-song, where you simply drag the drum map items around in the song, and it will be stored that way and reloaded that way the next time the song is loaded. This works and tests OK. But as for actually order...
by Tim E. Real
Wed Dec 13, 2023 6:32 pm
Forum: MusE Sequencer
Topic: Midi track reduced volume
Replies: 7
Views: 1527

Re: Midi track reduced volume

Hello. When the volume decreases like that, do you notice any MusE volume slider controls changing? If you open the mixer, do you notice any of the volume controls changing over time, especially for that one track? If the answer is yes, then you might have some midi track automation graphs, that are...
by Tim E. Real
Tue Dec 12, 2023 12:50 am
Forum: MusE Sequencer
Topic: Scrolling the pianoroll canvas vertically with keystrokes.
Replies: 4
Views: 1891

Re: Scrolling the pianoroll canvas vertically with keystrokes.

In github master now: Here ya go! Try 'er out. Six new shortcuts, the best unused keyboard letters I could find: Scroll up = O Scroll down = K Scroll up fast = Shift+O Scroll down fast = Shift+K Scroll left fast = undefined (user's choice, Ctrl/Shift/Alt H/L are already taken) Scroll right fast = un...
by Tim E. Real
Mon Dec 11, 2023 4:18 pm
Forum: MusE Sequencer
Topic: Scrolling the pianoroll canvas vertically with keystrokes.
Replies: 4
Views: 1891

Re: Scrolling the pianoroll canvas vertically with keystrokes.

[Prepares to have shoe thrown at him...]

Unfortunately no, not that I can see.
Seems obvious that Shift-H/L or Ctl-H/L would be good candidates for that.

by Tim E. Real
Mon Dec 11, 2023 1:16 am
Forum: MusE Sequencer
Topic: Moving playback cursor by grid with shortcuts
Replies: 2
Views: 897

Re: Moving playback cursor by grid with shortcuts

I can't quite recall if those keys move the cursor to the next exact grid location. They might just 'blindly' move a fixed number of ticks... or not. Maybe I fixed that. You can tell if you bring up the Big Time window and see if it really moves to a new grid location on exactly the next bar or beat...
by Tim E. Real
Sat Dec 09, 2023 10:43 pm
Forum: MusE Sequencer
Topic: MusE saving Uhbik plugin state problem
Replies: 16
Views: 4792

Re: MusE saving Uhbik plugin state problem

Yes, these plugins do not inform us at all when patches change - and thus controls as well. Therefore our own local mirrored control values do not get updated (generic ui etc.). So I am re-writing the code to directly ask the plugin rather than relying on our local mirrored controls. At the risk of ...
by Tim E. Real
Sat Dec 09, 2023 8:51 pm
Forum: MusE Sequencer
Topic: MusE saving Uhbik plugin state problem
Replies: 16
Views: 4792

Re: MusE saving Uhbik plugin state problem

Just a heads-up.
I am working on this issue.
Unfortunately it also requires several other tweaks, fixes, and re-writes,
all of which will make things "better".
All for now...