Hello fairest of lists,
I was wondering if anyone could help me to get the midi working on my hammerfall multiface, at least with PD. My laptop's description, along with .config file, can be found at: http://www.aproximation.org/application/AMD64laptop.html 2.6.9-rc3-mm3-VP-T3 kernel AMD64 laptop
my .pdrc has the line: -mididev 1,2,3 and I get no errors on pd/jack startup about midi, but the mididevices dialog says only [none] as midi options.
Thanks for the help! -thewade
On Mon, Oct 25, 2004 at 04:49:33PM -0600, thewade wrote:
Hello fairest of lists,
I was wondering if anyone could help me to get the midi working on my hammerfall multiface, at least with PD.
my .pdrc has the line: -mididev 1,2,3 and I get no errors on pd/jack startup about midi, but the mididevices dialog says only [none] as midi options.
which modules have you loaded? is your interface listed in aconnect -li ?
about drove myself insane before someone suggested loading snd-seq-midi, this was after loading: snd-seq, snd-rawmidi, snd-virmidi, snd-seq-oss, etc......
if it is listed in aconnect, you should be able to get it via mididev. make sure youve turned on oss emulation and configured alsa --with-sequencer as well..
Thanks for the help! -thewade
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi, is there anyway of changing tables lenght dynamically???
Hallo, pun chik hat gesagt: // pun chik wrote:
hi, is there anyway of changing tables lenght dynamically???
See 15.array.pd
[nbx] | [resize $1( | [s TABLE]
will resize the array/table named TABLE. However data outside the set range will get deleted or zeroed, AFAICR.
Frank Barknecht _ ______footils.org__
See 15.array.pd
[nbx] | [resize $1( | [s TABLE]
will resize the array/table named TABLE. However data outside the set range will get deleted or zeroed, AFAICR.
but make sure not to resize big tables, since that will probably result in an audible click ...
cheers ... tim
a certain "pun chik" punchik@fastmail.fm wrote:
hi, is there anyway of changing tables lenght dynamically???
-- pun chik punchik@fastmail.fm
you can send them a message like this: nameoftable resize newsize.
look in the documentation under 2.control.examples: 15.array.pd
m
hi, is there anyway of changing tables lenght dynamically???
i'd have to check, but i might be possible, that i implemented this feature to the threaded soundfiler in devel_0_37
cheers ... tim