Commit Graph

61 Commits

Author SHA1 Message Date
Jakob Bak 5243d6c845 Fixed? a problem with MIDI when running Processing sketch Music_Controls and playing notes from sequencer program (like Ableton Live) at the same time. 2013-06-06 16:39:18 +02:00
Jakob Bak fadc5cc783 fixed _8_FM.ino Arduino sketch
A conflict in github added some lines of text to the sketch that would
prevent it from compiling
2013-05-22 09:36:47 +02:00
Bill Verplank c147175bb2 getting FM 2013-05-21 09:16:47 -07:00
Jakob Bak 646cd74442 Added example sketch for FM synthesis 2013-05-21 15:31:08 +02:00
Jakob Bak 3dc691cb98 updated music library documentation sketch and keywords 2013-05-21 15:30:44 +02:00
Jakob Bak e33335f379 updated library documentation Arduino "sketch" 2013-05-21 14:46:40 +02:00
Jakob Bak eb03f104e0 small changes to FM part, added MIDI CC for FM2 2013-05-21 10:01:19 +02:00
Jakob Bak 5d2e9096c3 Added FM synthesis and corrected detune via MIDI 2013-05-21 09:40:06 +02:00
Jakob Bak 95b762afce Added Music Controls processing sketch to processing folder 2013-05-15 10:12:25 +02:00
Jakob Bak 19191f371c added reference for the Music library to examples folder 2013-05-15 09:44:45 +02:00
Jakob Bak 0b60af4044 Changes to Music.h and keywords.txt
added support for the miniCFO platform to work with the audio
2013-05-15 09:44:07 +02:00
Jakob Bak 4e8ad1e132 update notes to motion.cpp 2013-03-21 11:45:45 +01:00
Jakob Bak c10d2e5b0c Updated _8_mid.ino 2013-03-21 11:42:45 +01:00
dviid 05fc0c94af Goldsmiths 2013-03-18 10:51:33 +00:00
dviid d938b31e91 Fixed small screen issues 2013-03-15 15:09:12 +01:00
Jakob Bak 582ac0859b updated keywords 2013-02-10 10:42:14 +01:00
Jakob Bak 7b2f0c750d Added Music examples to Apps folder 2013-02-10 10:34:10 +01:00
Jakob Bak 4fddbf3190 Added more examples 2013-02-10 08:43:42 +01:00
Jakob Bak e2a3935f07 added examples 2013-02-10 08:42:33 +01:00
Jakob Bak 5f994fcf7f Added examples 2013-02-10 08:40:08 +01:00
dviid 9c4ffb6e7b TEI Studio 2013-02-10 07:11:56 +01:00
Bill Verplank bae5b3d412 Updated sketches for TEI workshop 2013-02-09 21:38:12 +01:00
dviid 9260d066ba Added ForceProfile 2013-02-09 21:18:32 +01:00
Bill Verplank 336b2b45ab Bill Examples
M&MStudioBV
2013-02-05 19:01:46 +01:00
dviid a7408c519a Added Motion update_position 2013-02-05 10:58:52 +01:00
Bill Verplank 7e41bac2ce Pulse_Beat.ino
added to software/lib/MMM/examples/motor/
2013-02-05 10:37:08 +01:00
Bill Verplank 6f349b75d8 KEYWORD1
Moror
2013-02-05 10:33:47 +01:00
Jakob Bak b2a6228236 Added placeholders for tutorial library 2013-02-05 10:32:22 +01:00
Jakob Bak fe929b835e Updated Music.h and added MIDI functionality to it 2013-02-05 10:23:08 +01:00
Jakob Bak 8bd5f2b35c Changed default direction for MOTORB
Due to hardware design of MM board MOTORA and MOTORB had opposite
directions. Fixed by switching settings for MOTORB in
MMotor::direction(DIRECTION) function
2013-02-01 11:33:43 +01:00
Jakob Bak c983a92107 Updates to Music.h, deleted Midi.h and Midi.cpp
We can now use these commands in the arduino sketch:
#define NUM_OSCILLATORS x     // where x is 1, 2 or 3
#define BIT_DEPTH x    // where x is 8 or 12

Deleted Midi library files as they where causing multiple definition
errors with the outdated Music.h file.
2013-01-30 21:25:34 +01:00
dviid f5246baf9c Updated Music 2013-01-30 19:04:28 +01:00
dviid f0556802f5 Fixed Motion 2013-01-30 18:58:19 +01:00
dviid dbb6a746be Revert "Changes to Music.h and Music.cpp"
This reverts commit 8b24803aa2.
2013-01-30 18:51:07 +01:00
Jakob Bak 8b24803aa2 Changes to Music.h and Music.cpp 2013-01-30 18:45:25 +01:00
Jakob Bak 37f714e3d3 Slight fixes to motion and music library 2013-01-29 12:41:15 +01:00
Bill Verplank 8600cbd3e0 Bill's Music mess 2013-01-29 12:09:26 +01:00
dviid 62b7761e9a Added Oscilloscope code in apps 2013-01-28 12:05:23 +01:00
dviid 4a2f82f907 Updates: Motion + Motor
Integration with unsyncable branch
2013-01-28 11:58:58 +01:00
Bill Verplank b0bce01fac Jakob changed some comments on bill's computer 2013-01-25 11:15:06 +01:00
Jakob Bak 0f8eb0f54d created new center example 2013-01-25 11:14:01 +01:00
Bill Verplank 769578fcf7 bill friday 2013-01-25 09:44:15 +01:00
Jakob Bak 9f2f760a47 Changes to Motion, Motor and Music Library
Motion library still needs to be fixed. Don't use yet.
2013-01-24 21:14:16 +01:00
Bill Verplank fc8f353064 Bill's Protocol Pendulum Plot
Added force-out to pendulum
2013-01-24 16:52:11 +01:00
Bill Verplank f6fcb48859 Bill - Pendulum and PendulumDamped 2013-01-24 16:06:22 +01:00
Bill Verplank cd4fdfc907 Bills Pendulum Works! 2013-01-24 12:48:04 +01:00
Bill Verplank b74972db16 Thursday Commit
including David's lib from yesterday
2013-01-24 12:11:56 +01:00
Jakob Bak 5912dfdcd4 Added some comment text for interrupt select and NUM_OSCILLATORS 2013-01-24 10:22:47 +01:00
Jakob Bak 642b4973ca Oscillator selects and examples
Made it possible to select type and number of oscillators to compile
(via preprocessor). Made Examples folder to library where  tutorials
will go in.
2013-01-23 19:29:16 +01:00
Bill Verplank e1a7320aa6 wednesday commit 2013-01-23 17:09:16 +01:00