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
.layer { | |
opacity:0; | |
} | |
.layer#visible | |
{ | |
opacity:1; | |
} | |
.layer:hover | |
{ | |
opacity:1; |
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 -aur CLAM-1.4.0.old/src/Flow/Ports/OutPort.hxx CLAM-1.4.0.new/src/Flow/Ports/OutPort.hxx | |
--- CLAM-1.4.0.old/src/Flow/Ports/OutPort.hxx 2010-02-18 19:33:02.000000000 +0000 | |
+++ CLAM-1.4.0.new/src/Flow/Ports/OutPort.hxx 2012-06-13 05:00:34.000000000 +0100 | |
@@ -23,6 +23,7 @@ | |
#define __OutPort_hxx__ | |
#include "WritingRegion.hxx" | |
+#include "TypeInfo.hxx" | |
#include <typeinfo> | |
#include <list> |
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
# Maintainer: Santiago Piccinini <gringotumadre at gmail dot com> | |
pkgname=clam | |
pkgver=1.4.0 | |
pkgrel=3 | |
pkgdesc="C++ Library for Audio and Music" | |
arch=('i686' 'x86_64') | |
url="http://clam-project.org" | |
license=('GPL') | |
depends=('fftw' 'libxml++' 'id3lib' 'ladspa' 'libmad' 'libogg' 'libvorbis' 'libxi' 'libsndfile' 'portaudio' 'jack') | |
makedepends=('scons' ) |
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
# Maintainer: speps <speps at aur dot archlinux dot org> | |
pkgname=din | |
pkgver=3.5 | |
pkgrel=2 | |
pkgdesc="A software musical instrument and audio synthesizer using Bezier curves to draw waveforms." | |
arch=(i686 x86_64) | |
url="http://dinisnoise.org/" | |
license=('GPL3') | |
depends=('fftw' 'jack' 'liblo' 'libgl' 'libircclient' 'tcl') |
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
$ din | |
creating: /home/kaspar/.din/ | |
ls: cannot access /usr/local/share/din/: No such file or directory | |
<<< copied initial data files into: /home/kaspar/.din/ >>> | |
bad globals file, will use defaults | |
<<< using default for JACK settings >>> | |
*** connecting to JACK server *** | |
+++ connected to JACK server as: din +++ | |
+++ opened input & output ports +++ | |
+++ opened MIDI port +++ |
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 |
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
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
--- 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
--- 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. | |