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

fix website controller page template so that MKtlDesc(\rnnd0).web; works #204

Closed
LFSaw opened this issue May 25, 2015 · 5 comments
Closed
Assignees

Comments

@LFSaw
Copy link
Member

LFSaw commented May 25, 2015

should point to remote webpage:

"http://modalityteam.github.io/controllers/%.html".format(descFilename.strip(".desc.scd"))
@LFSaw LFSaw changed the title automate website lookup from within MKtl automate website lookup from within MKtlDesc May 25, 2015
@adcxyz
Copy link
Contributor

adcxyz commented May 27, 2015

mostly done:
MKtlDesc.web; // works
m = MKtlDesc('APCMINI');
m.web // not working because of changed name

// this opens the url, but WebView closes very quickly
// Qt WebView exits apparently because of incompatible html file?

MKtlDesc.web("akai-apcmini");

btw, all the desc names now have minuses ("akai-apcmini"),
can we switch that to underscores?
then writing the as Symbols with \name works - \akai_apcmini

@adcxyz
Copy link
Contributor

adcxyz commented May 28, 2015

MKtlDesc.web; // works
MKtlDesc.allDescs.choose.web // still auto-closes

looks like this has to be fixed in html files. till ?

@adcxyz adcxyz changed the title automate website lookup from within MKtlDesc fix website controller page template so that MKtlDesc(\rnnd0).web; works May 28, 2015
@adcxyz adcxyz changed the title fix website controller page template so that MKtlDesc(\rnnd0).web; works fix website controller page template so that MKtlDesc(\rnnd0).web; works May 28, 2015
@adcxyz adcxyz assigned LFSaw and unassigned adcxyz May 28, 2015
@LFSaw
Copy link
Member Author

LFSaw commented May 29, 2015

WebView-autoclose works now. See supercollider/supercollider#1505

@LFSaw LFSaw closed this as completed May 29, 2015
@adcxyz
Copy link
Contributor

adcxyz commented May 29, 2015

with a spanking fresh build only, or with say 3.6.6 IDE as well?

@LFSaw
Copy link
Member Author

LFSaw commented May 29, 2015

spanking... :/

I also now ( d8306ad ) added a docURI method to MKtlDesc and changed naming for Meta_MKtlDesc:webhome to docURI because: clarity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants