Search found 667 matches

by Tim E. Real
Sat Aug 12, 2023 12:13 am
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

Hi. Just a teaser to fend off disappointment: I'm working on this. I hoped to have it sooner but there were, as usual, complications requiring some thought. All settings in the midi remote dialog box will have port and channel, with 'learn' buttons. You can choose 'any' port or channel (as it is now...
by Tim E. Real
Sat Aug 05, 2023 3:18 pm
Forum: MusE Sequencer
Topic: [comments, questions, and bugs?] MusE Live MIDI Input transformator
Replies: 10
Views: 2488

Re: [comments, questions, and bugs?] MusE Live MIDI Input transformator

[ Edit ] Ha! It's very old:
0.3.14:
- new: Midi Transformator (look at edit->MidiTransform)
(not all operators and operations are implemented yet)

That's MusE version 0.3.14 - not the date !

by Tim E. Real
Sat Aug 05, 2023 2:44 pm
Forum: MusE Sequencer
Topic: [comments, questions, and bugs?] MusE Live MIDI Input transformator
Replies: 10
Views: 2488

Re: [comments, questions, and bugs?] MusE Live MIDI Input transformator

Hi Impostor That's quite the foray into this beast. It's a bit of a relic from the early days, written long ago by others. I have maintained it, fixed it, and added to it over the years. Last time I checked it was basically working, modules and all, however it is possible other things along the way ...
by Tim E. Real
Mon Jul 31, 2023 10:11 pm
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

Oh wait, I see. Sorry. Your CC button sends 127 then 0, eh? Phht. Maybe I'm gonna have to make separate CC numbers for record on and off, to avoid this kind of problem... [ Edit] Er, I mean possibly just make it toggle but only if 1-127 is received. [ Edit ] Also the other functions may need to chan...
by Tim E. Real
Mon Jul 31, 2023 10:04 pm
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

If I read ya correctly, I was fooled by that too! The 'CC' column in the remote dialog means the CC number, not its value. Setting it to '1' for example uses the MOD wheel. Special for record transport button: The CC value has meaning: Value 0 means record off, value 1 - 127 means record on. All oth...
by Tim E. Real
Mon Jul 31, 2023 9:51 pm
Forum: MusE Sequencer
Topic: Step record midi input issue
Replies: 8
Views: 2598

Re: Step record midi input issue

Hi, sorry for missing this one.
Should be fixed in github master now.

by Tim E. Real
Mon Jul 31, 2023 7:46 pm
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

Back to the original problem: I looked at the code. For some reason it was written so note-on turns on the setting while note-off turns it off. Which is not very helpful - you would have to hold a key down for say, the record to stay on. This should be fixed in github master now. I removed the accep...
by Tim E. Real
Fri Jul 28, 2023 4:38 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

Still, VST and some LADSPA plugins somehow manage all of this in linear ranges without even having a 'logarithmic' property. Possibly because the range is just linear 0.0 to 1.0, and at 0.0 they cut the sound off completely ? So, with a range of 0.0 to 1.0, how does a VST host know what text to dis...
by Tim E. Real
Fri Jul 28, 2023 3:59 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

Hi sadko4u Nice to have your thoughts on this. Yes, that is what I do with our sliders and so on. When they reach the first position, I force the resulting log value to jump down to 0.0 Meanwhile the second position returns my selected minimum dB converted to a log value. As I mentioned in the post ...
by Tim E. Real
Thu Jul 27, 2023 4:39 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

Heh. I was afraid I might have caused confusion. To clarify: This is not a fault with any plugin, either LSP or other brands , or any LV2 or LADSPA or VST plugin. It is a shortcoming of the plugin specifications and architectures. The plugins did the right thing - the only thing that they could do. ...
by Tim E. Real
Wed Jul 26, 2023 10:54 pm
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

I have added some info to the wiki at: https://muse-sequencer.github.io/docs/automation.html I discussed midi control to audio control assignment. And I talked about this minimum dB stuff. And there is more info. I present it here for completeness. If you are wondering why a plugin native UI's logar...
by Tim E. Real
Wed Jul 26, 2023 7:12 am
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

This should be something in the manual. I'll try to add it but I wanted to state it here. A quick word about logarithmic audio controllers: With the exception of our built-in audio logarithmic volume controllers (for which we have the luxury of having a minimum slider decibel Global Setting), some l...
by Tim E. Real
Wed Jul 26, 2023 6:30 am
Forum: MusE Sequencer
Topic: Using Midi-Keyboard with MusE
Replies: 18
Views: 3582

Re: Using Midi-Keyboard with MusE

Hi. This should be fixed in github master now. All logarithmic controllers including certain log plugin controllers and our built-in volume had this problem. It was an oversight with recent 'minimum logarithmic controller decibel value' reworking. Ha! I could be making that up and you wouldn't know ...
by Tim E. Real
Mon Jul 24, 2023 12:35 am
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

Correct. The "Input Transformator" is real-time. Live transformations.
There is also another similar dialog, simply the "Transformator" which operates on existing song midi events (non-real-time).

by Tim E. Real
Sun Jul 23, 2023 11:09 pm
Forum: MusE Sequencer
Topic: Using DAW-buttons on a midi-keyboard
Replies: 36
Views: 6021

Re: Using DAW-buttons on a midi-keyboard

In case y'all have never discovered it, this might be useful in some cases: The "Input Midi Transformator" (Main Menu > Midi) can do some advanced processing of incoming midi events. It can transform their range, value, even convert to another type of event. There is no documentation so it...