-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, Aug 17, 2007 at 04:58:34PM -0700, William Weston wrote:
On Tue, 14 Aug 2007, David Adler wrote:
Everything sounds and works great here except
loading of MIDI maps.
Changing controller assignments works, saving of the changed MIDI map
works as well, loading works to the extent that the loaded
controller-numbers appear correctly when right-clicking on the
parameter name, but the respond to controller-messages remains according
to the default.map or according to changes made before on the running
app; until any change is manually applied again.
I tried altering default.map to my needs, it loads as any other map, but
response even then remains according to the original default.map.
This happens in version 0.11.0 and 0.11.1, purging configuration-files
and reinstalling did not help.
Anyone else experiencing this? Any clue?
Thanks for catching this. Can you apply this patch and let me know
how it goes?
--- src/param.c.orig 2007-07-30 02:53:32.000000000 -0700
+++ src/param.c 2007-08-14 15:46:24.000000000 -0700
@@ -1052,6 +1052,9 @@
fclose (map_f);
midimap_modified = 0;
+ /* rebuild ccmatrix based on new map */
+ build_ccmatrix ();
+
return 0;
}
Perfect! Works for me now. Thank you!
I mapped a bunch of MIDI controllers to the knobs/faders/buttons on my Axiom, and went
crazy:
http://www.restivo.org/misc/industr.ogg
Much fun. Thanks again for writing it.
- -ken
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGx1l3e8HF+6xeOIcRAhzvAJ4qqBIONqzALOAzxcior9jED1XhCwCfafkK
lF1dNinEeF0S62Mo6kyp5Ao=
=C2l2
-----END PGP SIGNATURE-----