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
237 stars 28 forks source link

support for korg nanoKONTROL 2? #198

Open hal80 opened 4 years ago

hal80 commented 4 years ago

Hi, I wonder if the sequencer.rc file could be configured in such a way that for example the korg nanoKONTROL 2 could serve as an external controller. It has 8 channels, and each channel provides a fader, an encoder, and buttons for mute, solo, record. In particular - does sequencer64 read e.g. cc message for volume so that one could assigne volume to the faders? (Or is there any other miniature controller < 100 € that would potentially work with sequencer64?)

ahlstromcj commented 4 years ago

It should work. I have a test setup with the nanoKEY2, and people use the [midi-control] section to support things like the LaunchPad.

I think you can set up both nanos with the "nano-basket" project on GitHub.

-------- hal80 06:23 Sun 05 Apr --------

Hi, I wonder if the sequencer.rc file could be configured in such a way that for example the korg nanoKONTROL 2 could serve as an external controller. It has 8 channels, and each channel provides a fader, an encoder, and buttons for mute, solo, record. In particular - does sequencer64 read e.g. cc message for volume so that one could assigne volume to the faders?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/ahlstromcj/sequencer64/issues/198

-- The Man Who Almost Invented The Vacuum Cleaner The man officially credited with inventing the vacuum cleaner is Hubert Cecil Booth. However, he got the idea from a man who almost invented it. In 1901 Booth visited a London music-hall. On the bill was an American inventor with his wonder machine for removing dust from carpets. The machine comprised a box about one foot square with a bag on top. After watching the act -- which made everyone in the front six rows sneeze -- Booth went round to the inventor's dressing room. "It should suck not blow," said Booth, coming straight to the point. "Suck?", exclaimed the enraged inventor. "Your machine just moves the dust around the room," Booth informed him. "Suck? Suck? Sucking is not possible," was the inventor's reply and he stormed out. Booth proved that it was by the simple expedient of kneeling down, pursing his lips and sucking the back of an armchair. "I almost choked," he said afterwards. -- Stephen Pile, "The Book of Heroic Failures"

hal80 commented 4 years ago

Thank you.