mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
gtk2 ardour doc updates
This commit is contained in:
parent
a9187a9e25
commit
cec17c7660
2 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
#ifdef LUABINDINGDOC
|
||||||
luabridge::setPrintBindings (true);
|
luabridge::setPrintBindings (true);
|
||||||
LuaState lua;
|
LuaState lua;
|
||||||
lua_State* L = lua.getState ();
|
lua_State* L = lua.getState ();
|
||||||
|
|
@ -31,4 +32,7 @@ int main (int argc, char **argv)
|
||||||
printf ("{} ]\n");
|
printf ("{} ]\n");
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
|
#else
|
||||||
|
return 1;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,10 @@ namespace ARDOUR {
|
||||||
|
|
||||||
class PublicEditor;
|
class PublicEditor;
|
||||||
|
|
||||||
|
/** Location Marker
|
||||||
|
*
|
||||||
|
* Editor ruler representation of a location marker or range on the timeline.
|
||||||
|
*/
|
||||||
class ArdourMarker : public sigc::trackable
|
class ArdourMarker : public sigc::trackable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue