Giter Club home page Giter Club logo

tidal-nano-pack's Introduction

tidal-nano-pack's People

Contributors

jarmitage avatar

Stargazers

 avatar

Watchers

 avatar

tidal-nano-pack's Issues

Tidal 1.7 needs change to targets

To be compatible with the Tidal 1.7 update (with the new effects 'bus' functions) 2 extra fields need to be added to the Nano Pack target inside tidal-nano-pack-main/NanoPack.hs -->

"oBusPort" and "oHandshake"

(The new SuperDirt 'bus' functions are not needed with the Nano blocks as this functionality is already provided with the Tidal 'Control' block.)

Use the updated target below (which is working with Tidal 1.7)

-- Nano Pack Targets
:{
oPorts = [ 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007 ]
npTarget0 = Target {oName = "Nano Pack t0",
oAddress = "127.0.0.1",
oPort = oPorts!!0,
oLatency = 0.5,
oBusPort = Nothing,
oHandshake = False,
oWindow = Nothing,
oSchedule = Pre BundleStamp
}
npTarget1 = npTarget0 { oName = "Nano Pack t1", oPort = oPorts!!1 }
npTarget2 = npTarget0 { oName = "Nano Pack t2", oPort = oPorts!!2 }
npTarget3 = npTarget0 { oName = "Nano Pack t3", oPort = oPorts!!3 }
npTarget4 = npTarget0 { oName = "Nano Pack t4", oPort = oPorts!!4 }
npTarget5 = npTarget0 { oName = "Nano Pack t5", oPort = oPorts!!5 }
npTarget6 = npTarget0 { oName = "Nano Pack t6", oPort = oPorts!!6 }
npTarget7 = npTarget0 { oName = "Nano Pack t7", oPort = oPorts!!7 }
:}

Toybox Free Pack dependency

The current tidal blocks mistakenly used Reaktor instrument containers that had previously been encoded for the toybox Free Pack. This means that to be used, they require the Free Pack to be installed from the toybox website using Native Access.

I can replace these instrument containers with non-encoded containers to remove this dependency for the next update.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.