This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
revamped_control_system [2013/05/16 05:13] daschuer [Control Object Types] |
revamped_control_system [2013/05/16 05:18] (current) pegasus [Control Object Types] - grammar |
||
---|---|---|---|
Line 84: | Line 84: | ||
* QString | * QString | ||
- | Those four types will have inside Mixx and independend API, to avoid overhead for type checking. | + | These four types will have an independent API inside Mixxx to avoid overhead for type checking. |
- | A common interface is provided vor the xml mapping and the controller scripts to avoid that the controller mapping developer has to deal with types. | + | A common interface would be provided for XML mappings and controller scripts to prevent controller preset developers having to deal with types. |
- | + | ||
- | This can be done by using the benefits of QScriptValue | + | |
- | [[http://doc.qt.digia.com/4.7/qscriptvalue.html]] | + | |
+ | This can be done thanks to QScriptValue [[http://doc.qt.digia.com/4.7/qscriptvalue.html]] | ||