Miguel Negrao | 1 Feb 01:03

Re: installing sc linux from git


A 31/01/2012, às 14:04, miguel.negrao-lists@... escreveu:

> Quoting Dan Stowell <danstowell+sc3@...>:
> 
>> 2012/1/30  <miguel.negrao-lists@...>:
>>> Yes, not nice at alll ... I tryed doing the symlink, and now the plugin
>>> appears in gedit with name "SuperCollider" but I cannot activate. When I
>>> click it I get a stop sign...
>>> 
>>> wfsbea7 <at> wfsbea7-desktop:~$ file /usr/lib/gedit/plugins/supercollider.py
>>> /usr/lib/gedit/plugins/supercollider.py: symbolic link to
>>> `/usr/local/lib/gedit/plugins/supercollider.py'
>>> wfsbea7 <at> wfsbea7-desktop:~$ file /usr/lib/gedit/plugins/supercollider.plugin
>>> /usr/lib/gedit/plugins/supercollider.plugin: symbolic link to
>>> `/usr/local/lib/gedit/plugins/supercollider.plugin'
>> 
>> Works for me, sorry. Can you try running "gedit" from the
>> command-line, and see if the terminal window shows any useful output
>> when you get the "stop sign"?
> 
> I get this:
> wfsbea7 <at> wfsbea7-desktop:~/dev/scripts$ gedit
> ImportError: No module named supercollider
> 
> (gedit:1765): libpeas-WARNING **: Error loading plugin ‘supercollider’

Well, I’ve converted myself to emacs, which was working fine. Feels like joining a religious sect.

best,
(Continue reading)

James Harkins | 1 Feb 02:07
Picon

Re: EventStreamPlayer reset broken after error? [3.5 beta]

At Tue, 31 Jan 2012 23:44:17 +0100,
Julian Rohrhuber wrote:
> I traced it down to EventStreamPlayer:
> 
> (
> p = Pprotect(Pseq([
> 		(freq: 600),
> 		(freq: 800),
> 		Pfunc { 8.zonk }
> 	], inf), { "an error has occurred".postln; p.streamError; }).trace.play;
> )
> 
> // this doesn't work:
> p.play(doReset: true);
> 
> 
> // this works
> p = Pbind.new.trace.play;
> p.streamError;
> p.play(doReset: true);
> 
> any clues?

Try this patch.
hjh

--
James Harkins /// dewdrop world
jamshark70@...
http://www.dewdrop-world.net
(Continue reading)

James Harkins | 1 Feb 02:11
Picon

Re: installing sc linux from git

At Wed, 1 Feb 2012 01:03:41 +0100,
Miguel Negrao wrote:
> Well, I’ve converted myself to emacs, which was working fine. Feels like joining a religious sect.

Have you been "C-x C-s"-ed? :-p

hjh

--
James Harkins /// dewdrop world
jamshark70@...
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

Jakob Leben | 1 Feb 03:01
Picon

SF.net Git: supercollider branch, master, updated. 5fd7bddc342fe3e8c1c32163d729200909d8e062

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, master has been updated
       via  5fd7bddc342fe3e8c1c32163d729200909d8e062 (commit)
       via  693551056a7cfaf0d1a820d34801bbda8dee169d (commit)
      from  78b398d2261ec54141c8cadd2a0110052b6b3c16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5fd7bddc342fe3e8c1c32163d729200909d8e062
Author: Jakob Leben <jakob.leben@...>
Date:   Wed Feb 1 02:57:17 2012 +0100

    help: QPalette documentation

diff --git a/HelpSource/Classes/QPalette.schelp b/HelpSource/Classes/QPalette.schelp
new file mode 100644
index 0000000..4106c0c
--- /dev/null
+++ b/HelpSource/Classes/QPalette.schelp
@@ -0,0 +1,102 @@
+class:: QPalette
+summary:: Set of colors used by the GUI
+categories::  GUI>Accessories
+
(Continue reading)

Jakob Leben | 1 Feb 03:01
Picon

SF.net Git: supercollider branch, 3.5, updated. b970dbca279f13425d49ca51f97d132a5a6db082

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, 3.5 has been updated
       via  b970dbca279f13425d49ca51f97d132a5a6db082 (commit)
       via  ff93af41e7c055086703da467bd07919ea21c5f1 (commit)
      from  edcd70ed6cc473a9e7fd9989ce13df52b06e2e85 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b970dbca279f13425d49ca51f97d132a5a6db082
Author: Jakob Leben <jakob.leben@...>
Date:   Wed Feb 1 02:57:17 2012 +0100

    help: QPalette documentation

diff --git a/HelpSource/Classes/QPalette.schelp b/HelpSource/Classes/QPalette.schelp
new file mode 100644
index 0000000..4106c0c
--- /dev/null
+++ b/HelpSource/Classes/QPalette.schelp
@@ -0,0 +1,102 @@
+class:: QPalette
+summary:: Set of colors used by the GUI
+categories::  GUI>Accessories
+
(Continue reading)

Jakob Leben | 1 Feb 03:20
Picon

SF.net Git: supercollider branch, 3.5, updated. cd4de8386f82c9d97a7e7d927d4c6d81da09d996

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "supercollider".

The branch, 3.5 has been updated
       via  cd4de8386f82c9d97a7e7d927d4c6d81da09d996 (commit)
       via  6873026a9fd5c02abb4d6c11643028a73aa5c729 (commit)
      from  b970dbca279f13425d49ca51f97d132a5a6db082 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd4de8386f82c9d97a7e7d927d4c6d81da09d996
