LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I use Vkeybd to play and in the same time write music with noteedit? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-use-vkeybd-to-play-and-in-the-same-time-write-music-with-noteedit-714538/)

gmando14 03-26-2009 04:59 AM

How can I use Vkeybd to play and in the same time write music with noteedit?
 
Hi, I would like to know how to use Vkeybd, the virtual keyboard, to play the piano and in the same time score the notations on the music sheet in Noteedit. Thank you for the informations.

stratotak 03-26-2009 10:32 PM

Since it only uses alsa and oss..but doesnt have jack support.I would try acconect or acconectgui if you want a gui version of it.Probably need to make sure snd_seq module is loaded..try
Code:

lsmod
to see if you have correct modules loaded for midi..heres mine for a comparison..
Code:

strat@frostbite:~$ lsmod
Module                  Size  Used by
radeon                118688  2
drm                    65256  3 radeon
binfmt_misc            7528  1
ppdev                  6468  0
lp                      8164  0
autofs4                16420  0
ipv6                  235300  18
speedstep_ich          3600  0
speedstep_lib          4516  1 speedstep_ich
cpufreq_conservative    5960  0
cpufreq_ondemand        6476  1
cpufreq_stats          3776  0
freq_table              4224  3 speedstep_ich,cpufreq_ondemand,cpufreq_stats
cpufreq_userspace      3172  0
cpufreq_powersave      1856  0
fuse                  42908  1
sbp2                  18572  0
loop                  12748  0
pcmcia                29548  0
firmware_class          6816  1 pcmcia
joydev                  8480  0
parport_pc            22500  1
parport                30988  3 ppdev,lp,parport_pc
irda                  95480  0
crc_ccitt              2080  1 irda
snd_intel8x0          26268  1
yenta_socket          20620  2
rsrc_nonstatic          9504  1 yenta_socket
pcmcia_core            31892  3 pcmcia,yenta_socket,rsrc_nonstatic
button                  6096  0
video                  16432  0
output                  2912  1 video
battery                10180  0
snd_seq_dummy          2660  0
snd_seq_oss            24992  0
snd_seq_midi            5728  0
snd_rawmidi            18496  1 snd_seq_midi
serio_raw              4740  0
snd_intel8x0m          12492  0
snd_ac97_codec        88484  2 snd_intel8x0,snd_intel8x0m
ac97_bus                1728  1 snd_ac97_codec
snd_pcm_oss            32800  0
snd_mixer_oss          12320  1 snd_pcm_oss
snd_seq_midi_event      6432  2 snd_seq_oss,snd_seq_midi
snd_seq                41456  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_pcm                62596  4 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
ac                      4196  0
pcspkr                  2432  0
psmouse                32336  0
iTCO_wdt                9508  0
snd_timer              17800  2 snd_seq,snd_pcm
snd_seq_device          6380  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    45604  13 snd_intel8x0,snd_seq_oss,snd_rawmidi,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_timer,snd_seq_device
slamr                370340  2
ungrab_winmodem        1888  0
soundcore              6368  1 snd
snd_page_alloc          7816  3 snd_intel8x0,snd_intel8x0m,snd_pcm
rng_core                3940  0
shpchp                25528  0
pci_hotplug            23460  1 shpchp
intel_agp              22332  1
agpgart                28776  2 drm,intel_agp
evdev                  8000  6
dcdbas                  6272  0
ext3                  105512  1
jbd                    39444  1 ext3
mbcache                7108  1 ext3
ide_cd_mod            27652  0
cdrom                  30176  1 ide_cd_mod
ide_disk              10496  3
ata_generic            4676  0
libata                140384  1 ata_generic
scsi_mod              129356  2 sbp2,libata
ide_pci_generic        3908  0 [permanent]
floppy                47716  0
piix                    6568  0 [permanent]
ide_core              96168  4 ide_cd_mod,ide_disk,ide_pci_generic,piix
ohci1394              24944  0
ieee1394              75800  2 sbp2,ohci1394
3c59x                  35624  0
mii                    4896  1 3c59x
dock                    8304  1 libata
uhci_hcd              18672  0
usbcore              118160  2 uhci_hcd
thermal                15228  0
processor              32576  2 thermal
fan                    4164  0
thermal_sys            10856  4 video,thermal,processor,fan
strat@frostbite:~$

Never used aconnect.So not sure how it actually works.I use jack to route midi and audio in realtime.
http://www.iua.upf.es/~mdeboer/projects/aconnectgui/
I know its in debians repo..


All times are GMT -5. The time now is 02:39 AM.