This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GlowLoop.cpp : Defines the entry point for the console application. | |
// | |
//#include "stdafx.h" | |
/* | |
int _tmain(int argc, _TCHAR* argv[]) | |
{ | |
return 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cmd] insert | |
It inserts new input in place, but always one "cycle" length... QuantizeMode and RoundMode have effects similar to Multiply. | |
** | |
*Ending with a RECORD press it ends the operation immediately and resets the cycle length to the whole loop. | |
*** | |
**** | |
[cmd] multiply | |
This similar to overdub, except the original loop is repeated underneath you "multiplying" the loop length until you stop it. Thus it can turn a 1 measure loop into a 2,3, etc measure loop. QuantizeMode and RoundMode affect how the overdubbing starts and stops. QuantizeMode affects when the operation begins, and RoundMode affects if the new audio continues to be added throughthe end of the current cycle after hitting the final record.<p> Keep in mind that the original loop length is a "cycle" and the loop length will be a multiple of that. You can actually make an already multiplied loop have fewer cycles when using Multiply on loops that have already been multiplied. | |
** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- atmega32u4bb-cache.lib 2011-12-02 18:39:19.000000000 +0000 | |
+++ broken/atmega32u4bb-cache.lib 2011-12-02 19:01:45.000000000 +0000 | |
@@ -1,309 +1,109 @@ | |
-EESchema-LIBRARY Version 2.3 02/12/2011-18:39:19 | |
-# Converted with eagle2kicad.ulp Version 1.1 | |
-# Device count = 313 | |
+EESchema-LIBRARY Version 2.3 Date: Fri 02 Dec 2011 19:01:45 GMT | |
+#encoding utf-8 | |
# | |
-# DEVSET Name: C-US |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur xf86-input-synaptics-1.4.0.orig/src/synapticsstr.h xf86-input-synaptics-1.4.0/src/synapticsstr.h | |
--- xf86-input-synaptics-1.4.0.orig/src/synapticsstr.h 2011-01-14 19:36:17.000000000 +0100 | |
+++ xf86-input-synaptics-1.4.0/src/synapticsstr.h 2011-01-14 19:36:03.000000000 +0100 | |
@@ -92,6 +92,7 @@ | |
/* Parameter data */ | |
int left_edge, right_edge, top_edge, bottom_edge; /* edge coordinates absolute */ | |
int finger_low, finger_high, finger_press; /* finger detection values in Z-values */ | |
+ int orientation; | |
int tap_time; | |
int tap_move; /* max. tapping time and movement in packets and coord. */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlphaSphere [-pre-orders open-] {+Pre-Orders Open+} | |
A musical instrument for now | |
Bristol and Frankfurt, 21 Mar 2012 - nu desine ltd, the developers of AlphaSphere - the brand new electronic musical instrument, are taking pre-orders on an exclusive limited edition release. | |
Largely through word-of-mouth, interest in the product has grown, and enquiries have flooded in from around the [-world. From-] {+world—from+} the Canary Islands to Japan, from Canada to Israel. | |
The [-Bristol based-] developers have been running user-testing, for musicians, bands, producers and artists in their home city, and musical melting pot of Bristol, U.K. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- original 2012-03-14 16:17:46.000000000 +0000 | |
+++ modified 2012-03-14 16:17:48.000000000 +0000 | |
@@ -1,20 +1,20 @@ | |
-AlphaSphere pre-orders open | |
+AlphaSphere Pre-Orders Open | |
A musical instrument for now | |
Bristol and Frankfurt, 21 Mar 2012 - nu desine ltd, the developers of AlphaSphere - the brand new electronic musical instrument, are taking pre-orders on an exclusive limited edition release. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- original 2012-03-16 12:42:00.000000000 +0000 | |
+++ modified 2012-03-16 12:43:47.000000000 +0000 | |
@@ -1,20 +1,20 @@ | |
-AlphaSphere pre-orders open | |
+AlphaSphere Pre-Orders Open | |
A musical instrument for now | |
Bristol and Frankfurt, 21 Mar 2012 - nu desine ltd, the developers of AlphaSphere - the brand new electronic musical instrument, are taking pre-orders on an exclusive limited edition release. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import wx | |
class mainFrame(wx.Frame): | |
def __init__(self,parent,title): | |
wx.Frame.__init__(self,None,title=title, size=(500,500)) | |
self.bgpanel = wx.Panel(self) | |
self.sizer = wx.BoxSizer(wx.HORIZONTAL) | |
launch_pad = launchPad(self.bgpanel) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ petri-foo | |
00:26:29.428 Message: Reading global settings from: /home/kaspar/.config/petri-foo/rc.xml | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/gui.c: 590 gui_init: Initializing GUI | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/audio-settings.c: 137 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/gui.c: 590 gui_init: Initializing GUI | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/mod_section.c: 290 mod_section_set_param: creating mod section... | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-git/src/Petri-Foo-build/gui/audio-settings.c: 137 audio_settings_init: Initializing audio settings window | |
/tmp/yaourt-tmp-kaspar/aur-petri-foo-g |
OlderNewer