Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCIn quark does not work after update from 3.6.6 to 3.8dev #2181

Closed
multivac61 opened this issue Jun 13, 2016 · 4 comments
Closed

CCIn quark does not work after update from 3.6.6 to 3.8dev #2181

multivac61 opened this issue Jun 13, 2016 · 4 comments
Assignees
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Milestone

Comments

@multivac61
Copy link

I get the following error messages:

sc3> m = CCIn.new;
-> a CCIn
sc3> m.kr
Execution warning: Class 'Spec' not found
ERROR: Message 'specs' not understood.
RECEIVER:
   nil
ARGS:
CALL STACK:
        DoesNotUnderstandError:reportError   0x1ed47f0
                arg this = <instance of DoesNotUnderstandError>
        Nil:handleError   0x1e8ef70
                arg this = nil
                arg error = <instance of DoesNotUnderstandError>
        Thread:handleError   0x1e90170
                arg this = <instance of Thread>
                arg error = <instance of DoesNotUnderstandError>
        Object:throw   0x1e8f270
                arg this = <instance of DoesNotUnderstandError>
        Object:doesNotUnderstand   0x133b810
                arg this = nil
                arg selector = 'specs'
                arg args = [*0]
        Symbol:asSpec   0x13b6bf0
                arg this = 'amp'
        < FunctionDef in Method CCIn:kr >   0x1f11b50
                arg args = [*4]
                var ch = 0
                var n = 0
                var sp = 'amp'
                var lg = 0.05
        < FunctionDef in Method Collection:collectAs >   0x1452fb0
                arg elem = [*4]
                arg i = 0
        ArrayedCollection:do   0x12c5030
                arg this = [*1]
                arg function = <instance of Function>
                var i = 0
        Collection:collectAs   0x1e830d0
                arg this = [*1]
                arg function = <instance of Function>
                arg class = <instance of Meta_Array>
                var res = [*0]
        CCIn:kr   0x1f86c10
                arg this = <instance of CCIn>
                arg chan = 0
                arg num = 0
                arg spec = 'amp'
                arg lag = 0.05
                var outArray = nil
        Interpreter:interpretPrintCmdLine   0x1ec4730
                arg this = <instance of Interpreter>
                var res = nil
                var func = <instance of Function>
                var code = "m.kr"
                var doc = nil
                var ideClass = nil
        Process:interpretPrintCmdLine   0x127fd70
                arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Message 'specs' not understood.
RECEIVER: nil

Might be linked to the following issues: #2180 #2178

@jamshark70
Copy link
Contributor

Not quarks related.

@crucialfelix Model was moved out of GUI/. Shouldn't all Specs be moved out as well? I'm guessing this is because of running in a Qt-less environment.

@jamshark70 jamshark70 added the comp: class library SC class library label Jun 13, 2016
@crucialfelix
Copy link
Member

Spec should definitely not have been moved out of GUI and I remember saying so when somebody asked about it.

It is a numerical mapping class, not an intrinsic part of graphical user interfaces.

@crucialfelix
Copy link
Member

Yes, ControlModel was moved in 2014:
e21d6ab

It needs to be moved back. There are references to Spec and ControlSpec all over the common library.

@nhthn
Copy link
Contributor

nhthn commented Sep 29, 2016

I don't see how this is an API change.

@crucialfelix crucialfelix added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. and removed API change labels Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: class library SC class library
Projects
None yet
Development

No branches or pull requests

4 participants