Author: Jakob Leben <jakob.leben@...>
Date:   Tue Jan 31 04:21:39 2012 +0100

    qtcollider: QMultiSliderView: improve value storage

    * Accept any numeric array.
    * Store value as double.
    * Improve rounding to 'step'.

diff --git a/QtCollider/widgets/QcMultiSlider.cpp b/QtCollider/widgets/QcMultiSlider.cpp
index 4461ab5..d596cd7 100644
--- a/QtCollider/widgets/QcMultiSlider.cpp
+++ b/QtCollider/widgets/QcMultiSlider.cpp
@@ -62,58 +62,57 @@ void QcMultiSlider::setSliderCount( int newSize )
   update();
(Continue reading)

James Harkins | 1 Feb 04:05
Picon

[qt] QMultiSliderView's background is never fully transparent

Sorry to report another small slippage with the qt styling...

If you set the background of a QMultiSliderView or QEnvelopeView to a completely transparent color (alpha
= 0), the rgb values still take effect. You *can* see through the view, but its background still colors
what's behind it -- so, even though the background is defined to be totally transparent, in effect, it's
only partially transparent.

In the test code below, when testView == \multi, you can see the background flash in the qt window, while the
swing window maintains a static appearance. Both multisliders are switching alternately between
Color(0, 0, 0, 0) and Color(1, 1, 1, 0). With Color(1, 1, 1, 0), the static text underneath appears gray,
instead of black.

Changing testView to anything else will create an empty StaticText. Here, the top view is truly
transparent (the appearance doesn't change in either window).

hjh

SwingOSC.default.boot;

(
r = {
	var w, m;
	var testView = \multi;  // change to \text to compare
	#[qt, swing].do { |gui, i|
		GUI.perform(gui);

		w = w.add(Window("test" + gui, Rect(900, 100 + (200*i), 200, 150)));
		StaticText(w.last, w.last.view.bounds)
			.align_(\center).font_(Font.default.boldVariant.size_(24))
			.background_(Color.white)
(Continue reading)

Julius Smith | 1 Feb 06:24
Picon
Gravatar

Re: Re: [sc-users] 3.5-beta3

Yes, I did have some old hung processes lying 
around.  Starting up fresh, there's no mention of 
the udp socket, and it only says "ERROR: server 
failed to start".  I look forward to trying 
Jonatan's latest! In the meantime the app works fine. - jos

At 01:27 PM 1/31/2012, Dan Stowell wrote:
>Hi -
>
> > Exception in World_OpenUDP: unable to bind udp socket
>
>This usually just means there's already an scsynth process running
>(and hence hogging the UDP socket), which is probably better explained
>by your order of operations rather than by a specific app/emacs
>difference. Could you please double-check (using "top" or the
>task-manager utility) whether your symptoms are indeed caused by
>scsynth hanging around? It might still be a bug even if that's true.
>
>Dan
>
>
>2012/1/31 Julius Smith <jos@...>:
> > Getting close!
> >
> > Everything works fine if I first start SuperCollider.app and then start
> > sclang within Emacs.  However, if I don't 
> start the app, starting the server
> > from emacs fails.  Here is the post buffer 
> with s.options.verbosity set to 9
> > (just a wild guess greater than the zero default):
(Continue reading)

Joshua Parmenter | 1 Feb 06:39
Picon

SF.net sc3-plugins Git: sc3-plugins branch, master, updated. d0ee4e465a6578139fc0c9f0f88306929b971087

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sc3-plugins".

The branch, master has been updated
       via  d0ee4e465a6578139fc0c9f0f88306929b971087 (commit)
      from  a0421822012ba7087dc1d63ab5d19e807af3d8c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d0ee4e465a6578139fc0c9f0f88306929b971087
Author: Joshua Parmenter <josh-dgcorQsoLzUte1CcmPSZvF6hYfS7NtTn <at> public.gmane.org>
Date:   Tue Jan 31 21:38:59 2012 -0800

    add ATK (Ambisonic Tool Kit)

diff --git a/source/ATK/AtkUGens.cpp b/source/ATK/AtkUGens.cpp
new file mode 100644
index 0000000..dcb2e08
--- /dev/null
+++ b/source/ATK/AtkUGens.cpp
 <at>  <at>  -0,0 +1,2378  <at>  <at> 
+/*
+ *  AmbisonicUGens.cpp
+ *  xSC3plugins
+ *
+ *  Created by Josh Parmenter on 2/4/05.
(Continue reading)

Joshua Parmenter | 1 Feb 07:02
Picon

SF.net sc3-plugins Git: sc3-plugins branch, master, updated. 24b41ff286568c60845a6c0c246cbd0a0142645d

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sc3-plugins".

The branch, master has been updated
       via  24b41ff286568c60845a6c0c246cbd0a0142645d (commit)
      from  d0ee4e465a6578139fc0c9f0f88306929b971087 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 24b41ff286568c60845a6c0c246cbd0a0142645d
Author: Joshua Parmenter <josh@...>
Date:   Tue Jan 31 22:02:32 2012 -0800

    have ATK use newer plugin loading

diff --git a/source/ATK/AtkUGens.cpp b/source/ATK/AtkUGens.cpp
index dcb2e08..3932fc7 100644
--- a/source/ATK/AtkUGens.cpp
+++ b/source/ATK/AtkUGens.cpp
@@ -2338,9 +2338,9 @@ void FoaPsychoShelf_next_a(FoaPsychoShelf *unit, int inNumSamples)

 ////////////////////////////////////////////////////////////////////////////////////////////////////////

-void load(InterfaceTable *inTable)
+PluginLoad(ATK)
 {
(Continue reading)


Gmane