electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » ChucK programming language
How to properly connect ChucK to a DAW?
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
serein



Joined: Feb 12, 2014
Posts: 2
Location: mexico

PostPosted: Sun Mar 16, 2014 11:59 am    Post subject: How to properly connect ChucK to a DAW?
Subject description: Using it as MIDIOut
Reply with quote  Mark this post and the followings unread

I want to use some programming functions in my DAW, which is FL Studio. I'm trying to, basically, send random MIDI values to FLS.

How do?

I'm trying to use the code from the ChucK manual:


Code:

MidiOut mout;
MidiMsg msg;

if( !mout.open( 0 ) ) me.exit();

144 => msg.data1;
52 => msg.data2;
100 => msg.data3;
mout.send( msg );


Then I open a the port 0 in FL Studio. I've tried it, but when I do it, miniAudicle stops working.
Back to top
View user's profile Send private message
jkant



Joined: Dec 14, 2013
Posts: 14
Location: Milan, Italy

PostPosted: Tue Mar 25, 2014 8:11 am    Post subject: Reply with quote  Mark this post and the followings unread

Hi, you need to setup a virtual midi driver to achieve app interaction.
You can try this one for win: http://www.tobias-erichsen.de/software/loopmidi.html

Cheers.

_________________
Random Bitz
Back to top
View user's profile Send private message Visit poster's website
serein



Joined: Feb 12, 2014
Posts: 2
Location: mexico

PostPosted: Tue Mar 25, 2014 6:45 pm    Post subject: Reply with quote  Mark this post and the followings unread

jkant wrote:
Hi, you need to setup a virtual midi driver to achieve app interaction.
You can try this one for win: http://www.tobias-erichsen.de/software/loopmidi.html

Cheers.


hey thanks! gonna try it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [3 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » ChucK programming language
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use