Commit Graph

218 Commits (master)

Author SHA1 Message Date
nixo 6d5a3b1ef4 add guix build file 2020-07-25 21:44:33 +02:00
nixo e00ab5e45b Fix jog back on djcontrol instinct 2020-07-25 21:30:17 +02:00
Albert Graef b6068a73c0 Minimal Mackie emulation for the Harley Benton MP-100 a.k.a. MeloAudio MIDI Commander. 2019-12-18 10:56:19 +01:00
Albert Graef dc626710e6 Install midizap-mode automatically if Emacs is found during installation. Update the documentation. 2018-11-16 21:18:54 +01:00
Albert Graef 8c622bd085 midizap-mode: Add keysyms to auto-complete keywords table. 2018-11-16 20:37:58 +01:00
Albert Graef e53e3b3140 Add some snippets for Emacs yasnippets. 2018-11-13 08:31:41 +01:00
Albert Graef 8fef722919 Remove unneeded changes to midizap mode syntax table. 2018-11-11 18:59:24 +01:00
Albert Graef 24e346c733 Comment changes. 2018-11-11 10:12:21 +01:00
Albert Graef 240d30da7d Comment changes. 2018-11-11 00:31:31 +01:00
Albert Graef 951fa8fb17 Update the manual. 2018-11-10 23:46:20 +01:00
Albert Graef 7954230468 Add an Emacs mode for midizaprc files. 2018-11-10 23:45:56 +01:00
Albert Graef 357836a383 Fix glitches in regexes. 2018-11-06 07:31:56 +01:00
Albert Graef c2160b9893 Typo in the manual. 2018-10-16 08:33:48 +02:00
Albert Graef 7ce7f3c30b Fix up the detection of our own ports in the connection callback. 2018-10-16 08:29:22 +02:00
Albert Graef 15b8b574b3 Update the manual. 2018-10-15 06:23:23 +02:00
Albert Graef b39484c0ac Make the -r optional, so that just 'midizap rcfile' will work. 2018-10-15 05:56:47 +02:00
Albert Graef 4947aca50f Fix an obscure bug in copying anyshift mod translations which might errorneously override the modulus in an existing translation. 2018-10-15 03:26:31 +02:00
Albert Graef 70287a7e9f X-Touch Mini example: Move the MIDI CC assignments on the ALT layer to a separate config, so that we don't mix up Mackie and MIDI control messages. 2018-10-14 21:05:19 +02:00
Albert Graef 1898fe74cf X-Touch Mini example: Add some more bindings for the encoders on the ALT layer (experimental). 2018-10-14 10:47:01 +02:00
Albert Graef 9d55ce9651 Cosmetic changes to the other examples. 2018-10-14 10:47:01 +02:00
Albert Graef d0477d27d2 Rework the X-Touch Mini and ONE examples. 2018-10-14 10:47:01 +02:00
Albert Graef 56ea96686a Add a built-in patchbay facility (JACK_IN/JACK_OUT directives). 2018-10-14 10:47:01 +02:00
Albert Graef 483c2d3105 Comment changes. 2018-10-12 14:48:49 +02:00
Albert Graef 714e9d1a35 Rearrange some of the shifted functions of the XTouchMini2 bindings. 2018-10-12 14:48:28 +02:00
Albert Graef c9e545ff51 Show fader feedback on encoders (experimental). 2018-10-12 09:13:09 +02:00
Albert Graef 17d0947051 Add another variant of the X-Touch Mini configuration. 2018-10-11 21:37:46 +02:00
Albert Graef cfb56c945f Cosmetic changes. 2018-10-11 21:36:41 +02:00
Albert Graef aee118bb2a Text changes. 2018-10-11 20:03:10 +02:00
Albert Graef 825f8cf54f Add different variants of the midizap patchbay for use with or without a2jmidid. The former requires that a2jmidid is running, the latter will work without, but only when Jack1 is used with seq as MIDI driver, as described in the manual. 2018-10-11 19:50:01 +02:00
Albert Graef cb90678434 Add an example config for the X-Touch Mini. 2018-10-11 19:03:51 +02:00
Albert Graef a90a0c0361 Typo. 2018-10-10 23:54:41 +02:00
Albert Graef b8622829c1 Text and comment changes. 2018-09-25 04:09:05 +02:00
Albert Graef 55746bcd94 Fix some blunders (last encoder assign button should actually be PLUGIN, not INST). 2018-09-24 18:01:06 +02:00
Albert Graef d70be88ad5 X-Touch ONE: Add a FLIP button (shifted SOLO in the transport section). 2018-09-24 13:09:53 +02:00
Albert Graef 28a9d2c515 X-Touch ONE: Add some more bindings for the encoder assignment section. 2018-09-24 01:57:56 +02:00
Albert Graef 9f69dd19a0 Comment changes. 2018-09-24 01:57:56 +02:00
Albert Graef 7397aced4d X-Touch ONE: Add some more shifted bindings. 2018-09-23 23:03:08 +02:00
Albert Graef 21491e32ba Update the documentation. 2018-09-23 13:34:48 +02:00
Albert Graef 0d265f5ebc Bugfix: Suppress the automatic release sequence for MIDI output if there's an explicit release sequence. 2018-09-23 12:27:23 +02:00
Albert Graef df6083ea7a Add some more shifted bindings. 2018-09-23 11:31:10 +02:00
Albert Graef af1dbd10dc Add a README file with short descriptions of the included examples. 2018-09-23 11:31:10 +02:00
Albert Graef 6b99bc35d4 Add an Ardour device description for the X-Touch ONE. 2018-09-23 11:31:10 +02:00
Albert Graef 5c04c47f70 X-TouchONE: Add some convenient bindings for the shifted bank/channel switches. 2018-09-23 11:31:10 +02:00
Albert Graef 0f1cd1c17f Update the documentation. 2018-09-23 11:31:10 +02:00
Albert Graef 7c0403d913 Allow CLASS and TITLE prefixes on a regex, to make it possible to match translation sections only by class or title. 2018-09-23 11:31:10 +02:00
Albert Graef d9c72d6ff1 Cosmetic changes in debugging output. 2018-09-23 11:31:10 +02:00
Albert Graef 49166bd1fa Comment changes. 2018-09-21 09:30:34 +02:00
Albert Graef f865d731aa Some improvements to the Maschine bindings.
- emulate shifted cursor keys and push encoders
- SELECT, SOLO, MUTE are ordinary shift buttons now (no lock)
2018-09-21 08:47:51 +02:00
Albert Graef fb411c505a Comment changes. 2018-09-21 07:55:08 +02:00
Albert Graef f30ab39b65 Text changes. 2018-09-20 19:15:50 +02:00