Enable tone/effects library for rp355.

Implement the recent addition of the tone/effects library for the rp355.

Get rid of USB_POSITION.

Add tone lib A for rp355.

Minor comment changes.

Remove a couple of commented out lines.
This commit is contained in:
Tim LaBerge
2012-12-17 06:58:44 -08:00
parent a389c785f7
commit 22aeaf8ffa
3 changed files with 26 additions and 11 deletions

View File

@@ -36,6 +36,5 @@ typedef struct {
XmlSettings *get_xml_settings(guint id, guint position);
gboolean value_is_extra(EffectValues *val, int value);
gchar * map_xml_value(XmlSettings *xml, EffectValues *values, gint value);
// gchar *get_xml_label(guint id, guint position, gint type);
#endif /* GDIGI_XML_H */