<?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/stomper/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/stomper/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 16 Nov 2016 00:51:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/stomper/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -34,7 +34,7 @@

 Since Stomper is intended for on-stage use, I consider the GUI to be just as important as the audio and I have started development on the GUI first (so that when I get to the audio I'll have all of the required UI control and supporting facilities ready to go). The GUI will feature large fonts and controls, and minimal clutter. I will soon post some screen shots of the early GUI so users can see where it's heading.

-I intend to use Jack for interfacing with MIDI and audio hardware and an existing library (hopefully) for handling plugins (possibly Carla). The app and GUI are being developed using QT5 with CMake on a Linux platform. GUI style customization will be possible using QT5's CSS-like stylesheet capability.
+I intend to use Jack for interfacing with MIDI and audio hardware and &lt;s&gt;an existing library (hopefully) for handling plugins (possibly Carla)&lt;/s&gt; initially integrate LADSPA support. The app and GUI are being developed using QT5 with CMake on a Linux platform. GUI style customization will be possible using QT5's CSS-like stylesheet capability.

 Road Map
 --------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Wed, 16 Nov 2016 00:51:09 -0000</pubDate><guid>https://sourceforge.net0fd72dbda01323c36d8cfa4659deecfd8a49417d</guid></item><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,10 +3,14 @@

 Stomper is a virtual pedalboard for guitar, using commonly-available audio plugins in a user-defined arrangement and MIDI for switching. It is intended for on-stage use and will be optimized as such.

+
 Status
 ------

-The project is still in the very early development stage (initially just some GUI work). Work is progressing but it will be a while yet before there's anything complete enough to try.
+Development is well underway but there is still a lot to go (see updated road map).  Although a lot works it is not yet functional for its stated purpose.  Work has been progressing in fits and starts, as time allows, and will likely continue that way for a while more.
+
+The GUI is ~80% done.  MIDI is fully integrated (via Jack).  No audio yet (but it won't take long once it's time to enable it).  The GUI is now based on QT5.  I made a change from the initial road map and decided to integrate LADSPA plugins directly (this is easy enough that I felt it would be more expedient than going with a third-party library).  Stomper can now discover and load LADSPA plugins and enumerate their effects.  Although the MIDI implementation is complete the last mile (connect to the plugins) is not done yet (it's waiting on GUI stuff).
+

 Rationale
 ---------
@@ -30,15 +34,15 @@

 Since Stomper is intended for on-stage use, I consider the GUI to be just as important as the audio and I have started development on the GUI first (so that when I get to the audio I'll have all of the required UI control and supporting facilities ready to go). The GUI will feature large fonts and controls, and minimal clutter. I will soon post some screen shots of the early GUI so users can see where it's heading.

-I intend to use Jack for interfacing with MIDI and audio hardware and an existing library (hopefully) for handling plugins (possibly Carla). The app and GUI are being developed using QT4 with CMake on a Linux platform. GUI style customization will be possible using QT4's CSS-like stylesheet capability.
+I intend to use Jack for interfacing with MIDI and audio hardware and an existing library (hopefully) for handling plugins (possibly Carla). The app and GUI are being developed using QT5 with CMake on a Linux platform. GUI style customization will be possible using QT5's CSS-like stylesheet capability.

 Road Map
 --------

-* GUI and basic architecture (a significant amount of this is already done).
-* Settings editing and load/save.
-* Basic MIDI capabilities, including mapping and dispatch (initially direct to the MIDI/serial port).
-* Integration with Jack MIDI.
+* GUI (**~80%**) and basic architecture (**mostly done**).
+* Settings editing and load/save (**done! but loading not yet tested**).
+* Basic MIDI capabilities, including mapping and dispatch (&lt;s&gt;initially direct to the MIDI/serial port&lt;/s&gt;). -- **Done!  Went right to Jack!**
+* Integration with Jack MIDI.  **Done!**
 * Initial Integration with Jack audio.
 * Implement one or more very basic audio effects for POC and testing (e.g. volume boost).
 * Integration with plugins / plugin host library.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Wed, 16 Nov 2016 00:48:45 -0000</pubDate><guid>https://sourceforge.net34fbfc4dd4e5232bf5b9714385db994714caf1e4</guid></item><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -40,5 +40,5 @@
 * Basic MIDI capabilities, including mapping and dispatch (initially direct to the MIDI/serial port).
 * Integration with Jack MIDI.
 * Initial Integration with Jack audio.
-* Implement one or more very basic audio effects for POC and testing (e.g. volmue boost).
+* Implement one or more very basic audio effects for POC and testing (e.g. volume boost).
 * Integration with plugins / plugin host library.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Sat, 10 Oct 2015 21:40:41 -0000</pubDate><guid>https://sourceforge.net403a47cb71414c030fbcb258fce6a560b40a593b</guid></item><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,7 @@
 Description
 -----------

-Stomper is a virtual pedalboard for guitar, using commonly-available audio plugins is a user-defined arrangement and MIDI for switching. It is intended for on-stage use and will be optimized as such.
+Stomper is a virtual pedalboard for guitar, using commonly-available audio plugins in a user-defined arrangement and MIDI for switching. It is intended for on-stage use and will be optimized as such.

 Status
 ------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Sat, 10 Oct 2015 21:36:28 -0000</pubDate><guid>https://sourceforge.netde14c6d1e970363d13d4c10bcb4c52db1b97ee3e</guid></item><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,44 @@
-Welcome to your wiki!
+Description
+-----------

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Stomper is a virtual pedalboard for guitar, using commonly-available audio plugins is a user-defined arrangement and MIDI for switching. It is intended for on-stage use and will be optimized as such.

-The wiki uses [Markdown](/p/stomper/wiki/markdown_syntax/) syntax.
+Status
+------

-[[members limit=20]]
-[[download_button]]
+The project is still in the very early development stage (initially just some GUI work). Work is progressing but it will be a while yet before there's anything complete enough to try.
+
+Rationale
+---------
+
+I've used rack effects for years and I've gotten really tired of programming patches for everything. I now use a pedal board and I enjoy the spontaneity but I hate dealing with velcro, audio cables, power cables, knobs getting spun during transport, the physical weight of it and did I mention velcro? :) It's also a pain when you need to remember specific pedal settings for certain songs and tweak them on-stage.
+
+It occurred to me one day that I could leverage all the audio plugins that are available and create a virtual pedal board that could save specific effects settings and allow me to activate effects on a whim (using a midi pedal).
+
+Design
+------
+
+The design that I envision for this app starts with a thing called the Effects Library. The user will define individual effects and store them in the Effects Library. Each individual effect will be based on a plugin that the user has installed on their system. The user will assign a name to the effect as well as the plugin settings and store it in the library. The user may define as many effects as she pleases, including multiple effects of the same type or based on the same plugin (presumably with different settings).
+
+For example, a plugin that provides a chorus effect might have settings for "speed" and "depth". A user could define a 'normal' chorus, with a slow "speed" and shallow "depth", as well as a 'deep' chorus with a higher "speed" and/or deeper "depth".
+
+The user will set-up their pedal board by defining its size (in terms of the number of rows and columns of effects) and then creating one or more Banks (with user-defined names). The size of the pedalboard is intended to be based on the configuration of the user's MIDI controller. For example, a Rocktron All Access can be configured to have 15 CC buttons (in a 5 x 3 arrangement) and the user could configure her virtual pedalboard to match this. Banks can be changed using MIDI PC messages.
+
+Each item in a Bank is called an Effects Chain. Each Effects Chain is given a title and one or more effects from the Effects Library is added to it. In most cases an Effects Chain will have only a single effect (e.g. a chorus or a delay) but it will be possible to add more than one. Each Effects Chain can be turned on or off with a single button press (using a MIDI CC message) regardless of how many effects it contains.
+
+This is the basic design that I'm starting with and it will likely grow as the application matures. There will almost certainly be more advanced MIDI functions, including real time parameter controls (and a global bypass). I don't currently have plans for a tuner but that is another possibility. Feel free to add your suggestions to the forum on this site.
+
+Since Stomper is intended for on-stage use, I consider the GUI to be just as important as the audio and I have started development on the GUI first (so that when I get to the audio I'll have all of the required UI control and supporting facilities ready to go). The GUI will feature large fonts and controls, and minimal clutter. I will soon post some screen shots of the early GUI so users can see where it's heading.
+
+I intend to use Jack for interfacing with MIDI and audio hardware and an existing library (hopefully) for handling plugins (possibly Carla). The app and GUI are being developed using QT4 with CMake on a Linux platform. GUI style customization will be possible using QT4's CSS-like stylesheet capability.
+
+Road Map
+--------
+
+* GUI and basic architecture (a significant amount of this is already done).
+* Settings editing and load/save.
+* Basic MIDI capabilities, including mapping and dispatch (initially direct to the MIDI/serial port).
+* Integration with Jack MIDI.
+* Initial Integration with Jack audio.
+* Implement one or more very basic audio effects for POC and testing (e.g. volmue boost).
+* Integration with plugins / plugin host library.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Sat, 10 Oct 2015 21:35:59 -0000</pubDate><guid>https://sourceforge.net10a4c362bf7d412c63c1cac5ef1aa4e2a4eb7c03</guid></item><item><title>Home modified by Ray Lambert</title><link>https://sourceforge.net/p/stomper/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/stomper/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&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/raybert/"&gt;Ray Lambert&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5619733981b24b5415fb08cc" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ray Lambert</dc:creator><pubDate>Sat, 10 Oct 2015 20:21:13 -0000</pubDate><guid>https://sourceforge.netaffa43a26b1ca0607eedd6c4ad09388c7a0efe14</guid></item></channel></rss>