using miniAudicle UI with another text editor
Is there a way of "sending chuck code" to miniAudicle, therefore being able to use the GUI system ? I really like miniAudicle but i miss many "text-editor" features, like un/tabbing block of code, fast lauching / browsing files, etcs.. thanks chuckers!
Hi Henrique,
I have the same problem with miniaudicle.
So I wrote the script attached using Keyboard management and Machine.Add()
/ Machine.remove() functions.
This way I can use my favorite Text editor and have the replace function of
miniaudicle in the same time.
Then when I save my file it is automatically reloaded in the VM.
just call: chuck save_replace.ck:your_script.ck
Of course it is a simple example, but you can create a lot of functionality
with these kind of tool.
Ju
2012/4/20 henrique matias
Is there a way of "sending chuck code" to miniAudicle, therefore being able to use the GUI system ?
I really like miniAudicle but i miss many "text-editor" features, like un/tabbing block of code, fast lauching / browsing files, etcs..
thanks chuckers! _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On Fri, Apr 20, 2012 at 03:46:46PM +0100, henrique matias wrote:
Is there a way of "sending chuck code" to miniAudicle, therefore being able to use the GUI system ?
I don't think so. It's a nice idea though. I do think the mini should be able to accept code from other clients to the VM, like ChucK itself does. As that code will then become one or more running shreds, we could imagine the Mini being able to request the code that generated a given shred by selecting this shred from the list of shreds. That might make sense, also if you close the wrong buffer by accident.
I really like miniAudicle but i miss many "text-editor" features, like un/tabbing block of code, fast lauching / browsing files, etcs..
I think most people agree there, though I'd hope we could get such things without it all becoming intimidating; for all its faults I think the non-intimidating look of the Mini is a big strength. Word on the street has is that Spencer is working on a new edition. I hope it'll be like Vim for My little Pony's. Yours, Kas.
Good to hear! Great news! MiniAudicle gorgeous look is a plus, and helps to initiate users... But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues... In other words, We can solve the GUI thing with many softwares, i.e.: http://charlie-roberts.com/Control/ We can solve the text editing with loads of amazing text editors out there i.e. vi / gedit / sublime text But "core miniAudicle" features we can't replace, we can just wait! big respect, peace soundcloud.com/hems
On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this. Kas.
less rock!
On 20 April 2012 18:30, Kassen
On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hello,
miniAudicle can accept chuck on-the-fly programming commands in the same
fashion as command-line chuck. However, it must be explicitly enabled via
the preferences menu. Turn on "Accept network VM commands", start the
virtual machine, and you should be good to go with chuck's standard OTF
commands, e.g. chuck +, chuck -, chuck =, etc.
spencer
On Fri, Apr 20, 2012 at 10:41 AM, henrique matias
less rock!
On 20 April 2012 18:30, Kassen
wrote: On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Brilliant, sorry for my lack of knowledge
2012/4/20 Spencer Salazar
Hello,
miniAudicle can accept chuck on-the-fly programming commands in the same fashion as command-line chuck. However, it must be explicitly enabled via the preferences menu. Turn on "Accept network VM commands", start the virtual machine, and you should be good to go with chuck's standard OTF commands, e.g. chuck +, chuck -, chuck =, etc.
spencer
On Fri, Apr 20, 2012 at 10:41 AM, henrique matias
wrote: less rock!
On 20 April 2012 18:30, Kassen
wrote: On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
i was trying to do it now, and perhaps am too noob for that ( :
i started the virtual machine trough the miniAudicle "start virtual
machine", then i wish to execute some ".ck" files from the command line,
but as soon as i can see they start on their own chuck server..
any tips on it ?
On 20 April 2012 22:15, henrique matias
Brilliant, sorry for my lack of knowledge
2012/4/20 Spencer Salazar
Hello,
miniAudicle can accept chuck on-the-fly programming commands in the same fashion as command-line chuck. However, it must be explicitly enabled via the preferences menu. Turn on "Accept network VM commands", start the virtual machine, and you should be good to go with chuck's standard OTF commands, e.g. chuck +, chuck -, chuck =, etc.
spencer
On Fri, Apr 20, 2012 at 10:41 AM, henrique matias
wrote: less rock!
On 20 April 2012 18:30, Kassen
wrote: On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Henrique,
One thing to make sure of is that you are running:
chuck + myfile.ck
rather than:
chuck myfile.ck
The former will run the script on an existing VM, whereas the latter will
create a new VM on which to run the script.
spencer
On Fri, May 4, 2012 at 3:16 PM, henrique matias
i was trying to do it now, and perhaps am too noob for that ( :
i started the virtual machine trough the miniAudicle "start virtual machine", then i wish to execute some ".ck" files from the command line, but as soon as i can see they start on their own chuck server..
any tips on it ?
On 20 April 2012 22:15, henrique matias
wrote: Brilliant, sorry for my lack of knowledge
2012/4/20 Spencer Salazar
Hello,
miniAudicle can accept chuck on-the-fly programming commands in the same fashion as command-line chuck. However, it must be explicitly enabled via the preferences menu. Turn on "Accept network VM commands", start the virtual machine, and you should be good to go with chuck's standard OTF commands, e.g. chuck +, chuck -, chuck =, etc.
spencer
On Fri, Apr 20, 2012 at 10:41 AM, henrique matias
wrote: less rock!
On 20 April 2012 18:30, Kassen
wrote: On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote:
Good to hear! Great news!
I agree :-)
MiniAudicle gorgeous look is a plus, and helps to initiate users...
But from a developer perspective I would be afraid if chuck-dev team is using someone that could develop "unique" features to solve text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
lovely, tks spencer!
will get back to my dark plans and let you guys now
On 5 May 2012 21:03, Spencer Salazar
Henrique,
One thing to make sure of is that you are running: chuck + myfile.ck rather than: chuck myfile.ck
The former will run the script on an existing VM, whereas the latter will create a new VM on which to run the script.
spencer
On Fri, May 4, 2012 at 3:16 PM, henrique matias
wrote: i was trying to do it now, and perhaps am too noob for that ( :
i started the virtual machine trough the miniAudicle "start virtual machine", then i wish to execute some ".ck" files from the command line, but as soon as i can see they start on their own chuck server..
any tips on it ?
On 20 April 2012 22:15, henrique matias
wrote: Brilliant, sorry for my lack of knowledge
2012/4/20 Spencer Salazar
Hello,
miniAudicle can accept chuck on-the-fly programming commands in the same fashion as command-line chuck. However, it must be explicitly enabled via the preferences menu. Turn on "Accept network VM commands", start the virtual machine, and you should be good to go with chuck's standard OTF commands, e.g. chuck +, chuck -, chuck =, etc.
spencer
On Fri, Apr 20, 2012 at 10:41 AM, henrique matias
wrote:
less rock!
On 20 April 2012 18:30, Kassen
wrote: On Fri, Apr 20, 2012 at 06:17:37PM +0100, henrique matias wrote: > Good to hear! Great news! > I agree :-)
> MiniAudicle gorgeous look is a plus, and helps to initiate users... > > But from a developer perspective I would be afraid if chuck-dev team > is using someone that could develop "unique" features to solve > text-editor issues...
What've seen of Spencer's work is quite solid, both in functionality and in interface design so I have a lot of faith in this.
Kas. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (4)
-
henrique matias
-
Julien Saint-Martin
-
Kassen
-
Spencer Salazar