Fix a couple typos

This commit is contained in:
Nick Lanham 2012-02-07 13:07:48 +01:00
parent 4fe5bedd30
commit 88081691c3

View File

@ -37,9 +37,9 @@ DrMr scans the following directories for hydrogen drum kits:
If you want to add others, add them to the default_drumkit_locations array at the top of drmr_hydrogen.c If you want to add others, add them to the default_drumkit_locations array at the top of drmr_hydrogen.c
### Note 1 ### Note 1
As stated above, a goal of DrMr is to have the host save all the state for you. As such, the current kit needs to be a control. Unfortunatly, string controls in LV2 are experiemental at the moment, and not supported by many hosts (in particular ardour doesn't support them). This means the kit needs to be set via a numeric control. DrMr specifies an integer index as a control to specify which kit to load. A kits index is the order in which is was found. This means changing, adding, or removing hydrogen kits could mess up your saved index. Sorry. As stated above, a goal of DrMr is to have the host save all the state for you. As such, the current kit needs to be a control. Unfortunately, string controls in LV2 are experimental at the moment, and not supported by many hosts (in particular ardour doesn't support them). This means the kit needs to be set via a numeric control. DrMr specifies an integer index as a control to select which kit to load. A kits index is the order in which is was found. This means changing, adding, or removing hydrogen kits could mess up your saved index. Sorry.
To figure out which kit is being loaded, have a look at the ouput of your host, DrMr will print out info about the kit it is loading. In the future, current kit information will be available in the GTK ui. To figure out which kit is being loaded, have a look at the output of your host, DrMr will print out info about the kit it is loading. In the future, current kit information will be available in the GTK ui.
### Note 2 ### Note 2
DrMr is currently using a static ttl file. This means I have to decide apriori how many gain controls to expose. I've settled on 16 for the moment, but that is arbitrary. At some point DrMr will probably move to using the LV2 Dynamic Manifest feature to expose the appropriate number of gain controls for the current sample set DrMr is currently using a static ttl file. This means I have to decide statically how many gain controls to expose. I've settled on 16 for the moment, but that is arbitrary. At some point DrMr will probably move to using the LV2 Dynamic Manifest feature to expose the appropriate number of gain controls for the current sample set