ahlstromcj / sequencer64

A major reboot of Seq24. Current release 0.97.0 (2021-05-13), native JACK MIDI, Song recording, playlists, and a Windows/Qt version. For fresher code, see the Seq66 project. Note that trigger and mute-group-in-MIDI-file formats have evolved! Back up your work!
GNU Affero General Public License v3.0
235 stars 29 forks source link

Midi: Toggle does not work for modifier #132

Open georgkrause opened 6 years ago

georgkrause commented 6 years ago

I try to use my apc mini as controller for seq64 and everythink works fine but i cannot use a note on message to toggle some modifiers. This is true for:

It is working if i use the on/off mode in the rc file, but the toggle mode wont work.

ahlstromcj commented 6 years ago

The toggle is mainly for the toggling of sequences, using the lower values (the first 32). This follows seq24.

That being said, I have not yet finished the MIDI control handling for performance record, solo, and thru (new stuff), so this is a reminder to finish that.

Check out the PDF file in the doc directory if you haven't had a chance yet. I will get to this pretty soon!

-------- Georg Krause 19:28 Tue 30 Jan --------

I try to use my apc mini as controller for seq64 and everythink works fine but i cannot use a note on message to toggle some modifiers. This is true for:

* bpm up/down
* screen set up/down
* mod replace
* mod snapshot
* mod queue
* mod gmute
* mod glearn
* screen set play
* performance record
* solo
* midi thrue
* bpm page up/down

It is working if i use the on/off mode in the rc file, but the toggle mode wont work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

Reverse link: [3]unknown

References

Visible links

  1. https://github.com/ahlstromcj/sequencer64/issues/132
  2. https://github.com/notifications/unsubscribe-auth/AHnVqINvjcaCjnarNhbaxh7W2sO50Mf9ks5tP21ygaJpZM4Ry4XS
  3. https://github.com/ahlstromcj/sequencer64/issues/132

-- Tonight you will pay the wages of sin; Don't forget to leave a tip.

ahlstromcj commented 6 years ago

I've enhanced/fixed support for changing the MIDI record and MIDI thru settings in the sequence/pattern editor, and fixed a bug in screenset setting describe in a separate JIRA issue. I set up some midi-control lines in the contrib/simple-midi-control-section.rc file to test out some of the functionality. Warning: if you use vmpk to test your settings via note-ons, set the velocity to a non-zero value, or vmpk apparently will not emit note-ones :-D

Anyway, check out the latest master or latest tempo_track.

georgkrause commented 6 years ago

i will test in the following week. thank you for your work!