ghalestrilo / ornette

An OSC server to interact with different music-generating ML models
12 stars 0 forks source link

Feature/commands #18

Closed ghalestrilo closed 2 years ago

ghalestrilo commented 2 years ago

This branch creates a commands module to isolate commands that the user can issue. Here's a quick list of the ones implemented so far:

reset      
set        <*args>
debug      <key>
generate   <length, unit='beats'>
start      
stop       
load       <filename, length=None, unit='bars'>
save       <name>
buffer     <num>
event      <ev>
instrument <addr, index, *inst>
play       <pitch>
quit       
exit       
kill       
end