kyma•tweaky . Know . MissingSequencerStep |
!Pan is: (`MIDIController10 displayAs: #fader). ... !sw10 is: (`MIDIController10 displayAs: #toggle).Since the Sound is using both !Pan and !sw10, Kyma has to choose one of these mappings to use, and, in this case, has chosen !Pan over !sw10. The easiest way to fix this is to use a Global Map (either a new one you create or one of the example ones) that does maps these controls to different MIDI controllers. I was able to get your Sound to work by using Choose global map... from the File menu, and selecting
kymaglobal.map
from the Global Maps
folder within the Kyma
folder. The next time you play your Sound it will have separate !Pan and !sw10 controls.
-- KurtHebel - 03 Nov 2004
Brilliant! Thank You!
WebForm | |
---|---|
TopicClassification: | Solved |
BriefDescription?: | Missing step 10 control in AnalogSequencer? |
OperatingSystem: | Mac OS9, Mac OSX, Win 98, Win ME, Win XP, Win 2000 |
LapOrDesk?: | Laptop, Desktop |
HostProcessor?: | PowerPC? G5, PowerPC? G4, PowerPC? G3, Pentium 4, Pentium 3, Pentium 2, Athlon, Celeron, Other |
ClockSpeedInMHz?: | N/A |
RAMInMB?: | 0-127, 128-255, 256-511, 512-1023, 1024-2047, 2048+ |
CapyInterface?: | Flame, PCI, PCMCIA |
KymaVersion?: | KymaX? |
CapybaraVersion?: | Capy320, CapyLS?, Capy66, Capy33 |
ExpansionCards?: | None, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
VirtualMemory?: | N/A |
MonitorSize?: | 12, 15, 17, 21, >23 |
NumberMonitors?: | 1, 2, 3, >3 |
NumberColors?: | 8 bit (256), 16 bit (thousands), 24 bit (millions), 32 bit (true color) |
GraphicsCard?: | N/A |
OtherHardware?: | N/A |
OtherSoftware?: | N/A |
----- Revision r1.5 - 04 Nov 2004 - 12:25 GMT - ChrisParmenidis
|