WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Qtractor and Seq24 request  (Read 3156 times)

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Qtractor and Seq24 request
« on: August 17, 2020, 02:22:32 PM »
It would be great to have a MIDI editor extension in TinyCore, either Qtractor or Seq24, or both :)
These are the most lightweight ones I can think of.
« Last Edit: August 17, 2020, 02:27:40 PM by Devil999 »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Qtractor and Seq24 request
« Reply #1 on: August 17, 2020, 07:13:33 PM »
Hi Devil999
You did not specify which architecture you were interested in (x86, x86_64, ARM, etc.).

Would timidity do what you want:
http://tinycorelinux.net/11.x/x86/tcz/timidity.tcz.info
http://tinycorelinux.net/11.x/x86_64/tcz/timidity.tcz.info

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Re: Qtractor and Seq24 request
« Reply #2 on: August 17, 2020, 07:28:31 PM »
No, Timidity is not a MIDI sequencer, it's a software synthesizer for MIDI playback. TinyCore doesn't have any MIDI editors.
Quote
You did not specify which architecture you were interested in
x86 and x86_64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Qtractor and Seq24 request
« Reply #3 on: August 23, 2020, 06:21:33 AM »
sequencer64 posted to CorePure64 repo

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Re: Qtractor and Seq24 request
« Reply #4 on: August 23, 2020, 08:09:02 PM »
Good to hear! I almost forgot about sequencer64, which is a greatly improved version of seq24. Will you also add it to x86 repository?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Qtractor and Seq24 request
« Reply #5 on: August 23, 2020, 09:08:46 PM »
Please test it first.

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Re: Qtractor and Seq24 request
« Reply #6 on: August 25, 2020, 09:36:08 AM »
This is what it gives me:
« Last Edit: August 25, 2020, 09:38:03 AM by Devil999 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Qtractor and Seq24 request
« Reply #7 on: August 27, 2020, 06:51:21 AM »
You probably need to manually modprobe one or more kernel sound drivers until you see something like this:
Code: [Select]
$ lsmod
Module                  Size  Used by    Not tainted
snd_seq_midi           12288  0
snd_seq_midi_event     12288  1 snd_seq_midi
snd_seq                36864  2 snd_seq_midi,snd_seq_midi_event
snd_rawmidi            20480  1 snd_seq_midi
snd_seq_device         12288  3 snd_seq_midi,snd_seq,snd_rawmidi

You could start with:
Code: [Select]
$ sudo modprobe snd_seq_device
This will create /dev/snd/seq

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Re: Qtractor and Seq24 request
« Reply #8 on: September 25, 2020, 03:06:49 PM »
Perhaps I'll try it, however I suspect that other users will not be ready to painstakingly tinker with kernel sound drivers only to make the single available midi sequencer work properly. Wouldn't it be easier to just add Qtractor to TinyCore instead, since it's a well-tested and reliable application?

Offline Devil999

  • Newbie
  • *
  • Posts: 15
Re: Qtractor and Seq24 request
« Reply #9 on: September 25, 2020, 03:22:50 PM »
Also, take a look at this - https://github.com/ahlstromcj/sequencer64/blob/master/INSTALL - it says that there are different versions that can be built, including a RtMidi version. On TinyCore, RtMidi is what it complains about.