<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/genoqs-fork/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 05 Sep 2017 11:44:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/genoqs-fork/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Wilson</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,12 +7,13 @@

 We also maintain a known Issues / CBB (could be better) document for future consideration, the pdf is available here [Known Issues](https://drive.google.com/open?id=0B1cYt0JBw9MaLXA0dHZxNTY3dEk)

-Dare we say it, but we keep a live feature design document also ;)
-[Feature Design](https://docs.google.com/document/d/1h8mlhyfQaBATDIJQP46pfnKtf6_LeVrFIozF5ZHcGdM)
+Dare we say it, but we keep a live feature design document also ;) [Feature Design](https://docs.google.com/document/d/1h8mlhyfQaBATDIJQP46pfnKtf6_LeVrFIozF5ZHcGdM)
+

 #### Infinity &amp;amp; Beyond!
 Although stability is our central concern we would like to accommodate brilliant future feature ideas safely within the codebase.  We want to support the concept in the future of optional Addon Feature 'flavours', without compromising or over caveating the CE Core OS.  
 Here are the definitions of what is **Core** and what is **Addon**:
+

 ### Core Features
 Core features are what we regard as running in parallel or as a complementary reflection of the original design.  We are especially keen on ideas that:
@@ -20,8 +21,10 @@
 - UI / UX Work flow features and tweaks to UI or input response.  
 - Extensions of current features where limits lifts are justifable, always in keeping and consistent with the feature / global UI schema

+
 ### Addon Features
 Features / ideas that fall outside the core feature categories that may perhaps have an impact in terms of resource / CPU requirements.  Also these features should follow the established UI vernacular and feel like a natural fit.
+

 ## Getting Started
 For instructions on how to manually setup your environment please read
@@ -29,17 +32,18 @@
 (Note also tested on Ubuntu 10)
 If you prefer to skip that and just get a VM image please ask on the [GenoQs Users Group](https://groups.yahoo.com/neo/groups/genoQs_users/info)

-#### Branches ####
-Master branches for CE OS to clone
-**octopus_ce_master**
-**nemo_ce_master**
-
 ### Prerequisites
 * Octopus or Nemo ;)
 * Development Environment (see Getting Started)
   * Eclipse
   * Openocd
 * Optional [ARM JTAG](https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY)
+
+#### Branches ####
+Master branches for CE OS to clone
+**octopus_ce_master**
+**nemo_ce_master**
+

 ## Contributing
 If you would like to contribute please get in touch on the GenoQs group and we can help you get setup.
@@ -60,6 +64,7 @@
 #### Merging ####
 When you fell your code is ready to merge into the CE master branches thats brilliant! Please get in touch with us either directly or via the [GenoQs Users Group](https://groups.yahoo.com/neo/groups/genoQs_users/info) prepare a test build with a link to your working branch / code so we may assist with the testing and merging process.

+
 ## License
 GNU GENERAL PUBLIC LICENSE

@@ -71,6 +76,7 @@
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

+
 ## Acknowledgments

 * GenoQs Machines
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wilson</dc:creator><pubDate>Tue, 05 Sep 2017 11:44:51 -0000</pubDate><guid>https://sourceforge.netcc42013da196da4a5c5cab7ab880341f3d896201</guid></item><item><title>Home modified by Wilson</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,5 +1,4 @@
 # Octopus &amp;amp; Nemo Community Edition OS
-
 Hello and a very warm welcome to the CE OS Wiki!
 We are a small team dedicated to the refinement of these sequencers that we adore.
 Our focus is especially trained on bug fixes, stability and features that complement or facilitate work flow around the core design.  
@@ -8,21 +7,21 @@

 We also maintain a known Issues / CBB (could be better) document for future consideration, the pdf is available here [Known Issues](https://drive.google.com/open?id=0B1cYt0JBw9MaLXA0dHZxNTY3dEk)

+Dare we say it, but we keep a live feature design document also ;)
+[Feature Design](https://docs.google.com/document/d/1h8mlhyfQaBATDIJQP46pfnKtf6_LeVrFIozF5ZHcGdM)

 #### Infinity &amp;amp; Beyond!
-Although stability is our central concern we would to accommodate brilliant future feature ideas safely within the codebase.  We want to support the concept in the future of optional Addon Feature 'flavours', without compromising or over caveating the Core OS.  
+Although stability is our central concern we would like to accommodate brilliant future feature ideas safely within the codebase.  We want to support the concept in the future of optional Addon Feature 'flavours', without compromising or over caveating the CE Core OS.  
 Here are the definitions of what is **Core** and what is **Addon**:

-
 ### Core Features
-Core features are what we regard as running in parallel or as a complementary reflection of the original design.  This can include:
+Core features are what we regard as running in parallel or as a complementary reflection of the original design.  We are especially keen on ideas that:
+-  Elegantly 'connect together' current features that won't require a whole load of code ground work (bug risk etc) storage, cpu resources, UI and not least user having to learn new stuff ;)
 - UI / UX Work flow features and tweaks to UI or input response.  
 - Extensions of current features where limits lifts are justifable, always in keeping and consistent with the feature / global UI schema

-
 ### Addon Features
 Features / ideas that fall outside the core feature categories that may perhaps have an impact in terms of resource / CPU requirements.  Also these features should follow the established UI vernacular and feel like a natural fit.
-

 ## Getting Started
 For instructions on how to manually setup your environment please read
@@ -30,16 +29,20 @@
 (Note also tested on Ubuntu 10)
 If you prefer to skip that and just get a VM image please ask on the [GenoQs Users Group](https://groups.yahoo.com/neo/groups/genoQs_users/info)

-
 #### Branches ####
 Master branches for CE OS to clone
 **octopus_ce_master**
 **nemo_ce_master**

+### Prerequisites
+* Octopus or Nemo ;)
+* Development Environment (see Getting Started)
+  * Eclipse
+  * Openocd
+* Optional [ARM JTAG](https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY)

 ## Contributing
 If you would like to contribute please get in touch on the GenoQs group and we can help you get setup.
-

 #### Feature Code isolation ####
 When writing a new feature and you are adding to an existing file wrap the inserted block in a define wrapper i.e.
@@ -54,18 +57,8 @@
 ```
 By commenting out this line above you will be able to 100% omit the feature code from the compile.

-
 #### Merging ####
-When your feature is ready to merge, please get in touch with a build and branch name so we may review before merging.
-
-
-### Prerequisites
-* Octopus or Nemo ;)
-* Development Environment (see Getting Started)
-  * Eclipse
-  * Openocd
-* Optional [ARM JTAG](https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY)
-
+When you fell your code is ready to merge into the CE master branches thats brilliant! Please get in touch with us either directly or via the [GenoQs Users Group](https://groups.yahoo.com/neo/groups/genoQs_users/info) prepare a test build with a link to your working branch / code so we may assist with the testing and merging process.

 ## License
 GNU GENERAL PUBLIC LICENSE
@@ -78,12 +71,10 @@
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

-
 ## Acknowledgments

 * GenoQs Machines

-## Thanks!
 [[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wilson</dc:creator><pubDate>Tue, 05 Sep 2017 11:43:40 -0000</pubDate><guid>https://sourceforge.net32fdb235eb5c3704d13f49ee19c6c8af8fbdcf0f</guid></item><item><title>Home modified by Wilson</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -83,9 +83,7 @@

 * GenoQs Machines

-
-
-Genoqs owners public source code fork. Email the admin to gain developer access. No process or restrictions, if you own an Octopus and you're brave enough to work with the source code, then you're welcome to contribute.
+## Thanks!
 [[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wilson</dc:creator><pubDate>Tue, 05 Sep 2017 11:31:12 -0000</pubDate><guid>https://sourceforge.net9ebc4219b71a0e4be84d7622f1222034e76ab8b2</guid></item><item><title>Home modified by Wilson</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,91 @@
-Welcome to your wiki!
+# Octopus &amp;amp; Nemo Community Edition OS

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Hello and a very warm welcome to the CE OS Wiki!
+We are a small team dedicated to the refinement of these sequencers that we adore.
+Our focus is especially trained on bug fixes, stability and features that complement or facilitate work flow around the core design.  

-The wiki uses [Markdown](/p/genoqs-fork/wiki/markdown_syntax/) syntax.
+We keep a spreadsheet of issues and features [Feature / Issue Cases](https://docs.google.com/spreadsheets/d/1eM8S2VbLz8OsRawqJ4Pzusfqcv13wKgeyLU071252Nk)

+We also maintain a known Issues / CBB (could be better) document for future consideration, the pdf is available here [Known Issues](https://drive.google.com/open?id=0B1cYt0JBw9MaLXA0dHZxNTY3dEk)
+
+
+#### Infinity &amp;amp; Beyond!
+Although stability is our central concern we would to accommodate brilliant future feature ideas safely within the codebase.  We want to support the concept in the future of optional Addon Feature 'flavours', without compromising or over caveating the Core OS.  
+Here are the definitions of what is **Core** and what is **Addon**:
+
+
+### Core Features
+Core features are what we regard as running in parallel or as a complementary reflection of the original design.  This can include:
+- UI / UX Work flow features and tweaks to UI or input response.  
+- Extensions of current features where limits lifts are justifable, always in keeping and consistent with the feature / global UI schema
+
+
+### Addon Features
+Features / ideas that fall outside the core feature categories that may perhaps have an impact in terms of resource / CPU requirements.  Also these features should follow the established UI vernacular and feel like a natural fit.
+
+
+## Getting Started
+For instructions on how to manually setup your environment please read
+[Manual Environment Setup](http://www.genoqs.com/wp-content/uploads/2015/01/OCT_TT_Dev_environment_setup.pdf)
+(Note also tested on Ubuntu 10)
+If you prefer to skip that and just get a VM image please ask on the [GenoQs Users Group](https://groups.yahoo.com/neo/groups/genoQs_users/info)
+
+
+#### Branches ####
+Master branches for CE OS to clone
+**octopus_ce_master**
+**nemo_ce_master**
+
+
+## Contributing
+If you would like to contribute please get in touch on the GenoQs group and we can help you get setup.
+
+
+#### Feature Code isolation ####
+When writing a new feature and you are adding to an existing file wrap the inserted block in a define wrapper i.e.
+```
+#ifdef SOMENAME_FEATURE_ENABLE
+// Feature code
+#endif
+```
+You can define the feature inside versions.h
+```
+#define SOMENAME_FEATURE_ENABLE
+```
+By commenting out this line above you will be able to 100% omit the feature code from the compile.
+
+
+#### Merging ####
+When your feature is ready to merge, please get in touch with a build and branch name so we may review before merging.
+
+
+### Prerequisites
+* Octopus or Nemo ;)
+* Development Environment (see Getting Started)
+  * Eclipse
+  * Openocd
+* Optional [ARM JTAG](https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY)
+
+
+## License
+GNU GENERAL PUBLIC LICENSE
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
+
+Everyone is permitted to copy and distribute verbatim copies
+of this license document, but changing it is not allowed.
+
+
+## Acknowledgments
+
+* GenoQs Machines
+
+
+
+Genoqs owners public source code fork. Email the admin to gain developer access. No process or restrictions, if you own an Octopus and you're brave enough to work with the source code, then you're welcome to contribute.
+[[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wilson</dc:creator><pubDate>Tue, 05 Sep 2017 11:27:45 -0000</pubDate><guid>https://sourceforge.netdf83762eab3650add1b9b931c530456989d19b1a</guid></item><item><title>Home modified by Wilson</title><link>https://sourceforge.net/p/genoqs-fork/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/genoqs-fork/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/eellis92/"&gt;Eric Ellis&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/handsfelloff/"&gt;Wilson&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/userid-1404749/"&gt;genoQs Machines&lt;/a&gt; (admin)&lt;/li&gt;&lt;li&gt;&lt;a href="/u/genoqs-anon/"&gt;genoQs_anon&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-519a30875fcbc9773662b0cd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wilson</dc:creator><pubDate>Mon, 20 May 2013 14:17:49 -0000</pubDate><guid>https://sourceforge.net7a6f83e9118f66f84da7da6b8f919b8ffc083be2</guid></item></channel></rss>